Skip to content
⌘ NSIS Forum Archive

Script Parameters

3 posts

gurrie#

Script Parameters

Hi All,

Is it possible to pass parameters to a NSIS script at compile time? I need to pass a version number to the script so that I can change the name of the .exe file etc.

Any help/examples would be greatly appreciated.

Brian
Afrow UK#


/DMyDefine=Value

If you want to get the version number from an executable, see


-Stu