home *** CD-ROM | disk | FTP | other *** search
- ; ACT! 4.0 for Windows
- ; Silent Install Script
- ; (C) Copyright 1998, Symantec Corporation
- ;
- ; This script will install ACT! 4.0 for Windows (United States Version)
- ; in silent mode, with "typical" setup options, under the following
- ; conditions:
- ; 1. The machine has NEVER had any previous version of ACT!
- ; installed on it.
- ; 2. You are installing on Windows-95, or ...
- ; ... you are installing on Windows-NT V4.0 or later using a
- ; non-administrator account.
- ;
- ; Usage:
- ; Setup.exe -s -f1:<path>setup.iss
- ; where <path> = a path to folder containing this file.
- ;
- ; To run a silent mode installation when upgrading from ACT! 3.0,
- ; use Act3Setup.iss.
- ;
- ; To run in silent mode for any other conditions you must generate
- ; a response file. This can be accomplished by running Setup.exe
- ; with the following arguments: -r -f1:<path><response file name>.iss
- ; Responses to the installation prompts will be recorded in the
- ; response file. Silent installation of ACT! 4.0 on machines with
- ; identical conditions can be made using the generated response file.
-
- [InstallShield Silent]
- Version=v5.00.000
- File=Response File
-
- [DlgOrder]
- Dlg0=SdWelcome-0
- Count=8
- Dlg1=SdLicense-0
- Dlg2=SdRegisterUser-0
- Dlg3=SdAskDestPath-0
- Dlg4=SdActSetupType-0
- Dlg5=SdSelectFolder-0
- Dlg6=SdStartCopy-0
- Dlg7=SdFinish-0
-
- [SdWelcome-0]
- Result=1
-
- [SdLicense-0]
- Result=1
-
- [SdRegisterUser-0]
- szName=ACT! User
- szCompany=Your Company
- Result=1
-
- [SdAskDestPath-0]
- szDir=C:\Program Files\Symantec\ACT
- Result=1
-
- [SdActSetupType-0]
- szSetupType=Typical
- szCountry=United States
- Result=301
-
- [SdSelectFolder-0]
- szFolder=ACT! 4.0 for Windows
- Result=1
-
- [SdStartCopy-0]
- Result=1
-
- [Application]
- Name=ACT! 4.0 for Windows
- Version=4.0.0
- Company=Symantec
-
- [SdFinish-0]
- Result=1
- ; bOpt1=1 displays the ReadMe.Txt file at the end of the setup.
- ; bOpt2=2 causes ACT! and SideACT! shortcuts to be placed on the desktop.
- bOpt1=0
- bOpt2=1
-