I am new to NSIS script. I want to send the version number to my test.nsi file but it does not work. Inside my test.nsi file, the value of version is: test.nsi. What is the correct syntax for this command?
"C:\Program Files\NSIS\makensis.exe" -DVERSION=1.2.1 test.nsi
thanks,
Jdang