Wow, I can't believe this thread is still at the top.
I've learned alot about modifying Netscape installers since I started this thread, maybe I can help someone else in here.
all.js
------
Located in: %installdir%\BROWSER.XPI\bin\defaults\pref
Purpose: This file loads default preferences The preferences I set are below:
- Code: Select all
pref("autoupdate.enabled", false);
pref("accessibility.typeaheadfind.autostart", true);
pref("browser.activation.checkedNNFlag", true);
pref("browser.startup.homepage", "http://www.cas.unt.edu");
pref("browser.startup.homepage_override.mstone", "rv:1.4");
pref("browser.tabs.autoHide", true);
pref("browser.tabs.loadInBackground", true);
pref("browser.tabs.opentabfor.middleclick", true);
pref("browser.tabs.opentabfor.urlbar", true);
pref("browser.throbber.url", "http://www.unt.edu");
pref("dom.disable_open_during_load", true);
pref("privacy.popups.first_popup", false);
pref("privacy.popups.prefill_whitelist", false);
pref("privacy.popups.remove_blacklist", false);
pref("security.OCSP.URL", "");
pref("security.OCSP.signingCA", "");
pref("signon.rememberSignons", false);
pref("update_notifications.enabled", false);
pref("xpinstall.enabled", false);
References:
http://www.mozilla.org/catalog/end-user ... prefs.html
install.js
----------
Located in: %installdir%\BROWSER.XPI\install.js
Purpose: This file is the actual install script for the browser. I edited it to prevent some icons from being created and to send the icons I did want to their proper places.
References:
http://www.xulplanet.com
Reigon.properties
-----------------
Located in: %installdir%\REGUS.XPI\bin\chrome\US.jar\locale\US\navigator-region
Purpose: This file contains the default homepage, popup whitelist, and throbber url
References:
http://mozdoc.burlco.org/bowels.html
prefs.js
--------
Located in: %installdir%\REGUS.XPI\bin\defaults\profile\us
Purpose: I added this file to the directory of files that are copied to the profile directory upon profile creation. It contains a line of code that changes the theme to classic, and is then deleted.
References:
http://www.mozilla.org/catalog/end-user ... prefs.html
bookmarks.html
--------------
Located in: %installdir%\REGUS.XPI\bin\defaults\profile\us
Purpose: Default bookmarks if the user has none or if a new profile is being created.
References: none
config.ini
----------
Located in: %installdir%
Purpose: Install settings. I changed many parts of this file which include setting the install to auto, changing some of the icon properties, removing MAIL.XPI, and some other general streamlining.
References:
http://mozdoc.burlco.org/
I applied all these changes to Netscape 7.2 and it is going pretty smoothly. What I want to know is if anyone else knows how to disable the sidebar on profile creation. Also, it appears that the prefs I set to disable the Netscape network registration have broken. Does anyone else have any insight on how to fix these bugs?
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040614 Firefox/0.9