Is there any way to change the command line argument options with our own defined options.
As for silent mode the command line argument is "/S", how can I change it to "/Silent".
Which file I need to modify for this.
Thanks
VCR
Changing the command line argument options
2 posts
If it's only the silent flag then there is no need to change the source. See Examples\silent.nsi and Section 4.12. If it's more than that, see Source\exehead\Main.c.