home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.13 / 1997-02_Disc_2.13.iso / legends / setup.ini < prev    next >
INI File  |  1996-10-27  |  4KB  |  163 lines

  1. [STARTUP]
  2. ; [STARTUP] is used by the InstallWizard launcher
  3. 16on16=Y
  4. EnableStatusDlg=Y
  5. AppName=Legends of Kesmai
  6. FreeDiskSpace=1000
  7.  
  8.  
  9. [GENERAL]
  10. ;---------------------------------------------------------------------------------
  11. ; The GENERAL section is attributes shared (generally) by SETUP16 and SETUP32
  12. ; installation scripts
  13. ;
  14. Welcome=WELCOME.BMP
  15. ; Welcome is a bitmap to be displayed at the beginning of the script via SdBitmap
  16. ; If there is no entry or it does not exist at runtime, a welcome dialog will not
  17. ; be displayed.  The file specified here must be contained in the _SETUP.LIB *AND*
  18. ; _SETUP32.LIB
  19. ; DEFAULT: (empty)
  20.  
  21. Picture=IMAGE.BMP
  22.  
  23. RestartDelay=
  24. ; RestartDelay is the time (sec.) to delay at the end of SETUP16/32 before running
  25. ; the application installer.  It is to give users plenty of time to read the message
  26. ; DEFAULT: 6
  27.  
  28.  
  29.  
  30.  
  31. [SETUP]
  32. ;---------------------------------------------------------------------------------
  33. ; The SETUP section is used only by the SETUP installation script.  This aids in
  34. ; determining what script should be run based on OS type
  35. ;
  36. SingleOS=
  37. ; SingleOS specifies that the script is to run only on a specific OS
  38. ;    WIN16    Windows 3.11 or Windows 3.11 w/Win32s
  39. ;    WIN32    Windows 95 or Windows NT
  40. ; DEFAULT: (empty)
  41.  
  42. Program=
  43. ; Program specifies a script to run w/o running SETUP16/SETUP32 first
  44. ; DEFAULT: (empty)
  45.  
  46.  
  47. PURPOSE=WEB
  48.  
  49.  
  50.  
  51. [SETUP16]
  52. ;---------------------------------------------------------------------------------
  53. ; The SETUP16 section is used only by the SETUP16 installation script.  It specifies
  54. ; any specific OS Updates that are required for the application and the OS specific
  55. ; installation program (16-bit)
  56. ;
  57. WIN32S=REQUIRED
  58. WING=REQUIRED
  59. ODBC20=REQUIRED
  60. PROGRAM=LEGEND16.INS
  61.  
  62.  
  63.  
  64.  
  65. [SETUP32]
  66. ;---------------------------------------------------------------------------------
  67. ; The SETUP32 section is used only by the SETUP32 installation script.  It specifies
  68. ; any specific OS Updates that are required for the application and the OS specific
  69. ; installation program (32-bit)
  70. ;
  71. WING=REQUIRED
  72. ODBC25=REQUIRED
  73. DIRECTX=REQ95
  74. PROGRAM=LEGEND32.INS
  75.  
  76.  
  77.  
  78.  
  79. ;---------------------------------------------------------------------------------
  80. ; The following sections specify information used for installing OS Updates.
  81. ;    WIN32S    - Win32s    (Used for Win16 only)
  82. ;    WING    - WinG
  83. ;    DIRECTX    - DirectX    (Used for Win32 (generally 95) only)
  84. ;        Options can be specified as to which portions of the DirectX
  85. ;        package to install.
  86. ;    ODBC20    - ODBC 2.0    (Used for Win16 only)
  87. ;        Multiple drivers can be specified
  88. ;    ODBC25    - ODBC 2.5    (Used for Win32 only)
  89. ;        Multiple drivers can be specified
  90. ;
  91. ; ODBC20 and ODBC25 have associated INI files that contain specific driver settings
  92. ;
  93. ; Common to all sections:
  94. ;    Version    - Is the version contained in the archive and is used to comparison
  95. ;    Archive    - Name of the archive containing the update
  96. ;    In DirectX:
  97. ;    Options    - Specifies the portions to install (space delimited)
  98. ;    In ODBC20 and ODBC25:
  99. ;    Setup    - Specifies the setup DLL for ODBC
  100. ;    Driver    - Specifies the drivers to install (space delimited)
  101. ;    Ini    - The companion INI file that contains dpecific driver settings
  102. ;
  103. [WIN32S]
  104. VERSION=1.30
  105. ARCHIVE=WIN32S.Z
  106.  
  107. [WING]
  108. VERSION=1.0
  109. ARCHIVE=WING.Z
  110.  
  111. [DIRECTX]
  112. VERSION=4.03
  113. ARCHIVE=DIRECTX.Z
  114. OPTIONS=DSETUP_DDRAW DSETUP_DSOUND
  115.  
  116. [ODBC20]
  117. VERSION=2.01
  118. ARCHIVE=ODBC20.Z
  119. SETUP=ODBCINST.DLL
  120. DRIVER=ACCESS
  121. INI=ODBC20.INI
  122.  
  123. [ODBC25]
  124. VERSION=02.50
  125. ARCHIVE=ODBC25.Z
  126. SETUP=ODBCCP32.DLL
  127. DRIVER=ACCESS
  128. INI=ODBC25.INI
  129.  
  130.  
  131.  
  132.  
  133. [Legends of Kesmai]
  134. ARCHIVE=LEGENDS.Z
  135. ARCHIVE32=LEGEND32.Z
  136. ARCHIVE16=LEGEND16.Z
  137. VERSION=0.55
  138. KEY=LEGENDS.EXE
  139. DIRECTORY=LEGENDS
  140. SPACE=55
  141. FOLDER=Legends of Kesmai
  142. EXIT_STUFF=README HELP
  143.  
  144. [KEYS:Legends of Kesmai]
  145. CIS=LEGENDS
  146. KESMAI=REALMS
  147.  
  148. [FOLDER:Legends of Kesmai]
  149. README=
  150. HELP=
  151. UNINSTALL=
  152.  
  153. [README:Legends of Kesmai]
  154. FILE=LEGENDS.WRI
  155. COMMAND=WRITE.EXE
  156.  
  157. [HELP:Legends of Kesmai]
  158. FILE=LEGENDS.HLP
  159. COMMAND=DETERMINE_HELP
  160.  
  161. [EXITWEB:Legends of Kesmai]
  162. TEXT=For instructions on how to connect to the game, visit our web site at WWW.KESMAI.COM.
  163.