[wpkg-users] firefox upgrading users profiles

Vincent MALIEN v.malien at socofer.com
Tue Jul 24 08:41:00 CEST 2007


Hello,
I come back on this problem, I didn't solve it. I re-explain it:
I need the following customisation on every firefox profiles:
prefs.js:
user_pref("network.proxy.http", "192.168.5.1");
user_pref("network.proxy.http_port", 3128);
user_pref("network.proxy.no_proxies_on", "localhost, 127.0.0.1, 
192.168.5.0/24");
user_pref("network.proxy.type", 1);
user_pref("browser.startup.homepage", "http://srvlinux/");
user_pref("signed.applets.codebase_principal_support", true);
firefox.js:
pref("app.update.enabled", false);

I copied it with wpkg in "%PROGRAMFILES%\Mozilla Firefox\prefs.js" and  
in "%PROGRAMFILES%\Mozilla Firefox\default\profile\prefs.js". but 
existing profile doesn't use it.
I tried to use a file.bat in netlogon:
xcopy /Y /Q "\\host\networkdrive\prefs.js" 
"%APPDATA%\Mozilla\Firefox\Profiles\*\prefs.js"
or
xcopy /Y /Q "\\host\networkdrive\prefs.js" 
"%APPDATA%\Mozilla\Firefox\Profiles\????????.default\prefs.js"
but it always return an error. If I replace the * or ??????? by the real 
folder name on a PC, it's OK.
How can I upgrade firefox user profile?

For new firefox user, the profile is correctly created when 1st launch, 
but a message ask for importing data from Internet Explorer, which cause 
problems. How to disable this message?

Best regards.
Vincent MALIEN



wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users



More information about the wpkg-users mailing list