diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index 886edd5..49ad0bf 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -80,6 +80,7 @@ else Set $ProgExe$ = $Prog32$ DosInAnIcon_install winst /32bit Sub_check_exitcode + Winbatch_addpath_32 comment "Copy files" Files_install_32 /32Bit comment "Patch Registry" @@ -98,6 +99,7 @@ else Set $ProgExe$ = $Prog64$ DosInAnIcon_install winst /64bit Sub_check_exitcode + Winbatch_addpath_64 comment "Copy files" Files_install_64 /64Bit comment "Patch Registry" @@ -136,6 +138,8 @@ 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 + +[Winbatch_addpath_32] addpath pre "$InstallDir32$" [Files_install_32] @@ -148,6 +152,8 @@ copy "$IniCfgFile$" "$InstallDir32$" [Winbatch_install_64] msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress + +[Winbatch_addpath_64] addpath pre "$InstallDir64$" [Files_install_64]