5:03 am GMT
Examples
Examples » NSIS
;======================================================
; 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
This category contains 2
examples, and has been viewed 34150 times.
- Simple Starter - A simple NullSoft Installer Script example (7362 views)
- Full Example - The full example of the simple script (10870 views)
|