/build/static/layout/Breadcrumb_cap_w.png

FireFox 4 not default when installing

I’ve searched off and on for a few, and i think I’m just spinning my wheels. So i figured i would just ask. I’m trying to create a deployable FireFox 4 package that when it installs it doesn't force it to be the default browser. I’ve found how to make it not check after the fact but at that point IE is still not default browser, because the installer changes it. In our environment we need IE to be default so we don't break certain apps, but we would like to give people the option to still run FireFox and decide if they would like it to be default or not. But we don't want it forced on deployment. Am i overlooking something or is this not an option? Thanks upfront for any time and help!

0 Comments   [ + ] Show comments

Answers (5)

Posted by: dunnpy 13 years ago
Red Belt
0
If Mozilla haven't changed how things work in FF4 then this post for FF3 may point you in the right direction.

Thanks,

Dunnpy
Posted by: DeepCover 13 years ago
Orange Belt
0
Awsome! Thanks so much for the reply. I will see if i can make that work and report back. Thanks again!
Posted by: dunnpy 13 years ago
Red Belt
0
Don't forget to rate any posts that you may have found useful [;)]
Posted by: zzpack 12 years ago
Orange Senior Belt
0
I have added pref("browser.shell.checkDefaultBrowser", false); to a firefox.js and it works well. The dialog window
asking about default browser doesn´t show.

But I cant find a syntax for making FF the default browser. After installing FF, IE is still default browser.

I would like to use the .js syntax instead of using command switch like "firefox.exe -silent -setDefaultBrowser".
Anyone?
Posted by: LJVDeployMaster 12 years ago
Yellow Belt
0
Well I dont know if it is relevant and havent tried it but I know this string works in Thunderbrid so I thought it would be worth a try:

Enter the following lines in your firefox.js file and see if it sets it. If not then no harm no foul...i tried. This might allow you to set HTTP, HTTPS & FTP.

user_pref("network.protocol-handler.app.http", "C:\Program Files\Mozilla Firefox\firefox.exe");
user_pref("network.protocol-handler.app.https", "C:\Program Files\Mozilla Firefox\firefox.exe");
user_pref("network.protocol-handler.app.ftp", "C:\Program Files\Mozilla Firefox\firefox.exe");
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ