home *** CD-ROM | disk | FTP | other *** search
/ Apollo 18: The Moon Missions / 990125_1647.ISO / Acrobat / WIN95 / ABCPYDOC.INI < prev    next >
INI File  |  1997-06-13  |  47KB  |  971 lines

  1. ;*******************************************************************************
  2. ;
  3. ;ABCPYDOC.INI - This file is an example file that shows how to use the
  4. ;               "blind-copy" capability with Adobe Acrobat installations.
  5. ;
  6. ;    This file also contains documentation on how to silently install Acrobat.
  7. ;
  8. ;NOTE:  Do NOT use this file for blind-copy.  It is meant only as an example.
  9. ;*******************************************************************************
  10. ;
  11. ;Blind-copy capability provides a mechanism where an Adobe OEM or VAR may modify
  12. ;the appearance of the Acrobat installation, and add their own files, registry 
  13. ;entries or INI settings during the Acrobat installation.
  14. ;
  15. ;To trigger the blind-copy mechanism, a file named ABCPY.INI (Adobe Blind CoPY 
  16. ;initialization file) must exist in the same directory as the installer (SETUP.EXE) 
  17. ;for Acrobat, whether for the individual Acrobat products or the Acrobat 3.01 
  18. ;"umbrella" multi-product installer. 
  19. ;
  20. ;ABCPY.INI is formatted similar to any Windows-based .INI file, with sections and 
  21. ;key-value pairs within the sections.  The section names are either pre-determined
  22. ;or in some cases must match values set in ACROINST.INI (a hidden file used by
  23. ;Acrobat installations).
  24. ;
  25. ;The pre-determined section names are [OEM Install] and [Launches].
  26. ;
  27. ;
  28. ;********************************************************************************
  29. ;*********************    OEM Install Section of ABCPY.INI    *********************
  30. ;********************************************************************************
  31. ;
  32. ;The section [OEM Install] can be used to determine some of the behavior of the
  33. ;Acrobat installation, affecting which dialogs are displayed, the default
  34. ;destination directory, and the default "program group" (i.e. where Acrobat icons 
  35. ;or shortcuts are created).
  36. ;
  37. ;NOTE:    If your goal is to install Acrobat "silently", use the SETUP.EXE command 
  38. ;        line options discussed at the bottom of this file.  Changing all of the
  39. ;        Display{....} keys to "NO" in [OEM Install] will NOT result in a silent
  40. ;        installation!
  41. ;
  42. ;The key names defined in [OEM Install] are pre-defined, so they cannot be altered.
  43. ;Key names starting with Display{....} are set by using the words YES or NO.  The
  44. ;other keys need values that are valid strings for the object being set.
  45. ;
  46. ;The following is an example of the list of the recognized keys and their values 
  47. ;within the [OEM Install] section of the ABCPY.INI file.  The order in which these 
  48. ;keys appear in this list coincides with the order that the dialogs are displayed 
  49. ;during the normal Acrobat "umbrella" installation.  The values shown here are the 
  50. ;default values in the normal Acrobat "umbrella" installation.  The absence of any 
  51. ;of these keys will result in the Acrobat installation using the defaults within 
  52. ;the normal installation, so this example is actually unnecessary and redundant.  
  53. ;The addition of keys not defined in this list will be ignored by the Acrobat 
  54. ;installation.
  55. ;
  56.  
  57. [OEM Install]
  58. DisplayWelcomeDlg=YES
  59. DisplayProductChoiceDlg=YES
  60. DisplayTypeOfInstallDlg=YES
  61. DisplaySelectDestDirDlg=NO
  62. DisplayConfirmNewDir=NO
  63. DisplaySVAL=YES
  64. DisplayConfirmRegDlg=YES
  65. DisplaySelectProgGrpDlg=NO
  66. DisplayStartCopyDlg=YES
  67. DisplayFinishDlg=YES
  68. DisplayRebootDlg=YES
  69. DisplayBusyMessages=YES
  70. ProgGroupName=Adobe Acrobat
  71. DefaultDestDir=\Acrobat3
  72. ;
  73. ;DisplayWelcomeDlg controls whether the first dialog appears.  This dialog contains 
  74. ;messages instructing the user to shut down other applications when installing, and
  75. ;a legal reminder that the software is copyrighted, etc.
  76. ;
  77. ;DisplayProductChoiceDlg controls whether the multi-product choice dialog appears.
  78. ;
  79. ;DisplayTypeOfInstallDlg controls whether the Component Selection dialog appears.
  80. ;This dialog allows the user to modify the destination path as well as providing
  81. ;disk space requirements for the installation.
  82. ;
  83. ;NOTE:    The DisplayTypeOfInstallDlg key should be set to NO for Acrobat Reader
  84. ;        installations.
  85. ;
  86. ;DisplaySelectDestDirDlg controls whether the Select Destination Directory dialog
  87. ;appears.  This dialog allows the user to modify the destination path.
  88. ;
  89. ;NOTE:    The DisplaySelectDestDirDlg key should only be set to YES for Acrobat Reader
  90. ;        installations.  The other Acrobat installations use the Component Selection
  91. ;        dialog for allowing the user to modify the destination path.
  92. ;
  93. ;DisplayConfirmNewDir controls whether an Adobe-defined message box is displayed when
  94. ;the user chooses a destination path that does not exist.  This is normally set to NO.
  95. ;
  96. ;DisplaySVAL controls whether the user registration dialog is displayed.
  97. ;
  98. ;NOTE:    This dialog must be displayed if the Adobe product you are installing requires
  99. ;        a serial number (i.e. Acrobat Reader does not display this dialog even if the 
  100. ;        value here is set to YES, but the installation will be appear to hang if this 
  101. ;        dialog is not displayed for    Acrobat Exchange or the multi-product installation).
  102. ;        A valid Adobe Acrobat serial number must be entered for the installation to
  103. ;        continue and trying to circumvent this dialog by not displaying it is not the
  104. ;        method that will work.
  105. ;
  106. ;DisplayConfirmRegDlg controls whether the dialog requesting confirmation of the user
  107. ;registration information appears.
  108. ;
  109. ;DisplaySelectProgGrpDlg controls whether the Select Program Group dialog appears which
  110. ;allows users to choose which Program Group or Start Menu folder icons/shortcuts are
  111. ;created in.
  112. ;
  113. ;DisplayStartCopyDlg controls whether the dialog displaying what choices the user has
  114. ;made (just prior to actually copying the files) appears.
  115. ;
  116. ;DisplayFinishDlg controls the appearance of the dialog allowing the user perform online 
  117. ;registration (not available with Acrobat Reader) or view the ReadMe file.
  118. ;
  119. ;DisplayRebootDlg controls the appearance of a Reboot dialog or a Reboot message if 
  120. ;the Acrobat installation detected the need for the user to reboot their machine due
  121. ;to an event in the installation (e.g. a file is locked and will be replaced at reboot).
  122. ;Setting this value to NO will cause the message to be displayed and setting the value
  123. ;to YES will provide the dialog to be displayed.
  124. ;
  125. ;DisplayBusyMessages controls whether a message is displayed that provides 
  126. ;feedback to the user when the Acrobat installer is performing a lengthy task.
  127. ;
  128. ;ProgGroupName will take any valid Program Group name.
  129. ;
  130. ;NOTE:    ProgGroupName is not platform smart, so the name will be the same on 
  131. ;        both 16-bit and 32-bit Windows platforms.
  132. ;
  133. ;DefaultDestDir will take any valid directory name (i.e. for 16-bit Windows 
  134. ;use 8.3 names).  For the Acrobat multi-product installation, this directory 
  135. ;is the top-level directory for the products.
  136. ;
  137. ;NOTE:    DefaultDestDir is not platform smart, so the directory will be the same
  138. ;        on both 16-bit and 32-bit Windows platforms.
  139. ;
  140. ;
  141. ;********************************************************************************
  142. ;*********************    Launch Section of ABCPY.INI    *****************************
  143. ;********************************************************************************
  144. ;
  145. ;The [Launches] section of ABCPY.INI provides the capability of launching either
  146. ;another InstallShield script or another Windows application from the Acrobat
  147. ;installer.  This section (as similar to [OEM Install]) is not dependent on any
  148. ;product or component being selected by the user.
  149. ;
  150. ;The keys that are necessary for this mechanism to work are:
  151. ;NumberOfLaunches
  152. ;Launch<X>Platform
  153. ;Launch<X>Type
  154. ;Launch<X>Program
  155. ;Launch<X>CmdLine
  156. ;Launch<X>ChangeDir
  157. ;Launch<X>Wait
  158. ;
  159. ;where <X> is replaced by a number lees than or equal to the NumberOfLaunches.
  160. ;
  161. ;The NumberOfLaunches key is defined only once and sets the value for how many
  162. ;applications are to be launched via the blind copy mechanism.  This value must
  163. ;be one or larger.
  164. ;
  165. ;NOTE:    The "umbrella" Acrobat installer also has the capability of launching
  166. ;        Apple QuickTime for Windows if the user (or the silent installation
  167. ;        record session) chose that product and component.
  168. ;
  169. ;For each