From 938a23b4398cb9aa8618144427ade8c3b36b30f0 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 24 Sep 2019 21:59:50 +0200 Subject: [PATCH] change installer --- CLIENT_DATA/setup3264.ins | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index 010398c..3258a7a 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -102,7 +102,8 @@ else endif [Winbatch_install_32] -"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH /InstallType:MACHINE +;"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH /InstallType:MACHINE +"$Install32Exe$" /S /NOLAUNCH [Files_install_32] ; copy the ini file to the InstallDir @@ -113,7 +114,8 @@ copy "$IniCfgFile$" "$InstallDir32$" ; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$" [Winbatch_install_64] -"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH /InstallType:MACHINE +;"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH /InstallType:MACHINE +"$Install64Exe$" /S /NOLAUNCH [Files_install_64] ; copy the ini file to the InstallDir