home *** CD-ROM | disk | FTP | other *** search
/ PC User 1998 October / Image.iso / general / win95 / act40 / disk1 / setup.iss < prev    next >
Encoding:
Text File  |  1998-04-09  |  1.9 KB  |  81 lines

  1. ; ACT! 4.0 for Windows
  2. ; Silent Install Script
  3. ; (C) Copyright 1998, Symantec Corporation
  4. ;
  5. ; This script will install ACT! 4.0 for Windows (United States Version)
  6. ; in silent mode, with "typical" setup options, under the following 
  7. ; conditions:
  8. ;  1. The machine has NEVER had any previous version of ACT! 
  9. ;     installed on it.
  10. ;  2. You are installing on Windows-95, or ...
  11. ;     ... you are installing on Windows-NT V4.0 or later using a 
  12. ;     non-administrator account.
  13. ; Usage:
  14. ;   Setup.exe -s -f1:<path>setup.iss
  15. ;     where <path> = a path to folder containing this file.
  16. ;
  17. ; To run a silent mode installation when upgrading from ACT! 3.0,
  18. ; use Act3Setup.iss.
  19. ;
  20. ; To run in silent mode for any other conditions you must generate 
  21. ; a response file.  This can be accomplished by running Setup.exe
  22. ; with the following arguments: -r -f1:<path><response file name>.iss
  23. ; Responses to the installation prompts will be recorded in the 
  24. ; response file.  Silent installation of ACT! 4.0 on machines with 
  25. ; identical conditions can be made using the generated response file.
  26.  
  27. [InstallShield Silent]
  28. Version=v5.00.000
  29. File=Response File
  30.  
  31. [DlgOrder]
  32. Dlg0=SdWelcome-0
  33. Count=8
  34. Dlg1=SdLicense-0
  35. Dlg2=SdRegisterUser-0
  36. Dlg3=SdAskDestPath-0
  37. Dlg4=SdActSetupType-0
  38. Dlg5=SdSelectFolder-0
  39. Dlg6=SdStartCopy-0
  40. Dlg7=SdFinish-0
  41.  
  42. [SdWelcome-0]
  43. Result=1
  44.  
  45. [SdLicense-0]
  46. Result=1
  47.  
  48. [SdRegisterUser-0]
  49. szName=ACT! User
  50. szCompany=Your Company
  51. Result=1
  52.  
  53. [SdAskDestPath-0]
  54. szDir=C:\Program Files\Symantec\ACT
  55. Result=1
  56.  
  57. [SdActSetupType-0]
  58. szSetupType=Typical
  59. szCountry=United States
  60. Result=301
  61.  
  62. [SdSelectFolder-0]
  63. szFolder=ACT! 4.0 for Windows
  64. Result=1
  65.  
  66. [SdStartCopy-0]
  67. Result=1
  68.  
  69. [Application]
  70. Name=ACT! 4.0 for Windows
  71. Version=4.0.0
  72. Company=Symantec
  73.  
  74. [SdFinish-0]
  75. Result=1
  76. ; bOpt1=1 displays the ReadMe.Txt file at the end of the setup.
  77. ; bOpt2=2 causes ACT! and SideACT! shortcuts to be placed on the desktop.
  78. bOpt1=0
  79. bOpt2=1
  80.