This commit is contained in:
Mario Fetka
2012-01-24 08:11:28 +01:00
parent 1aa62bd059
commit 67d59a73cb
4 changed files with 10 additions and 4 deletions

View File

@@ -82,7 +82,12 @@ endif
; You can use $LicenseKey$ var to pass a license key to the installer
;
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\X86FILE" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
;"%ScriptPath%\X86FILE" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
; === MSI package =======================================================================================
; You may use the parameter PIDKEY=$Licensekey$
msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
[Files_install]
; Example of recursively copying some files into the installation directory: