add 7zip to path

This commit is contained in:
Mario Fetka
2014-11-20 17:27:48 +01:00
parent e47122f101
commit 477b545f60
2 changed files with 8 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ REG ADD HKLM\Software\Policies\Microsoft\Windows\System /V DefaultAssociationsCo
[Winbatch_install_32]
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
addpath pre "$InstallDir32$"
[Files_install_32]
; copy the ini file to the InstallDir
@@ -147,6 +148,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
[Winbatch_install_64]
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
addpath pre "$InstallDir64$"
[Files_install_64]
; copy the ini file to the InstallDir