From 6f3ce051d52bce8b35f243995d9db2a81a623155 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 23 Dec 2014 12:08:12 +0100 Subject: [PATCH] correct add path --- CLIENT_DATA/setup3264.ins | 6 ++++++ 1 file changed, 6 insertions(+) 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]