From 0b89b5ec25bf2a7695e5070b9bcb4aa23025adc6 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 20 Aug 2015 20:44:37 +0200 Subject: [PATCH] split install and addpath --- CLIENT_DATA/setup3264.ins | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index fdddaba..0aa9e38 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -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]