From 470a0554639e09a76307ed2fb6d20920c7af7d70 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 16 Oct 2019 07:30:15 +0200 Subject: [PATCH] correct typo --- CLIENT_DATA/setup32.ins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index b0f5319..35e189a 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -78,7 +78,7 @@ endif msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress [Files_install] -#copy -s "$InstallExe$" "$InstallDir$" +;copy -s "$InstallExe$" "$InstallDir$" ; copy the ini file to the InstallDir copy "$IniCfgFile$" "$InstallDir$"