Thursday, October 21, 2010

CTX: Publish FireFox 3.6 on Citrix or Terminal Server

When we publish FireFox on a Citrix Server or Terminal Server, we want to avoid the default check box:


On a Windows 2008 64-bit edit following file:
C:\Program Files (x86)\Mozilla Firefox\defaults\pref\firefox.js
On a Windows 2008 32-bit edit following file:
C:\Program Files\Mozilla Firefox\defaults\pref\firefox.js
and replace following file:
pref("browser.shell.checkDefaultBrowser", true);
with this one
("browser.shell.checkDefaultBrowser", false);

No comments: