home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-01-11 | 8.7 KB | 340 lines |
- //*
- //* Created with by Catalyst-PC,
- //* by Troy A. Miles and Overdrive Entertainment
- //* for more information contact Overdrive @ 714-837-7106
- //*
-
- [init]
- createvar=choice, VAR_INTEGER, 1, 0, 10
- createvar=topic, VAR_STRING, 20, "help"
- createvar=drive, VAR_INTEGER, 0, 0, 26
- createvar=rdrive, VAR_INTEGER, 0, 0, 26
- createvar=path, VAR_STRING, 40, "\VOYEUR"
- createvar=sndcard, VAR_INTEGER, 0, 0, 10
- createvar=temp, VAR_INTEGER, 0, 0, 10
- createvar=dma, VAR_INTEGER, 0, 0, 10
- createvar=irq, VAR_INTEGER, 0, 0, 10
- createvar=srcdrv, VAR_STRING, 25, "a:\"
-
- createvar=title, VAR_WINDOW
- openwindow=title, 1, 1, 76, 1, BLACK, LT_GREY, NONE, ' ', TRUE
- display=title,CENTER_JUST,4,0,"Voyeur Installation Program"
-
- createvar=copyr, VAR_WINDOW
- openwindow=copyr, 1, 22, 76, 2, BLACK, LT_GREY, NONE, ' ', TRUE
- display=copyr, CENTER_JUST, 0, 0, "Press [ESC] to exit, press [F1] for help."
- display=copyr, CENTER_JUST, 0, 1, "Copyright (C) 1994 Interplay Productions"
-
- createvar=NewFiles, VAR_LIST, 2, 13
- "voyeur2.exe"
- "digauto.com"
-
-
- [term]
- closewindow=copyr
- destroyvar=copyr
- closewindow=title
- destroyvar=title
- destroyvar=sndcard
- destroyvar=path
- destroyvar=drive
- destroyvar=topic
- destroyvar=choice
- destroyvar=temp
- destroyvar=dma
- destroyvar=irq
-
-
- [exit]
- createvar=ExitWin, VAR_WINDOW
- openwindow=ExitWin, 11, 8, 54, 7, LT_YELLOW, DK_BLUE, DOUBLE, ' ', TRUE
- form=ExitWin
- "Press ESC again to exit. Any other key to continue."
- keychoice=choice,ESC,ANYKEY
- closewindow=ExitWin
- destroyvar=ExitWin
-
-
- [help]
- createvar=helpwin, VAR_WINDOW
- openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
- form=helpwin
- "Please refer to the manual for more help."
- waitkey
- closewindow=helpwin
- destroyvar=helpwin
-
-
- [drivehelp]
- createvar=helpwin, VAR_WINDOW
- openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
- form=helpwin
- "In the list box are all of the valid hard drives install has found in "
- "your system. Scroll the list up and down with the arrow keys until "
- "the drive you wish to install to is highlighted, then press 'ENTER'. "
- waitkey
- closewindow=helpwin
- destroyvar=helpwin
-
-
- [dirhelp]
- createvar=helpwin, VAR_WINDOW
- openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
- form=helpwin
- "You can change the startup directory to any legal DOS directory name, "
- "but it is recommended that you keep it as '\\voyeur'."
- waitkey
- closewindow=helpwin
- destroyvar=helpwin
-
-
- [sndhelp]
- createvar=helpwin, VAR_WINDOW
- openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_RED, DOUBLE, ' ', TRUE
- form=helpwin
- "Voyeur requires a sound card to run. Scroll the list up and down "
- "using the arrow keys until your sound card is highlighted, then "
- "press 'ENTER'. If you are unsure which sound card you have please "
- "refer to your computer's documentation."
- waitkey
- closewindow=helpwin
- destroyvar=helpwin
-
-
- [Intro]
- equatevar=topic, "help"
- createvar=IntroWin, VAR_WINDOW
- openwindow=IntroWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=IntroWin
- "Voyeur needs to create a directory on your hard disk and copy "
- "approximately 315k worth of data there. This directory will be "
- "where you start Voyeur from."
-
- display=IntroWin, CENTER_JUST, 0, 9, "Press any key to continue."
- waitkey
- closewindow=IntroWin
- destroyvar=IntroWin
-
-
- [DriveChoice]
- equatevar=topic, "drivehelp"
- createvar=DriveWin, VAR_WINDOW
- openwindow=DriveWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=DriveWin
- "Which drive would you like to install to:"
-
- listbox=drive, drives, 2, WHITE, DK_VIOLET, SINGLE, FALSE, DriveWin
-
- closewindow=DriveWin
- destroyvar=DriveWin
-
-
- [AskPath]
- equatevar=topic, "dirhelp"
- createvar=PathWin, VAR_WINDOW
- openwindow=PathWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- field=path, '~'
- form=PathWin
- "Please enter the destination directory:\n"
- "~\n"
- getinput=PathWin
- closewindow=PathWin
- destroyvar=PathWin
-
-
- [AskSound]
- equatevar=topic, "sndhelp"
- createvar=SndWin, VAR_WINDOW
- openwindow=SndWin, 11, 4, 54, 13, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=SndWin
- "Please select your sound card."
-
- createvar=sndcards, VAR_LIST, 6, 40
- "Creative Labs Sound Blaster "
- "Creative Labs Sound Blaster 16 "
- "Creative Labs Sound Blaster Pro "
- "Creative Labs Sound Blaster Clone "
- "MediaVision Pro Audio Spectrum 8 "
- "MediaVision Pro Audio Spectrum 16 "
-
- listbox=sndcard, sndcards, 2, WHITE, DK_VIOLET, SINGLE, FALSE, SndWin
- closewindow=SndWin
- destroyvar=SndWin
-
-
- [AskDMA]
- equatevar=topic, "sndhelp"
- createvar=SndWin, VAR_WINDOW
- openwindow=SndWin, 11, 4, 54, 13, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=SndWin
- "Please select your sound card's DMA number."
-
- createvar=dmas, VAR_LIST, 9, 13
- "0"
- "1"
- "2"
- "3"
- "4"
- "5"
- "6"
- "7"
- "NONE"
- listbox=dma, dmas, 2, WHITE, DK_VIOLET, SINGLE, FALSE, SndWin
- closewindow=SndWin
- destroyvar=SndWin
- destroyvar=dmas
-
-
- [AskIRQ]
- equatevar=topic, "sndhelp"
- createvar=Win, VAR_WINDOW
- openwindow=Win, 11, 4, 54, 13, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=Win
- "Please select your sound card's IRQ number."
-
- createvar=irqs, VAR_LIST, 9, 13
- "2"
- "3"
- "5"
- "7"
- "10"
- "11"
- "12"
- "15"
- "NONE"
- listbox=irq, irqs, 2, WHITE, DK_VIOLET, SINGLE, FALSE, Win
- closewindow=Win
- destroyvar=Win
- destroyvar=irqs
-
-
- [confirm]
- equatevar=topic, "help"
- createvar=cchoices, VAR_LIST, 2, 20
- "Change selections"
- "Install Voyeur"
- createvar=ConfirmWin, VAR_WINDOW
- openwindow=ConfirmWin, 11, 8, 54, 7, WHITE, DK_CYAN, SDOUBLE, ' ', TRUE
- display=ConfirmWin, CENTER_JUST, 0, 1, "Would you like to change any of your choices?"
- listbox=temp, cchoices, 3, WHITE, DK_CYAN, SINGLE, FALSE, ConfirmWin
- closewindow=ConfirmWin
- destroyvar=ConfirmWin
- destroyvar=cchoices
-
-
- [success]
- equatevar=topic, "help2"
- createvar=SuccessWin, VAR_WINDOW
- openwindow=SuccessWin, 10, 7, 60, 5, WHITE, DK_CYAN, SINGLE, ' ', TRUE
- form=SuccessWin
- "Install was successful. Type 'VOYEUR' in the destination directory "
- "to begin play."
- display=SuccessWin, CENTER_JUST, 0, 4, "Press any key to exit."
- display=copyr, CENTER_JUST, 0, 0, " "
- waitkey
- closewindow=SuccessWin
- destroyvar=SuccessWin
-
-
- [VoyeurDriveChoice]
- equatevar=topic, "drivehelp"
- createvar=DriveWin, VAR_WINDOW
- openwindow=DriveWin, 11, 5, 54, 10, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=DriveWin
- "Which drive holds the Voyeur CD:"
-
- listbox=rdrive, rdrives, 2, WHITE, DK_VIOLET, SINGLE, FALSE, DriveWin
-
- closewindow=DriveWin
- destroyvar=DriveWin
-
-
- [AskVoyeurCD]
- equatevar=topic, "help"
- createvar=IntroWin, VAR_WINDOW
- openwindow=IntroWin, 11, 5, 54, 5, WHITE, DK_VIOLET, SINGLE, ' ', TRUE
- form=IntroWin
- "Please make sure the Voyeur CD is in its drive."
- display=IntroWin, CENTER_JUST, 0, 4, "Press any key to continue."
- waitkey
- closewindow=IntroWin
- destroyvar=IntroWin
-
-
- [OpenLookWin]
- createvar=OLWin, VAR_WINDOW
- openwindow=OLWin, 8, 8, 60, 4, WHITE, DK_GREEN, SINGLE, ' ', TRUE, " Standby "
- display=OLWin, CENTER_JUST, 0, 1, "Install is searching for the old VOYEUR.EXE file."
-
-
- [CloseLookWin]
- closewindow=OLWin
- destroyvar=OLWin
-
-
- [AskNewFiles]
- createvar=Win, VAR_WINDOW
- openwindow=Win, 4, 5, 66, 6, WHITE, DK_GREEN, SINGLE, ' ', TRUE
- field=srcdrv, '~'
- form=Win
- "Please enter the drive and path where the files, "
- "VOYEUR2.EXE and DIGAUTO.COM can be found.\n"
- "\n~"
- getinput=Win
- closewindow=Win
- destroyvar=Win
-
-
- [OpenCopy]
- equatevar=topic, "OpenCopyHelp"
- createvar=CopyWin, VAR_WINDOW
- openwindow=CopyWin, 11, 5, 54, 10, WHITE, DK_GREEN, SINGLE, ' ', TRUE
- form=CopyWin
- "Copying:\n"
- "\n"
- "To:\n"
-
- [CloseCopy]
- closewindow=CopyWin
- destroyvar=CopyWin
-
-
- [OpenCopyHelp]
- createvar=helpwin, VAR_WINDOW
- openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_VIOLET, DOUBLE, ' ', TRUE, " Help "
- form=helpwin
- "The installation program is currently copying the appropriate files for "
- "the software you have specified. If you would like to abort the copying, "
- "press the 'ESC' key."
- waitkey
- closewindow=helpwin
- destroyvar=helpwin
-
-
- [TellCopyError]
- equatevar=topic, "TellCopyErrorHelp"
- createvar=Win, VAR_WINDOW
- openwindow=Win, 11, 5, 54, 10, WHITE, DK_RED, SINGLE, ' ', TRUE, " Error "
- form=Win
- "An error occurred during copy."
- waitkey
- closewindow=Win
- destroyvar=Win
-
-
- [TellCopyErrorHelp]
- createvar=helpwin, VAR_WINDOW
- openwindow=helpwin, 1, 4, 74, 15, WHITE, DK_VIOLET, DOUBLE, ' ', TRUE, " Help "
- form=helpwin
- "During the copying of files to your system, the installation program "
- "encountered an error. This error may occur if there is insufficient "
- "disk space on the hard drive the files are being copied to, or an error "
- "on the floppy disk the files are being copied from. Check that there "
- "is enough space on the hard disk and that the correct floppy is in the "
- "floppy drive."
- waitkey
- closewindow=helpwin
- destroyvar=helpwin
-
-
-