e-novative
28th November 2002 12:30 UTC
Silent Install / Answer file
Hi list,
I want to run my NSIS installations silently for testing purposes (for automated testing). If the setup asks the user to make a choice, how will the silent installation behave then? Is the default selection used and/or is there a possiblity to specify an "answer file" like you can do with InstallShield?
Thanks for the help,
Steve
kichik
28th November 2002 14:41 UTC
For now, when using silent install all of the sections get executed. I am going to upload a new version to CVS soon that will allow you to change this using SectionSetFlags.
If you want an answer file you will have to make one yourself, and read it with the installer.
kichik
30th November 2002 13:16 UTC
Latest CVS version now allows you to deselect sections using SectionSetFlags even in silent mode. By default all sections are selected.