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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to