home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.12 / 1997-01_Disc_2.12.iso / brdemo / sierra.inf < prev   
INI File  |  1996-09-16  |  5KB  |  230 lines

  1. [Setup]
  2. SetupSize=1065
  3. BillboardSize=2
  4. CanInstallDOS=No
  5. RegProductKey=Birthright Demo
  6. RegKey0=InstallDir
  7. RegValue0=*DESTDIR
  8. Win95Logo=1
  9.  
  10. [Requirements]
  11. SetupVer=3.1.0.1
  12. Colors=256
  13. MemKB=7168
  14. PhysicalMem=7808
  15. VideoSpeed=300
  16. Wave=1
  17. MIDI=1
  18. CPU=486
  19. WinVer=310
  20. ScreenWidth=640
  21. ScreenHeight=480
  22. Joystick=1
  23. Printer=0
  24. CDROM=2
  25.  
  26. [Ident]
  27. Version=100
  28. ProductID=83201
  29. ReadMe=readme.txt
  30.  
  31. [Billboards]
  32. 0=register.txt
  33. 15=ad.txt
  34. 30=website.txt
  35. 45=online.txt
  36. 65=info.txt
  37. 85=email.txt
  38.  
  39. [Dialogs]
  40. BEGIN 0,NotifyInstallSystem
  41. InstallSystem
  42. 1, NotifySysText
  43. 10, OKText
  44. END
  45. BEGIN 1,Register
  46. Register
  47. 1, RegisterText1
  48. 12, YESText, (), FLAG23
  49. 13, NOText
  50. END
  51. BEGIN 2, Restart
  52. Installation Complete
  53. 1, RestartPrompt1
  54. 1, RestartPrompt2
  55. 10, RestartNow, (), FLAG24
  56. 13, RestartLater
  57. END
  58. BEGIN 3, Done
  59. AllDone
  60. 1, AllDoneText
  61. 10, OKText
  62. END
  63. BEGIN 4, FailedINDEO
  64. FailTitleINDEO
  65. 1, FailTextINDEO
  66. 10, OKText
  67. END
  68. BEGIN 5, FailedWinSpace
  69. FailTitleWinSpace
  70. 1, FailTextWinSpace
  71. 1, FailTextWinSpace2
  72. 10, OKText
  73. END
  74. BEGIN 6, CDCache
  75. CDCacheTitle
  76. 1, CDCacheText1
  77. 10, OKText
  78. END
  79. BEGIN 7, FailedDirectX
  80. FailTitleDirectX
  81. 1, FailTextDirectX
  82. 10, OKText
  83. END
  84. BEGIN 8, Win95Only
  85. Win95OnlyTitle
  86. 1, Win95OnlyText
  87. 10, OKText
  88. END
  89. BEGIN 9, AllDone
  90. Installation Complete
  91. 1, RestartPrompt1
  92. 10, OKText
  93. END
  94. BEGIN 10, InstallType
  95. InstallTypeTitle
  96. 1, InstallTypePrompt1
  97. 1, InstallTypePrompt2
  98. 1, InstallTypePrompt3
  99. 2, Inst_Levels, (), FLAG26
  100. 10, OKText
  101. END
  102. BEGIN 11, FindDuke
  103. FindDukeTitle
  104. 1, FindDukeDrivePrompt
  105. 6, DukeDriveDefault, EDIT0
  106. 1, FindDukeDirPrompt
  107. 6, DukeDirDefault, EDIT1
  108. 10, OKText
  109. END
  110.  
  111. [Script]
  112. :Begin
  113. ;
  114. ; FLAG usage:
  115. ;        FLAG0  - TRUE if not running under Win95 or Win NT (Win 3.1)
  116. ;        FLAG1  - TRUE if running under Win95
  117. ;        FLAG2  - not used
  118. ;        FLAG3  - not used
  119. ;        FLAG4  - TRUE if DirectX needs to be installed
  120. ;        FLAG5  - TRUE if DirectX failed to install
  121. ;        FLAG6  - TRUE if Visual C++ C Run-Time library Win95 needs to be installed
  122. ;        FLAG7  - TRUE if Visual C++ C Run-Time library Win32s needs to be installed
  123. ;        FLAG8  - TRUE if Win32s needs to be installed
  124. ;        FLAG9  - TRUE if Win32s failed to install
  125. ;        FLAG10 - TRUE if WinG32.DLL needs to be installed on Win32s
  126. ;        FLAG11 - TRUE if "fake" DSOUND should be installed (for Win32s, WinNT)
  127. ;        FLAG12 - TRUE if Video for Windows needs to be installed
  128. ;        FLAG13 - TRUE if Video for Windows failed to install
  129. ;        FLAG14 - TRUE if WinG needs to be installed
  130. ;
  131. ;        FLAG21 - TRUE if not enough space in Windows system directory
  132. ;        FLAG22 - TRUE if CD cache is not optimized
  133. ;        FLAG23 - TRUE if they want to register electronically
  134. ;        FLAG24 - TRUE if they want to restart Windows NOW
  135. ;        FLAG25 - TRUE if English language
  136. ;        FLAG26 - TRUE if install levels to hard drive
  137. ;        FLAG27 - TRUE if
  138. ;        FLAG28 - TRUE if
  139. ;        FLAG29 - TRUE if
  140. ;
  141. ;
  142. ;       GROUP90 - WIN32s C++ Run-Time library install
  143. ;       GROUP91 - WIN95  C++ Run-Time library install
  144. ;       GROUP92 - WING Files install
  145. ;       GROUP93 - Fake "DSOUND" install
  146. ;       GROUP94 - Indeo install
  147. ;       GROUP95 - Install Levels
  148. ;       GROUP96 - Install
  149. ;       GROUP97 - Install
  150. ;       GROUP98 - Install
  151. ;
  152. ; Determine what platform we're running on
  153. ; -- is it Win 3.1
  154. NOTWINNT FLAG0
  155. ;FLAG0 TOGGLEGROUPON 93
  156. ;
  157. ; -- is it Win 95
  158. ONWIN95ONLY FLAG1
  159. ;
  160. ; Pick destination directory.
  161. :PickDest
  162. PICKDEST End
  163. ;
  164. ; Unzip the file to the dest directory
  165. RUN 0 *SOURCEDIR\brdemo.pif *SOURCEDIR\brdemo.pif -d -o *DESTDIR
  166. ;
  167. ;
  168. ; Copy all (but one) of the files to hard drive.
  169. COPY
  170. ;
  171. ;
  172. ; Create "Sierra" group and add program icons
  173. ADDPROGMANGROUP Sierra
  174. ADDPROGMANITEM *SIERRADIR\SETUP.EXE,SetupTitle,,*SIERRADIR
  175. ADDPROGMANITEM *DESTDIR\birthrt.EXE,Title,,*DESTDIR
  176. ;
  177. ;
  178. ; Add stuff to the registry
  179. FLAG1 DOWIN95REGISTRY
  180. ;
  181. ;
  182. ; See if the CD cache is correctly set up
  183. ;FLAG1 WIN95CD_NOTOPTIMAL FLAG22
  184. ;FLAG22 DIALOG CDCache
  185. ;
  186. ;
  187. ; Does User want to register?
  188. ;
  189. ;LANGUAGE_EQ ENGLISH FLAG25
  190. ;FLAG25 DIALOG Register
  191. ;FLAG23 FLAG25 REGISTER
  192. ;
  193. ;
  194. ;
  195. ; If any system files were installed, user MUST restart their system.
  196. ;FLAG8 GOTO AskRestart
  197. ;
  198. ; If they don't need to restart, let them know they're done
  199. DIALOG AllDone
  200. GOTO End
  201. ;
  202. ;  
  203. ; Prompt user that their system needs to be restarted.
  204. :AskRestart
  205. DIALOG Restart
  206. FLAG24 RESTARTWINDOWS
  207. GOTO End
  208. ;
  209. ;
  210. ; Display Not Enough space in Windows directory
  211. :
  212. :NoWinSpace
  213. DIALOG FailedWinSpace
  214. GOTO End
  215. ;
  216. ;
  217. :Win95Notice
  218. DIALOG Win95Only
  219. GOTO End
  220. ;
  221. :End
  222. END
  223.  
  224. [Archives]
  225. ;DUKE\,1,0,0
  226.  
  227. [Files]
  228. *DESTDIR\SIERRA.INF,NOARCHIVE,1,22112,1
  229. *DESTDIR\LANGUAGE.INF,NOARCHIVE,1,222432,1
  230.