' Install Script for COPYSOFT WILD WEST 8/17/94 BACKGROUND 63 LANGUAGE ENGLISH BORDER 1 TELESCOPE OFF WINOPEN 18 2 95 "COPYSOFT and Pik A Program " "" "present" "" "" "" "" WINUPDATE +11 +4 222 "SKUNNY in " PAUSE 100 WINUPDATE +11 +6 95 "WILD WEST" TELESCOPE ON SHADOW ON :which_drive SPACE 2400 DRIVE C 0 12 31 15 32 14 79 PATH \WILDWEST 0 12 31 15 32 14 79 exist wildw.1 JUMP.YES DOES_EXIST1 JUMP.NO NOT_EXIST1 :NOT_EXIST1 WINOPEN 0 50 79 "" " The file wwest.1 is not on the " " current installation disk" "" " Do you wish to continue with the " " current installation (Y/N)? " ASK 49 31 pause 250 JUMP.NO STOP_INSTALL WINCLOSE DISK 0 WILDW.1 0 0 31 :DOES_EXIST1 unpack WILDW.1 12 10 31 32 14 79 JUMP.FAIL INSTALL_FAILURE exist WILDW.2 JUMP.YES DOES_EXIST2 JUMP.NO NOT_EXIST2 :NOT_EXIST2 WINOPEN 0 50 79 "" " The file WILDW.2 is not on the " " current installation disk" "" " Do you wish to continue with the " " current installation (Y/N)? " ASK 49 31 pause 250 JUMP.NO STOP_INSTALL WINCLOSE DISK 0 WILDW.2 0 0 31 :DOES_EXIST2 unpack WILDW.2 12 10 31 32 14 79 JUMP.FAIL INSTALL_FAILURE exist WILDW.3 JUMP.YES DOES_EXIST3 JUMP.NO NOT_EXIST3 :NOT_EXIST3 WINOPEN 0 50 79 "" " The file WILDW.3 is not on the " " current installation disk" "" " Do you wish to continue with the " " current installation (Y/N)? " ASK 49 31 pause 250 JUMP.NO STOP_INSTALL WINCLOSE DISK 0 WILDW.3 0 0 31 :DOES_EXIST3 unpack WILDW.3 12 10 31 32 14 79 JUMP.FAIL INSTALL_FAILURE WINOPEN 0 12 31 "" "Wild West has now been installed on your hard drive" "" " To run the program..." "Change to the drive and directory you have chosen in this setup (usually " "C:\WILDWEST.)" " Type "Wildwest" and then hit the enter or Return key " " We hope you enjoy playing Wild West so much that you'll send in the " " registration form to get the rest of the levels!" "" " Press the [Enter] key to continue." "" "" WINUPDATE +30 +3 30 "~1~2" WINUPDATE +30 +12 27 "THANK YOU" "" WAIT +36 +12 WINCLOSE SHELL "~1" "cd ~2" "~1~2\helpme.EXE" WINOPEN 0 12 31 "Are you using this program within the United States?" "" WINUPDATE +31 +2 30 "(Y or N)" ASK +39 +2 WINCLOSE JUMP.NO NOT_USA WINOPEN 0 12 31 "Would you like to SEE the USA order form for Wild West?" "" WINUPDATE +31 +2 30 "(Y or N)" ASK +39 +2 WINCLOSE JUMP.NO PRINT_INSTALL.TXT VIEW ~1~2\order.txt 79 31 :PRINT_INSTALL.TXT WINOPEN 0 12 31 "Would you like to PRINT the USA order form for Wild West?" "" WINUPDATE +31 +2 30 "(Y or N)" ASK +39 +2 WINCLOSE JUMP.NO EXIT WINOPEN 0 0 31 "" " Printing the order form ... " "" PRINT ~1~2\order.txt WINCLOSE JUMP.FAIL PRINTER_ERROR JUMP EXIT :PRINTER_ERROR WINOPEN 0 12 79 "Your printer is not responding. Possible problems:" " -- Printer is not turned on" " -- Printer is out of paper" " -- Printer is not attached to LPT1 (parallel port 1)" "" "Do you want to try to print again (Y or N)?" ASK 57 18 WINCLOSE JUMP.YES PRINT_INSTALL.TXT :NOT_USA :EXIT WINOPEN 0 12 31 "Thank you for using " "" " Wild West" "" "You have a fully working shareware evaluation copy. We hope" "that you will find Wild West is loads of fun." "" " Please register your shareware!" "" WINUPDATE +17 +8 30 "Please register your shareware!" WINUPDATE +21 +3 30 "WILD WEST" WINUPDATE +12 +11 31 "´ Press the [Enter] key to continue Ã" WINUPDATE +24 +11 30 "[Enter]" WAIT +47 +11 WINCLOSE BORDER 2 WINOPEN 0 12 47 "If you're not sure you have the latest shareware copy of" "Copysoft's Wild West, call the Software Creations BBS:" "" "" "" "" "" "" "" "Press the [Enter] key to play Wild West." WINUPDATE +33 +2 160 "Software Creations BBS" WINUPDATE +13 +4 47 "More lines all the time to Serve You 24 Hours per Day!" WINUPDATE +14 +5 111 "(508) 365-2359 2400 baud" "(508) 368-4137 2400-14.4K USR" "(508) 368-7036 2400-14.4K V.32" WAIT +36 +10 RUN ~1\~2\WILDWEST END :INSTALL_FAILURE WINOPEN 0 12 79 "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION" "" "Possible reasons:" " -- The floppy disk was removed prior to completion." " -- The floppy disk was damaged during shipping." " -- Your disk drive is out of alignment." " -- The files were corrupted some other way." "" WINCLOSE WINOPEN 0 12 31 "" " Press [Enter] to Quit." WAIT 47 15 :STOP_INSTALL winclose END