split install and addpath

This commit is contained in:
Mario Fetka 2015-08-20 20:44:37 +02:00
parent 7301a1fa1b
commit 0b89b5ec25
1 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,7 @@ else
Sub_check_exitcode
Winbatch_install_32
Sub_check_exitcode
Winbatch_addpath_32
comment "Copy files"
Files_install_32 /32Bit
comment "Patch Registry"
@ -101,6 +102,7 @@ else
Sub_check_exitcode
Winbatch_install_64
Sub_check_exitcode
Winbatch_addpath_64
comment "Copy files"
Files_install_64 /64Bit
comment "Patch Registry"
@ -116,6 +118,8 @@ endif
[Winbatch_install_32]
msiexec /i "$RealInstall32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ALLUSERS=1 REBOOT=ReallySuppress
[Winbatch_addpath_32]
addpath pre "$RealPath32Dir$"
[Files_install_32]
@ -131,6 +135,8 @@ copy "$IniCfgFile$" "$InstallDir32$"
[Winbatch_install_64]
msiexec /i "$RealInstall64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ALLUSERS=1 REBOOT=ReallySuppress
[Winbatch_addpath_64]
addpath pre "$RealPath64Dir$"
[Files_install_64]