Archive: Command Line Args?


Command Line Args?
Is it possible to set the installer up to accept and use command line arguments?


Yes. Look at NSIS help file, Appendix E for GetParameters, GetOptions, and GetOptionsS. (There's some usage examples there as well.)

[edit]
Also: There are also a few built-in options listed in chapter 3 of the help file.