I have this working well enough for my use and thought I would share. No matter what combination of flags and settings I couldn't get the setup to complete with out the Installation Successful screen. I *was* able to get rid of the Install Path and Downloading dialogs. So with a sprinkle of AutoIt it is good enough for jazz. ;)
To get 0.92 to play nice you have to edit the config.ini file once you have extracted the setup files. I edited it in 2 places: [Dialog Select Install Path] Show Dialog=FALSE [Dialog Downloading] Show Dialog=FALSE Then used the attached AutoIt script to run the setup with the -ma -ira switches. (I also attached the .bat file, renamed to .txt) I extracted the setup files to the packages\firefox092 directory. Let me know if this bails on anyone. Don
:: OPTIONAL: Install FireFox 0.92 @Echo off :: URL|ALL|http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9.2/FirefoxSetup-0.9.2.exe :: Install FireFox 0.92 - with a little help from AutoIt todo.pl "AutoIt %Z%\scripts\firefox092.aut"
firefox092.aut
Description: Binary data
