This commit is contained in:
Mario Fetka
2019-10-11 12:02:11 +02:00
parent c064c3e49a
commit a63a7c6118
5 changed files with 10 additions and 10 deletions

View File

@@ -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$"