Computer Services
Stanton/Wilmington Campus 
XP documentation and procedures
Mozilla 1.0

Note

Work on this temporarily suspened as of 8/9/02 ... hope to get back to it real soon. The .msi method of install works like a champ, but I need to write a vbscript to munge prefs.js for user still...

Background

Mozilla is the open-source code base for many commercial and other open source browsers, most notable is Netscape. As of this writing, Netscape 7 has not been released yet, so I'm going with Mozilla.

This effort focuses on providing unattended install of Mozilla into a Windows XP client environment which are on a Windows 2000 Server domain.

Goals

References

Observations

Creating .msi install package...

Assumes you know how to use wininstall LE. If not, read over the microsoft docs on this package. Install wininstall on your workstation (not the clean computer) and create a share on it that you can get to with temp and discover directories inside it and copy the discover directory into it (so you can run it from client computer).

Warning, work in progress, incomplete as of 29-jul-2002

  1. Prep a clean client computer. I do this by doing a normal unattended install of box, but in the [guirunonce] section of the unattend.txt file, I throw a "cmd" command in there to open a cmd window during first boot. This ensures almost nothing is running at the time.
  2. net use \\yourbox\wininstall-share /user:yourbox\yourid
  3. run \\yourbox\wininstall-share\discover\discoz.exe and specify that it saves .msi file to your wininstall share. Then when prompted to run the app, do your install of mozilla.
  4. cd into %systemroot%\Profiles\All Users\Start Menu\Programs and rename, delete, or move created shortcuts to taste.
  5. run \\yourbox\wininstall-share\discover\discoz.exe again and take after snapshot.
  6. return to your workstation and run the veritas software console and click on Installer Package Editor. File->Open the .msi file. Ensure you click the "Install Only per Machine" option and resave.

Main XP Unattended Install Doc Page


Last page update: 28 July 2002
Official URL for this page: http://www.dtcc.edu/cs/admin/xp/mozilla/
Page Maintained by: Ken Weaverling