|
|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense
|
1:58 pm GMT
GeSHi - Generic Syntax Highlighter
Latest News
News Archive
|
Random Screenshot
Demonstration
Runtime Example
;======================================================
; Include
!include "MUI.nsh"
;======================================================
; Installer Information
Name "Installer version 1.0.3"
OutFile "Installer_1.0.3.exe"
InstallDir C:\App
;======================================================
; Modern Interface Configuration
!define MUI_HEADERIMAGE
!define MUI_ABORTWARNING
!define MUI_COMPONENTSPAGE_SMALLDESC
|
|