Skip to content
⌘ NSIS Forum Archive

outfile using script name without .nsi

3 posts

xmlnoob#

outfile using script name without .nsi

Is it possible to set exe file name using the script name without .nsi??

I can of course trim the script file name using strcpy $1 "${__FILE__}" -4 ,but the problem is.... i cant use strcpy outside sections... 😢

Thank you.