Archive: silent install possible?


silent install possible?
if i wanted to use nsis to install an updated firefox but wanted it to be both silent and retain any plugins or user settings. i was thinking it would be possible, but i am unsure where to start. i was thinking about using the binary code and installing it.
thanks any help is appreciated.


To make a NSIS installer silent, use the SilentInstall attribute, use SetSilent in .onInit or execute the installer with the /S command line switch.