split install and addpath
This commit is contained in:
parent
7301a1fa1b
commit
0b89b5ec25
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user