- trigger reboot
- changed MSI name (workaround - until builder.sh is fixed)
This commit is contained in:
parent
1f9537199e
commit
d0c555d843
@ -66,6 +66,9 @@ else
|
||||
comment "Create shortcuts"
|
||||
LinkFolder_install
|
||||
|
||||
comment "Trigger reboot"
|
||||
ExitWindows /ImmediateReboot
|
||||
|
||||
comment "Test for installation success"
|
||||
; Test if software marked as installed in registry
|
||||
; if (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}] DisplayName") = "")
|
||||
@ -83,8 +86,8 @@ endif
|
||||
;
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress CONFIGURATIONPATH="%ScriptPath%\custom\custom.cfg"
|
||||
;
|
||||
msiexec /i "%ScriptPath%\itWESS-Client_German.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress CONFIGURATIONPATH="%ScriptPath%\custom\custom.cfg"
|
||||
|
||||
|
||||
[Files_install]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
|
Loading…
Reference in New Issue
Block a user