home *** CD-ROM | disk | FTP | other *** search
/ Voyeur / Voyeur.iso / voyeur / install.inf < prev    next >
INI File  |  1994-11-08  |  6KB  |  244 lines

  1.  
  2. //*
  3. //* Created with by Catalyst-PC, by Troy A. Miles and ESP
  4. //* for more information call ESP @ 714-837-7106
  5. //*
  6.  
  7.  
  8. [init]
  9. createvar=choice, VAR_INTEGER, 1, 0, 10
  10. createvar=topic, VAR_STRING, 20, "help"
  11. createvar=drive, VAR_INTEGER, 0, 0, 26
  12. createvar=path, VAR_STRING, 40, "\VOYEUR"
  13. createvar=sndcard, VAR_INTEGER, 0, 0, 10
  14. createvar=temp, VAR_INTEGER, 0, 0, 10
  15. createvar=dma, VAR_INTEGER, 0, 0, 10
  16. createvar=irq, VAR_INTEGER, 0, 0, 10
  17.  
  18. createvar=title, VAR_WINDOW
  19. openwindow=title, 1, 1, 76, 1, BLACK, LT_GREY, NONE, ' ', TRUE
  20. display=title,CENTER_JUST,4,0,"Voyeur Installation Program"
  21.  
  22. createvar=copyr, VAR_WINDOW
  23. openwindow=copyr, 1, 22, 76, 2, BLACK, LT_GREY, NONE, ' ', TRUE
  24. display=copyr, CENTER_JUST, 0, 0, "Press [ESC] to exit, press [F1] for help."
  25. display=copyr, CENTER_JUST, 0, 1, "Copyright (C) 1994 Interplay Productions"
  26.  
  27.  
  28. [term]
  29. closewindow=copyr
  30. destroyvar=copyr
  31. closewindow=title
  32. destroyvar=title
  33. destroyvar=sndcard
  34. destroyvar=path
  35. destroyvar=drive
  36. destroyvar=topic
  37. destroyvar=choice
  38. destroyvar=temp
  39. destroyvar=dma
  40. destroyvar=irq
  41.  
  42.  
  43. [exit]
  44. createvar=ExitWin, VAR_WINDOW
  45. openwindow=ExitWin, 11, 8, 54, 7, LT_YELLOW, DK_BLUE, DOUBLE, ' ', TRUE
  46. form=ExitWin
  47. "Press ESC again to exit. Any other key to continue."
  48. keychoice=choice,ESC,ANYKEY
  49. closewindow=ExitWin
  50. destroyvar=ExitWin
  51.  
  52.  
  53. [help]
  54. createvar=helpwin, VAR_WINDOW
  55. openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
  56. form=helpwin
  57. "This is the help topic.  It is displayed whenever the F1 key is "
  58. "pressed. The topic can be changed by any form simply by changing "
  59. "the 'helptopic' equate."
  60. waitkey
  61. closewindow=helpwin
  62. destroyvar=helpwin
  63.  
  64.  
  65. [drivehelp]
  66. createvar=helpwin, VAR_WINDOW
  67. openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
  68. form=helpwin
  69. "In the list box are all of the valid hard drives install has found in "
  70. "your system.  Scroll the list up and down with the arrow keys until "
  71. "the drive you wish to install to is highlighted, then press 'ENTER'. "
  72. waitkey
  73. closewindow=helpwin
  74. destroyvar=helpwin
  75.  
  76.  
  77. [dirhelp]
  78. createvar=helpwin, VAR_WINDOW
  79. openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
  80. form=helpwin
  81. "You can change the startup directory to any legal DOS directory name, "
  82. "but it is recommended that you keep it as '\\voyeur'."
  83. waitkey
  84. closewindow=helpwin
  85. destroyvar=helpwin
  86.  
  87.  
  88. [sndhelp]
  89. createvar=helpwin, VAR_WINDOW
  90. openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
  91. form=helpwin
  92. "Voyeur requires a sound card to run.  Scroll the list up and down "
  93. "using the arrow keys until your sound card is highlighted, then "
  94. "press 'ENTER'. If you are unsure which sound card you have please "
  95. "refer to your computer's documentation."
  96. waitkey
  97. closewindow=helpwin
  98. destroyvar=helpwin
  99.  
  100.  
  101. [main]
  102. pages=Intro, DriveChoice, getpath, sound
  103.  
  104. [Intro]
  105. equatevar=topic, "help"
  106. createvar=IntroWin, VAR_WINDOW
  107. openwindow=IntroWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
  108. form=IntroWin
  109. "Voyeur needs to create a directory on your hard disk and copy "
  110. "approximately 200 bytes worth of data there. This directory will be "
  111. "where you start Voyeur from."
  112.  
  113. display=IntroWin, CENTER_JUST, 0, 9, "Press any key to continue."
  114. waitkey
  115. closewindow=IntroWin
  116. destroyvar=IntroWin
  117.  
  118.  
  119. [DriveChoice]
  120. equatevar=topic, "drivehelp"
  121. createvar=DriveWin, VAR_WINDOW
  122. openwindow=DriveWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
  123. form=DriveWin
  124. "Which drive would you like to install to:"
  125.  
  126. listbox=drive, drives, 2, WHITE, DK_VIOLET, SINGLE, FALSE, DriveWin
  127.  
  128. closewindow=DriveWin
  129. destroyvar=DriveWin
  130.  
  131.  
  132. [AskPath]
  133. equatevar=topic, "dirhelp"
  134. createvar=PathWin, VAR_WINDOW
  135. openwindow=PathWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
  136. field=path, '~'   
  137. form=PathWin
  138. "Please enter the destination directory:\n"
  139. "~\n"
  140. getinput=PathWin
  141. closewindow=PathWin
  142. destroyvar=PathWin
  143.  
  144.  
  145. [AskSound]
  146. equatevar=topic, "sndhelp"
  147. createvar=SndWin, VAR_WINDOW
  148. openwindow=SndWin, 11, 4, 54, 13, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
  149. form=SndWin
  150. "Please select your sound card."
  151.  
  152. createvar=sndcards, VAR_LIST, 7, 40
  153. "Advanced Gravis Ultra Sound         "
  154. "Creative Labs Sound Blaster         "
  155. "Creative Labs Sound Blaster 16      "
  156. "Creative Labs Sound Blaster Pro     "
  157. "Creative Labs Sound Blaster Clone   "
  158. "MediaVision Pro Audio Spectrum 8    "
  159. "MediaVision Pro Audio Spectrum 16   "
  160.  
  161. listbox=sndcard, sndcards, 2, WHITE, DK_VIOLET, SINGLE, FALSE, SndWin
  162. closewindow=SndWin
  163. destroyvar=SndWin
  164.  
  165.  
  166. [AskDMA]
  167. equatevar=topic, "sndhelp"
  168. createvar=SndWin, VAR_WINDOW
  169. openwindow=SndWin, 11, 4, 54, 13, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
  170. form=SndWin
  171. "Please select your sound card's DMA number."
  172.  
  173. createvar=dmas, VAR_LIST, 9, 13
  174. "0"
  175. "1"
  176. "2"
  177. "3"
  178. "4"
  179. "5"
  180. "6"
  181. "7"
  182. "NONE"
  183. listbox=dma, dmas, 2, WHITE, DK_VIOLET, SINGLE, FALSE, SndWin
  184. closewindow=SndWin
  185. destroyvar=SndWin
  186. destroyvar=dmas
  187.  
  188.  
  189. [AskIRQ]
  190. equatevar=topic, "sndhelp"
  191. createvar=Win, VAR_WINDOW
  192. openwindow=Win, 11, 4, 54, 13, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
  193. form=Win
  194. "Please select your sound card's IRQ number."
  195.  
  196. createvar=irqs, VAR_LIST, 9, 13
  197. "2"
  198. "3"
  199. "5"
  200. "7"
  201. "10"
  202. "11"
  203. "12"
  204. "15"
  205. "NONE"
  206. listbox=irq, irqs, 2, WHITE, DK_VIOLET, SINGLE, FALSE, Win
  207. closewindow=Win
  208. destroyvar=Win
  209. destroyvar=irqs
  210.  
  211.  
  212. [confirm]
  213. equatevar=topic, "help"
  214. createvar=cchoices, VAR_LIST, 2, 20
  215. "Change selections"
  216. "Install Voyeur"
  217. createvar=ConfirmWin, VAR_WINDOW
  218. openwindow=ConfirmWin, 11, 8, 54, 7, WHITE, DK_CYAN, SDOUBLE, ' ', TRUE
  219. display=ConfirmWin, CENTER_JUST, 0, 1, "Would you like to change any of your choices?"
  220. listbox=temp, cchoices, 3, WHITE, DK_CYAN, SINGLE, FALSE, ConfirmWin
  221. closewindow=ConfirmWin
  222. destroyvar=ConfirmWin
  223. destroyvar=cchoices
  224.  
  225.  
  226. [success]
  227. equatevar=topic, "help2"
  228. createvar=SuccessWin, VAR_WINDOW
  229. openwindow=SuccessWin, 10, 7, 60, 5, WHITE, DK_CYAN, SINGLE, ' ', TRUE
  230. form=SuccessWin
  231. "Install was successful.  Type 'VOYEUR' in the destination directory "
  232. "to begin play."
  233. display=SuccessWin, CENTER_JUST, 0, 4, "Press any key to exit."
  234. display=copyr, CENTER_JUST, 0, 0, "                                         "
  235. waitkey
  236. closewindow=SuccessWin
  237. destroyvar=SuccessWin
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.