Since version 134.0 (maybe some earlier) commandline key "/launchbrowser=0" stopped working.
Categories
(Firefox :: Installer, defect)
Tracking
()
People
(Reporter: neoplan732, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
"Firefox Installer.exe" /silent /launchbrowser=0
Actual results:
Firefox started after installation/
Expected results:
It must not start (as required by "/launchbrowser=0" command line key)
Comment 1•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Installer' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 month ago
|
||
Hey Andrew!
I have never seen /launchbrowser=0
before. Can you tell me where you got this information, and have you tried it successfully in earlier versions?
For your use case (not launching the browser after installation) I think that /S
can be used instead to start a silent installation without a UI (not /silent
). The full documentation for officially supported commandline options can be found here.
Hi, Max!
Can't remember, where i'd got info about this key...
I'm writing some batch "silent install" for myself, and previous versions (cant fix, what version - aldeady had delete them all) had installed fine with this key.
Many times, cause my tool writing is in process.
Some days ago I'd downloaded most recent installer, and discovered, that FF starts after installation.
Comment 5•1 month ago
|
||
I assume it works for you with the command line parameter /S
instead of /silent
. It is documented that way, so I am closing this bug as invalid. Let me know if it still does not work for you.
Description
•