Can't get NSIS to copy 3 files that are added into the
EXE file at time of compile.
Do I have to define the EXEDIR? Isn't that predefined variable which means the files are part of the compiled EXE?
File "Mapifix.exe"
File "ETSTempfix.exe"
File "ETS Temp fix.bat"
CopyFiles "$EXEDIR\ETSTempFix.exe" "$INSTDIR\ETSTempfix.exe"
CopyFiles "$EXEDIR\Mapifix.exe" "$INSTDIR\Mapifix.exe"
CopyFiles "$EXEDIR\ETS Temp Fix.bat" "$INSTDIR\ETS Temp fix.bat"
Any assistance would be appreciated.. I'm not understanding the User Manual when it comes to copying files from the EXE