I've been scouring the internet for a while looking for a way to do a silent install of Firefox via command-line. As I have come to find out, the -ms and /INI methods onl… (funda kabanzi)
I've been scouring the internet for a while looking for a way to do a silent install of Firefox via command-line. As I have come to find out, the -ms and /INI methods only work in much older versions of Firefox.
When I try the -ms silent install, the first half of the install works fine, until it gets to the second half. As it appears, the second half first asks for the admin password (which is doesn't need), then it proceeds with the very visible second half of the install (another click to download and install Firefox and another useless ask for the admin password).
What I think is happening is that the first installer is actually just installing another installer (into the appdata/temp folder) then opening that installer, and deleting it when it's done. This second installer doesn't support the -ms command when run on it's own.
Anyone got any ideas?