correct ini file copy
This commit is contained in:
@@ -78,9 +78,8 @@ endif
|
||||
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
copy "$IniCfgFile$" "$InstallDir$"
|
||||
copy "$IniCfgFile$" "$InstallDir$\SoftMaker\Settings\tmv10config.ini"
|
||||
copy "%ScriptPath%\*.ini" "$InstallDir$\SoftMaker\Settings"
|
||||
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user