Use the Package Definition Editor's Import and Export commands to transfer Package Definitions between
Site Databases. Package Definitions are exported as .INI-style text files.
You can view and edit an exported Package Definition using a text editor, such as Notepad. An example
Package Definition is shown below:
[Summary]
PackageName=Netscape Communicator
InstallModes=Admin,CompressedAdmin,CompressedTypical,Typical
CheckPath=C:\Program Files\Netscape\Communicator\Program\netscape.exe
PDVersion=1
Checksum=266
[PreProcess]
[AdminInstall]
Description=Normal silent install for Windows NT
PlatformsSupported=Windows NT 4 (x86)
Command=setup.exe -SMS -s -f2c:\netscap4.log
PrivilegeRequired=Yes
LoginRequired=No
UserInputRequired=No
Visible=Yes
RebootAllowed=Yes
RebootRequired=No
WaitMode=Command
StartPrompt=Please prepare for an update to your Netscape Communicator installation
Checksum=49226
[CompressedAdminInstall]
Description=Normal silent install for Windows NT
PlatformsSupported=Windows NT 4 (x86)
Command=cc32e45.exe -s -a -f1Setup.iss - -s f2c:\netscap4.log
PrivilegeRequired=Yes
LoginRequired=No
UserInputRequired=No
Visible=Yes
RebootAllowed=Yes
RebootRequired=No
WaitMode=Command
StartPrompt=Please prepare for an update to your Netscape Communicator installation
Checksum=18348
[CompressedTypicalInstall]
Description=Normal silent install for Windows 95/98 users
PlatformsSupported=Windows 95,Windows 98
Command=cc32e45.exe -s -a -f1Setup.iss - -s f2c:\netscap4.log
PrivilegeRequired=No
LoginRequired=No
UserInputRequired=No
Visible=Yes
RebootAllowed=Yes
RebootRequired=No
WaitMode=Command
StartPrompt=Please prepare for an update to your Netscape Communicator installation
Checksum=64626
[TypicalInstall]
Description=Normal silent install for Windows 95/98 users
PlatformsSupported=Windows 95,Windows 98
Command=setup.exe -SMS -s -f2c:\netscap4.log
PrivilegeRequired=No
LoginRequired=No
UserInputRequired=No
Visible=Yes
RebootAllowed=Yes
RebootRequired=No
WaitMode=Command
StartPrompt=Please prepare for an update to your Netscape Communicator installation
Checksum=2711
[PostProcess]
[Notes]
If your Netscape Communicator setup only includes one file, such as cc32e45.exe, perform the "CompressedTypicalInstall"
or "CompressedAdminInstall". This is usually the case with Internet downloads. However if your
Netscape Communicator setup includes several files and one called setup.exe perform a "AdminInstall"
or a "TypicalInstall". Before you can use this Netscape Communicator file you need to create
a *.iss file by executing the following command line:
SETUP.EXE -R (or cc32e45.exe -R)
Run SETUP.EXE -R from the installation directory. (The -R is the record mode, this will record all the
settings you make in the setup program).
After a successful install a SETUP.ISS file will be created in the Windows directory. This file contains
the information about the options and settings that you made during the install. Copy the SETUP.ISS file
into the installation files directory on the network drive.