correct typo

This commit is contained in:
Mario Fetka 2019-10-16 07:30:15 +02:00
parent a63a7c6118
commit 470a055463
1 changed files with 1 additions and 1 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$"