Computer Services

Computer Services
Stanton/Wilmington Campus
Netscape Communicator 4.0x Install Notes

Reference web sites

Goals

Per user data is roving and sticks with user. To do this, must get it to save to user's home directory, not %systemdrive%.

Initial Install Observations

Installation Steps

Additional Notes

Should deny access to the key where user profiles are created. Do this with secadd, in resource kit.

  secadd -l "software\netscape\netscape navigator"
  secadd -l -a "software\netscape\netscape navigator" everyone
The first removes everyone's rights, then it re-adds it as read only. (Found out later, this is probably a moot point since the subkeys below that are not set r/o by the above, need to be set, but make it fail if set. Unfortunately, the keys we really need to protect (DirRoot) can't be made read-only else Netscape blows up with the Profile Manager box. Therefore, we will "fix" the keys when doing a user install in a Perl Script.

Launch Scripts

Additional Observations With Respect To 4.51

4.6 Notes

Arrggh, gotta get this stupid thing in gear. Just never enough time. OK, time to try the Microsoft scriptit utility. A typical install looks like:
  1. Dialog: "Netscape Communicator" Press Enter
  2. Dialog: "Software License" Press Enter
  3. Dialog: "Setup Type" Press Enter
  4. Dialog: "Netscape Desktop" Press Enter
  5. Dialog: "Select Program" Press Enter
  6. Dialog: "Start Copying" Press Enter
  7. Dialog: "Question" !N
  8. Dialog: "Information" Press Enter
  9. Dialog: "Restarting" ##{DOWN}##~
Adlib Dialog: "Question" !Y

Well, yippe dippy, it works like a champ!

Some more issues to worry with:


Last page update: 08 August 1999
Official URL for this page: http://www.stanton.dtcc.edu/stanton/cs/admin/nt/notes/netscape.html
Page Maintained by: Ken Weaverling