home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 36 / PCGAMER36.bin / fragile / install / install.ini < prev    next >
INI File  |  1996-08-28  |  30KB  |  1,836 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                              ;;
  3. ;;  FRAGILE Install Script                      ;;
  4. ;;  Copyright (c) 1996 Gremlin Interactive Ltd. ;;
  5. ;;                                              ;;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.  
  8. Colours=1,1,1
  9.  
  10. Language=English
  11. DefaultLanguage=English
  12.  
  13. Title=FRAGILE
  14.  
  15. OSVersion=5.00
  16.  
  17. CPUType=486
  18. FPUType=Builtin
  19.  
  20. BaseMemory=409600
  21.  
  22. ExtendedMemory=0
  23.  
  24. ExpandedMemory=0
  25.  
  26. ConfigurationFileName=CONFIG.INI
  27.  
  28. ReadMeFileName=README.TXT
  29.  
  30. DefaultPath=\FRAGILE
  31.  
  32. CDSpeedTest=DOS4GW.EXE
  33.  
  34. BootDiskConfig
  35. {
  36. FILES=20
  37. BUFFERS=20,0
  38. DEVICE=C:\DOS\HIMEM.SYS
  39. DEVICE=C:\DOS\EMM386.EXE
  40. DOS=HIGH,UMB
  41. REM Remember to insert your CD driver and mouse driver if necessary.
  42. }
  43.  
  44. BootDiskAutoexec
  45. {
  46. @ECHO OFF
  47. PROMPT $P$G
  48. PATH=C:\DOS
  49. c:\DOS\SmartDrv
  50. C:
  51. REM Remember to insert your CD driver and mouse driver if necessary.
  52. }
  53.  
  54. Installation
  55. {
  56. @Installing
  57. ;copy %SourcePath%\readme.txt
  58. ;copy %SourcePath%\install.exe
  59. md install
  60. copy %SourcePath%\install\*.drv install
  61. copy %SourcePath%\install\*.exe install
  62. copy %SourcePath%\install\*.ini install
  63.  
  64. copy %SourcePath%\*.*
  65. del *.id
  66. md _text
  67. md _save
  68. md _intro
  69. md _ma
  70. md _scitek
  71. md _b
  72. md _s
  73. md _m
  74. md _p
  75. md _ms
  76. md _av
  77. md _trade
  78. md _photo
  79. md _zoom
  80. md _comms
  81. md _sfx
  82. md _music
  83.  
  84. copy %SourcePath%\_text\*.* _text
  85. copy %SourcePath%\_intro\*.256 _intro
  86. copy %SourcePath%\_b\*.* _b
  87. copy %SourcePath%\_s\*.* _s
  88. copy %SourcePath%\_m\*.* _m
  89. copy %SourcePath%\_p\*.* _p
  90. copy %SourcePath%\_ms\*.* _ms
  91. copy %SourcePath%\_av\*.* _av
  92. copy %SourcePath%\_trade\*.* _trade
  93. copy %SourcePath%\_photo\*.* _photo
  94. copy %SourcePath%\_sfx\*.* _sfx
  95. copy %SourcePath%\_comms\*.256 _comms
  96.  
  97. copy %SourcePath%\_ma\*.256 _ma
  98. copy %SourcePath%\_scitek\*.256 _scitek
  99. copy %SourcePath%\_zoom\*.256 _zoom
  100.  
  101. [Standard,Maximum;English]
  102. copy %SourcePath%\_music\*.* _music
  103.  
  104. [Maximum;English]
  105. copy %SourcePath%\_ma\*.vid _ma
  106. copy %SourcePath%\_zoom\*.vid _zoom
  107. }
  108.  
  109. Minimum=41000000
  110. Standard=55000000
  111. Maximum=88000000
  112.  
  113. ;Sound Card Detection Info and Order
  114.  
  115. AudioCard=GravisMAX
  116. {
  117. DIGIID=e028
  118. MIDIID=a00a
  119. MIDIMenu=GravisMusicPortMenu
  120. }
  121.  
  122. AudioCard=Ensoniq
  123. {
  124. DIGIID=e01e
  125. MIDIID=a001
  126. MIDIMenu=MidiPortMenu
  127. }
  128.  
  129. AudioCard=Microsoft
  130. {
  131. DIGIID=e00c
  132. MIDIID=a009
  133. MIDIMenu=FMPortMenu
  134. }
  135.  
  136. AudioCard=SoundBlaster16
  137. {
  138. DIGIID=e018
  139. MIDIID=a009
  140. MIDIMenu=FMPortMenu
  141. }
  142.  
  143. AudioCard=SoundBlasterPro
  144. {
  145. DIGIID=e001
  146. MIDIID=a009
  147. MIDIMenu=FMPortMenu
  148. }
  149.  
  150. AudioCard=SoundBlaster
  151. {
  152. DIGIID=e000
  153. MIDIID=a002
  154. MIDIMenu=FMPortMenu
  155. }
  156.  
  157. AudioCard=Gravis
  158. {
  159. DIGIID=e024
  160. MIDIID=a00a
  161. MIDIMenu=GravisMusicPortMenu
  162. }
  163.  
  164. Menu=Language
  165. {
  166. Title=LanguageTitle,%Language
  167. Item=SelectEnglish,EnglishHelp,%English
  168. Default=SelectEnglish
  169. Pos=-1
  170. }
  171.  
  172. Menu=Installation
  173. {
  174. Title=InstallationTitle
  175. Item=MinimumInstallation,MinimumInstallationHelp,%Minimum
  176. Item=StandardInstallation,StandardInstallationHelp,%Standard
  177. Item=MaximumInstallation,MaximumInstallationHelp,%Maximum
  178. Default=StandardInstallation
  179. Pos=-1
  180. }
  181.  
  182. Menu=MainMenu
  183. {
  184. Title=MainTitle
  185. Item=ReadMe,ReadMeHelp,$ReadMe
  186. Item=SetSoundDevice,SetSoundDeviceHelp,$SetSoundDevice
  187. ;Item=SelectController,SelectControllerHelp,>ControllerMenu
  188. ;Item=BootDisk,BootDiskHelp,$BootDisk
  189. ;Item=Uninstall,UninstallHelp,$UnInstall
  190. Item=Exit,ExitHelp,$Exit
  191. Default=ReadMe
  192. Pos=-1
  193. }
  194.  
  195. Menu=MusicMenu
  196. {
  197. Title=SelectMusicCard,%MusicCard
  198. ;Item=CDAudio,CDAudioMusicHelp,%0xCD
  199. Item=GeneralMidi,GeneralMidiMusicHelp,%0xa001,>MidiPortMenu
  200. Item=RolandMT32,RolandMT32Help,%0xa004,>RolandPortMenu
  201. Item=SoundCanvas,SoundCanvasMusicHelp,%0xa001,>RolandPortMenu
  202. Item=Microsoft,MicrosoftMusicHelp,%0xa002,>FMPortMenu
  203. Item=GravisMAX,GravisMAXMusicHelp,%0xa00a,>GravisMusicPortMenu
  204. Item=Gravis,GravisMusicHelp,%0xa00a,>GravisMusicPortMenu
  205. Item=AWE32,AWE32MusicHelp,%0xa008,>AWE32PortMenu
  206. Item=SoundBlaster16,SoundBlaster16MusicHelp,%0xa009,>FMPortMenu
  207. Item=SoundBlasterPro,SoundBlasterProMusicHelp,%0xa009,>FMPortMenu
  208. Item=SoundBlaster,SoundBlasterMusicHelp,%0xa002,>FMPortMenu
  209. ;Item=Adlib,AdlibMusicHelp,%0xa002,>FMPortMenu
  210. Item=NoAudio,NoMusicHelp,%0x0
  211. Default=NoAudio
  212. Pos=-1
  213. }
  214.  
  215. Menu=SoundMenu
  216. {
  217. Title=SelectSoundCard,%SoundCard
  218. Item=GravisMAX,GravisMAXSoundHelp,%0xe027,>GravisPortMenu
  219. Item=Gravis,GravisSoundHelp,%0xe023,>GravisPortMenu
  220. Item=Ensoniq,EnsoniqSoundHelp,%0xe01e,>EnsoniqSoundPortMenu
  221. Item=Microsoft,MicrosoftSoundHelp,%0xe00b,>MicrosoftSoundPortMenu
  222. Item=AWE32,AWE32SoundHelp,%0xe018,>SB16PortMenu
  223. Item=SoundBlaster16,SoundBlaster16SoundHelp,%0xe018,>SB16PortMenu
  224. Item=SoundBlasterPro,SoundBlasterProSoundHelp,%0xe00f,>SBProPortMenu
  225. Item=SoundBlaster,SoundBlasterSoundHelp,%0xe000,>SBPortMenu
  226. Item=NoAudio,NoSoundHelp,%0x0
  227. Default=NoAudio
  228. Pos=-1
  229. }
  230.  
  231. Menu=ControllerMenu
  232. {
  233. Title=SelectController,%Controller
  234. Item=Keyboard,KeyboardHelp,%Keyboard
  235. Item=Mouse,MouseHelp,%Mouse
  236. Item=AnalogJoystick,AnalogJoystickHelp,%AnalogJoystick
  237. Item=DigitalJoystick,DigitalJoystickHelp,%DigitalJoystick
  238. Default=Keyboard
  239. Pos=-1
  240. }
  241.  
  242. Menu=FMPortMenu
  243. {
  244. Title=SelectPortAddress,%MusicPort
  245. Item=DefaultPort388,Port388Help,%0x388
  246. Default=DefaultPort388
  247. Pos=-1
  248. }
  249.  
  250. Menu=MidiPortMenu
  251. {
  252. Title=SelectPortAddress,%MusicPort
  253. Item=Port220,Port220Help,%0x220
  254. Item=Port230,Port230Help,%0x230
  255. Item=Port240,Port240Help,%0x240
  256. Item=Port250,Port250Help,%0x250
  257. Item=Port300,Port300Help,%0x300
  258. Item=Port320,Port320Help,%0x320
  259. Item=DefaultPort330,Port330Help,%0x330
  260. Item=Port332,Port332Help,%0x332
  261. Item=Port334,Port334Help,%0x334
  262. Item=Port336,Port336Help,%0x336
  263. Item=Port340,Port340Help,%0x340
  264. Item=Port350,Port350Help,%0x350
  265. Item=Port360,Port360Help,%0x360
  266. Default=DefaultPort330
  267. Pos=-1
  268. }
  269.  
  270. Menu=RolandPortMenu
  271. {
  272. Title=SelectPortAddress,%MusicPort
  273. Item=DefaultPort330,Port330Help,%0x330
  274. Item=Port332,Port332Help,%0x332
  275. Item=Port334,Port334Help,%0x334
  276. Item=Port336,Port336Help,%0x336
  277. Default=DefaultPort330
  278. Pos=-1
  279. }
  280.  
  281. Menu=AWE32PortMenu
  282. {
  283. Title=SelectPortAddress,%MusicPort
  284. Item=DefaultPort220/620,DefaultPort220/620Help,%0x620
  285. Item=Port240/640,Port240/640Help,%0x640
  286. Item=Port260/660,Port260/660Help,%0x660
  287. Item=Port280/680,Port280/680Help,%0x680
  288. Default=DefaultPort220/620
  289. Pos=-1
  290. }
  291.  
  292. Menu=GravisMusicPortMenu
  293. {
  294. Title=SelectPortAddress,%MusicPort
  295. Item=Port210,Port210Help,%0x210
  296. Item=DefaultPort220,Port220Help,%0x220
  297. Item=Port230,Port230Help,%0x230
  298. Item=Port240,Port240Help,%0x240
  299. Item=Port250,Port250Help,%0x250
  300. Item=Port260,Port260Help,%0x260
  301. Default=DefaultPort220
  302. Pos=-1
  303. }
  304.  
  305. Menu=GravisPortMenu
  306. {
  307. Title=SelectPortAddress,%SoundPort,>GravisIRQMenu
  308. Item=Port210,Port210Help,%0x210
  309. Item=DefaultPort220,Port220Help,%0x220
  310. Item=Port230,Port230Help,%0x230
  311. Item=Port240,Port240Help,%0x240
  312. Item=Port250,Port250Help,%0x250
  313. Item=Port260,Port260Help,%0x260
  314. Default=DefaultPort220
  315. Pos=-1
  316. }
  317.  
  318. Menu=GravisIRQMenu
  319. {
  320. Title=SelectIRQ,%SoundIRQ,>GravisDMAMenu
  321. Item=IRQ2,IRQ2Help,%2
  322. Item=IRQ3,IRQ3Help,%3
  323. Item=IRQ5,IRQ5Help,%5
  324. Item=IRQ7,IRQ7Help,%7
  325. Item=DefaultIRQ11,IRQ11Help,%11
  326. Item=IRQ12,IRQ12Help,%12
  327. Item=IRQ15,IRQ15Help,%15
  328. Default=DefaultIRQ11
  329. Pos=-1
  330. }
  331.  
  332. Menu=GravisDMAMenu
  333. {
  334. Title=SelectDMA,%SoundDMA
  335. Item=DefaultDMA1,DMA0Help,%1
  336. Item=DMA3,DMA0Help,%3
  337. Item=DMA5,DMA0Help,%5
  338. Item=DMA6,DMA0Help,%6
  339. Item=DMA7,DMA0Help,%7
  340. Default=DefaultDMA1
  341. Pos=-1
  342. }
  343.  
  344. Menu=EnsoniqSoundPortMenu
  345. {
  346. Title=SelectPortAddress,%SoundPort,>EnsoniqIRQMenu
  347. Item=Port320,Port320Help,%0x320
  348. Item=DefaultPort330,Port330Help,%0x330
  349. Item=Port340,Port340Help,%0x340
  350. Item=Port350,Port350Help,%0x350
  351. Default=DefaultPort330
  352. Pos=-1
  353. }
  354.  
  355. Menu=EnsoniqIRQMenu
  356. {
  357. Title=SelectIRQ,%SoundIRQ,>EnsoniqDMAMenu
  358. Item=IRQ2,IRQ2Help,%2
  359. Item=DefaultIRQ5,IRQ5Help,%5
  360. Item=IRQ7,IRQ7Help,%7
  361. Item=IRQ10,IRQ10Help,%10
  362. Default=DefaultIRQ5
  363. Pos=-1
  364. }
  365.  
  366. Menu=EnsoniqDMAMenu
  367. {
  368. Title=SelectDMA,%SoundDMA
  369. Item=DMA0,DMA0Help,%0
  370. Item=DefaultDMA1,DMA0Help,%1
  371. Item=DMA3,DMA3Help,%3
  372. Item=DMA5,DMA5Help,%5
  373. Item=DMA6,DMA6Help,%6
  374. Default=DefaultDMA1
  375. Pos=-1
  376. }
  377.  
  378. Menu=MicrosoftSoundPortMenu
  379. {
  380. Title=SelectPortAddress,%SoundPort,>MicrosoftIRQMenu
  381. Item=DefaultPort530,Port530Help,%0x530
  382. Item=Port604,Port604Help,%0x604
  383. Item=PortE80,PortE80Help,%0xE80
  384. Item=PortF40,PortF40Help,%0xF40
  385. Default=DefaultPort530
  386. Pos=-1
  387. }
  388.  
  389. Menu=MicrosoftIRQMenu
  390. {
  391. Title=SelectIRQ,%SoundIRQ,>MicrosoftDMAMenu
  392. Item=DefaultIRQ7,IRQ7Help,%7
  393. Item=IRQ9,IRQ9Help,%9
  394. Item=IRQ10,IRQ10Help,%10
  395. Item=IRQ11,IRQ11Help,%11
  396. Default=DefaultIRQ7
  397. Pos=-1
  398. }
  399.  
  400. Menu=MicrosoftDMAMenu
  401. {
  402. Title=SelectDMA,%SoundDMA
  403. Item=DMA0,DMA0Help,%0
  404. Item=DefaultDMA1,DMA0Help,%1
  405. Item=DMA3,DMA0Help,%3
  406. Default=DefaultDMA1
  407. Pos=-1
  408. }
  409.  
  410. Menu=SB16PortMenu
  411. {
  412. Title=SelectPortAddress,%SoundPort,>SB16IRQMenu
  413. Item=DefaultPort220,Port220Help,%0x220
  414. Item=Port240,Port240Help,%0x240
  415. Item=Port260,Port260Help,%0x260
  416. Item=Port280,Port280Help,%0x280
  417. Default=DefaultPort220
  418. Pos=-1
  419. }
  420.  
  421. Menu=SB16IRQMenu
  422. {
  423. Title=SelectIRQ,%SoundIRQ,>SB16DMAMenu
  424. Item=IRQ2,IRQ2Help,%2
  425. Item=DefaultIRQ5,IRQ5Help,%5
  426. Item=IRQ7,IRQ7Help,%7
  427. Item=IRQ10,IRQ10Help,%10
  428. Default=DefaultIRQ5
  429. Pos=-1
  430. }
  431.  
  432. Menu=SB16DMAMenu
  433. {
  434. Title=SelectDMA,%SoundDMA
  435. Item=DMA0,DMA0Help,%0
  436. Item=DefaultDMA1,DMA1Help,%1
  437. Item=DMA3,DMA3Help,%3
  438. Item=DMA5,DMA5Help,%5
  439. Item=DMA6,DMA6Help,%6
  440. Item=DMA7,DMA7Help,%7
  441. Default=DefaultDMA1
  442. Pos=-1
  443. }
  444.  
  445. Menu=SBProPortMenu
  446. {
  447. Title=SelectPortAddress,%SoundPort,>SB16IRQMenu
  448. Item=DefaultPort220,Port220Help,%0x220
  449. Item=Port240,Port240Help,%0x240
  450. Item=Port260,Port260Help,%0x260
  451. Item=Port280,Port280Help,%0x280
  452. Default=DefaultPort220
  453. Pos=-1
  454. }
  455.  
  456. Menu=SBProIRQMenu
  457. {
  458. Title=SelectIRQ,%SoundIRQ,>SB16DMAMenu
  459. Item=IRQ2,IRQ2Help,%2
  460. Item=DefaultIRQ5,IRQ5Help,%5
  461. Item=IRQ7,IRQ7Help,%7
  462. Item=IRQ10,IRQ10Help,%10
  463. Default=DefaultIRQ5
  464. Pos=-1
  465. }
  466.  
  467. Menu=SBProDMAMenu
  468. {
  469. Title=SelectDMA,%SoundDMA
  470. Item=DMA0,DMA0Help,%0
  471. Item=DefaultDMA1,DMA1Help,%1
  472. Item=DMA3,DMA3Help,%3
  473. Default=DefaultDMA1
  474. Pos=-1
  475. }
  476.  
  477. Menu=SBPortMenu
  478. {
  479. Title=SelectPortAddress,%SoundPort,>SBIRQMenu
  480. Item=DefaultPort220,Port220Help,%0x220
  481. Item=Port240,Port240Help,%0x240
  482. Default=DefaultPort220
  483. Pos=-1
  484. }
  485.  
  486. Menu=SBIRQMenu
  487. {
  488. Title=SelectIRQ,%SoundIRQ,>SBDMAMenu
  489. Item=IRQ2,IRQ2Help,%2
  490. Item=IRQ3,IRQ3Help,%3
  491. Item=IRQ5,IRQ5Help,%5
  492. Item=DefaultIRQ7,IRQ7Help,%7
  493. Default=DefaultIRQ7
  494. Pos=-1
  495. }
  496.  
  497. Menu=SBDMAMenu
  498. {
  499. Title=SelectDMA,%SoundDMA
  500. Item=DMA1,DMA1Help,%1
  501. Default=DMA1
  502. Pos=-1
  503. }
  504.  
  505. Menu=ConfirmExit
  506. {
  507. Title=ConfirmExit
  508. Item=Yes,YesHelp
  509. Item=No,NoHelp
  510. Default=No
  511. Pos=-1
  512. }
  513.  
  514. Menu=SaveChanges
  515. {
  516. Title=SaveChanges
  517. Item=Yes,YesChangesHelp
  518. Item=No,NoHelp
  519. Default=Yes
  520. Pos=-1
  521. }
  522.  
  523. Menu=UnInstall
  524. {
  525. Title=UnInstallStart
  526. Item=Yes,YesUnInstallHelp
  527. Item=No,NoUnInstallHelp
  528. Default=No
  529. Pos=-1
  530. }
  531.  
  532. Menu=Detect
  533. {
  534. Title=DetectConfirm
  535. Item=Yes,AutomaticHelp
  536. Item=No,ManualHelp
  537. Default=No
  538. Pos=-1
  539. }
  540.  
  541. Menu=SameCard
  542. {
  543. Title=UseThisCardMusic
  544. Item=Yes,YesDetectHelp
  545. Item=No,NoDetectHelp
  546. Default=Yes
  547. Pos=-1
  548. }
  549.  
  550. Menu=ConfirmCard
  551. {
  552. Title=UseThisCardSound
  553. Item=Yes,YesCardHelp
  554. Item=No,NoCardHelp
  555. Default=No
  556. Pos=-1
  557. }
  558.  
  559. Menu=SoundTest
  560. {
  561. Title=SoundTest
  562. Item=Yes,DoTestHelp
  563. Item=No,SkipTestHelp
  564. Default=No
  565. Pos=-1
  566. }
  567.  
  568. Menu=BootDisk
  569. {
  570. Title=BootDisk
  571. Item=Yes,BootDiskHelp
  572. Item=No,NoUnInstallHelp
  573. Default=No
  574. Pos=-1
  575. }
  576.  
  577. Menu=AdjustSettings
  578. {
  579. Title=Adjust
  580. Item=Yes,AdjustHelp
  581. Item=No,NoHelp
  582. Default=No
  583. Pos=-1
  584. }
  585.  
  586. ;
  587. ; Title Message
  588. ;
  589.  
  590. Message=FRAGILE
  591. {
  592. English="FRAGILE ALLEGIANCE Installation and Setup"
  593. }
  594.  
  595. Message=InstallIntroduction
  596. {
  597. English=
  598. "Welcome to Install and Setup. This program will install FRAGILE
  599. to your hard drive and setup your music and sound devices, as
  600. well as choosing your preferred control device."
  601. }
  602.  
  603. Message=SetupIntroduction
  604. {
  605. English=
  606. "Welcome to Install and Setup. This program will setup your music
  607. and sound devices for FRAGILE, as well as choosing your
  608. preferred control device."
  609. }
  610.  
  611. Message=RunGame
  612. {
  613. English=
  614. "To run FRAGILE now type:
  615.  
  616. FRAGILE                   [Return]
  617.  
  618. To run FRAGILE at a later date type:
  619.  
  620. CD %s           [Return]
  621. FRAGILE                   [Return]
  622. "
  623. }
  624.  
  625. ;
  626. ; Messages for Language Menu
  627. ;
  628.  
  629. Message=LanguageTitle
  630. {
  631. English="Select Language"
  632. }
  633.  
  634. Message=SelectEnglish
  635. {
  636. English="English"
  637. }
  638.  
  639. Message=EnglishHelp
  640. {
  641. English="Select English Language"
  642. }
  643.  
  644. ;
  645. ; Messages for Installation Menu
  646. ;
  647.  
  648. Message=InstallationTitle
  649. {
  650. English="Choose Installation"
  651. }
  652.  
  653. Message=StandardInstallation
  654. {
  655. English="Standard Installation 55 000 000 bytes"
  656. }
  657.  
  658. Message=StandardInstallationHelp
  659. {
  660. English="Install the standard installation of FRAGILE"
  661. }
  662.  
  663. Message=MinimumInstallation
  664. {
  665. English="Minimum Installation 41 000 000 bytes"
  666. }
  667.  
  668. Message=MinimumInstallationHelp
  669. {
  670. English="Install the minimum installation of FRAGILE"
  671. }
  672.  
  673. Message=MaximumInstallation
  674. {
  675. English="Maximum Installation 88 000 000 bytes"
  676. }
  677.  
  678. Message=MaximumInstallationHelp
  679. {
  680. English="Install the maximum installation of FRAGILE"
  681. }
  682.  
  683. ;
  684. ; Messages for Main Menu
  685. ;
  686.  
  687. Message=MainTitle
  688. {
  689. English="Main Menu"
  690. }
  691.  
  692. Message=DetectAudioCard
  693. {
  694. English="Detect Sound Device"
  695. }
  696.  
  697. Message=SelectSoundCard
  698. {
  699. English="Select Sound Effects Device"
  700. }
  701.  
  702. Message=SelectSoundCardHelp
  703. {
  704. English="Choose and setup device that will play sound effects"
  705. }
  706.  
  707. Message=SelectMusicCard
  708. {
  709. English="Select Music Device"
  710. }
  711.  
  712. Message=SelectMusicCardHelp
  713. {
  714. English="Choose and setup device that will play music"
  715. }
  716.  
  717. Message=SetSoundDevice
  718. {
  719. English="Select Sound Device"
  720. }
  721.  
  722. Message=SetSoundDeviceHelp
  723. {
  724. English="Choose and setup devices to play sound effects and music"
  725. }
  726.  
  727. Message=SelectController
  728. {
  729. English="Select Controller"
  730. }
  731.  
  732. Message=SelectControllerHelp
  733. {
  734. English="Choose preferred control method"
  735. }
  736.  
  737. Message=ReadMe
  738. {
  739. English="Read 'READ.ME'"
  740. }
  741.  
  742. Message=ReadMeHelp
  743. {
  744. English="Read about any latest changes that may not have made the manual"
  745. }
  746.  
  747. Message=BootDisk
  748. {
  749. English="Create Boot Disk"
  750. }
  751.  
  752. Message=BootDiskHelp
  753. {
  754. English="Create a bootable floppy disk"
  755. }
  756.  
  757. Message=Uninstall
  758. {
  759. English="Uninstall"
  760. }
  761.  
  762. Message=UninstallHelp
  763. {
  764. English="Delete FRAGILE from your hard disk"
  765. }
  766.  
  767. Message=Exit
  768. {
  769. English="Exit"
  770. }
  771.  
  772. Message=ExitHelp
  773. {
  774. English="Exit Install and Setup"
  775. }
  776.  
  777. ;
  778. ; Messages for Music playback and Sound Effects Device
  779. ;
  780.  
  781. Message=CDAudio
  782. {
  783. English="Compact Disc Audio"
  784. }
  785.  
  786. Message=CDAudioMusicHelp
  787. {
  788. English="Select Compact Disc as Music Playback Device"
  789. }
  790.  
  791. Message=GeneralMidi
  792. {
  793. English="General Midi"
  794. }
  795.  
  796. Message=GeneralMidiMusicHelp
  797. {
  798. English="Select General Midi as Music Playback Device"
  799. }
  800.  
  801. Message=RolandMT32
  802. {
  803. English="Roland MT32"
  804. }
  805.  
  806. Message=RolandMT32Help
  807. {
  808. English="Select Roland MT32 or Roland LAPC-I as Music Playback Device"
  809. }
  810.  
  811. Message=SoundCanvas
  812. {
  813. English="Sound Canvas"
  814. }
  815.  
  816. Message=SoundCanvasMusicHelp
  817. {
  818. English="Select Roland Sound Canvas or Roland SCC-I as Music Playback Device"
  819. }
  820.  
  821. Message=Microsoft
  822. {
  823. English="Microsoft Sound System"
  824. }
  825.  
  826. Message=MicrosoftMusicHelp
  827. {
  828. English="Select Microsoft Sound System as Music Playback Device"
  829. }
  830.  
  831. Message=MicrosoftSoundHelp
  832. {
  833. English="Select Microsoft Sound System as Sound Effects Device"
  834. }
  835.  
  836. Message=GravisMAX
  837. {
  838. English="Gravis Ultrasound MAX"
  839. }
  840.  
  841. Message=GravisMAXMusicHelp
  842. {
  843. English="Select Advanced Gravis Ultrasound MAX as Music Playback Device"
  844. }
  845.  
  846. Message=GravisMAXSoundHelp
  847. {
  848. English="Select Advanced Gravis Ultrasound MAX as Sound Effects Device"
  849. }
  850.  
  851. Message=Gravis
  852. {
  853. English="Gravis Ultrasound"
  854. }
  855.  
  856. Message=GravisMusicHelp
  857. {
  858. English="Select Advanced Gravis Ultrasound as Music Playback Device"
  859. }
  860.  
  861. Message=GravisSoundHelp
  862. {
  863. English="Select Advanced Gravis Ultrasound as Sound Effects Device"
  864. }
  865.  
  866. Message=Ensoniq
  867. {
  868. English="Ensoniq Soundscape"
  869. }
  870.  
  871. Message=EnsoniqSoundHelp
  872. {
  873. English="Select Ensoniq Soundscape as Sound Effects Device"
  874. }
  875.  
  876. Message=AWE32
  877. {
  878. English="Sound Blaster AWE32"
  879. }
  880.  
  881. Message=AWE32MusicHelp
  882. {
  883. English="Select Sound Blaster AWE32 as Music Playback Device"
  884. }
  885.  
  886. Message=AWE32SoundHelp
  887. {
  888. English="Select Sound Blaster AWE32 as Sound Effects Device"
  889. }
  890.  
  891. Message=SoundBlaster16
  892. {
  893. English="Sound Blaster 16"
  894. }
  895.  
  896. Message=SoundBlaster16MusicHelp
  897. {
  898. English="Select Sound Blaster 16 or 100% Compatible as Music Playback Device"
  899. }
  900.  
  901. Message=SoundBlaster16SoundHelp
  902. {
  903. English="Select Sound Blaster 16 or 100% Compatible as Sound Effects Device"
  904. }
  905.  
  906. Message=SoundBlasterPro
  907. {
  908. English="Sound Blaster Pro"
  909. }
  910.  
  911. Message=SoundBlasterProMusicHelp
  912. {
  913. English="Select Sound Blaster Pro or 100% Compatible as Music Playback Device"
  914. }
  915.  
  916. Message=SoundBlasterProSoundHelp
  917. {
  918. English="Select Sound Blaster Pro or 100% Compatible as Sound Effects Device"
  919. }
  920.  
  921. Message=SoundBlaster
  922. {
  923. English="Sound Blaster"
  924. }
  925.  
  926. Message=SoundBlasterMusicHelp
  927. {
  928. English="Select Sound Blaster or 100% Compatible as Music Playback Device"
  929. }
  930.  
  931. Message=SoundBlasterSoundHelp
  932. {
  933. English="Select Sound Blaster or 100% Compatible as Sound Effects Device"
  934. }
  935.  
  936. Message=Adlib
  937. {
  938. English="Adlib"
  939. }
  940.  
  941. Message=AdlibMusicHelp
  942. {
  943. English="Select Adlib or 100% Compatible as Music Playback Device"
  944. }
  945.  
  946. Message=NoAudio
  947. {
  948. English="NONE"
  949. }
  950.  
  951. Message=NoMusicHelp
  952. {
  953. English="Do not play any Music"
  954. }
  955.  
  956. Message=NoSoundHelp
  957. {
  958. English="Do not play any Sound Effects"
  959. }
  960.  
  961. ;
  962. ; Messages for Port Address'
  963. ;
  964.  
  965. Message=SelectPortAddress
  966. {
  967. English="Select a Port Address"
  968. }
  969.  
  970. Message=Port210
  971. {
  972. English="210"
  973. }
  974.  
  975. Message=Port210Help
  976. {
  977. English="Set Port Address to 210"
  978. }
  979.  
  980. Message=Port220
  981. {
  982. English="220"
  983. }
  984.  
  985. Message=DefaultPort220
  986. {
  987. English="220 (Default)"
  988. }
  989.  
  990. Message=Port220Help
  991. {
  992. English="Set Port Address to 220"
  993. }
  994.  
  995. Message=Port230
  996. {
  997. English="230"
  998. }
  999.  
  1000. Message=Port230Help
  1001. {
  1002. English="Set Port Address to 230"
  1003. }
  1004.  
  1005. Message=Port240
  1006. {
  1007. English="240"
  1008. }
  1009.  
  1010. Message=Port240Help
  1011. {
  1012. English="Set Port Address to 240"
  1013. }
  1014.  
  1015. Message=Port250
  1016. {
  1017. English="250"
  1018. }
  1019.  
  1020. Message=Port250Help
  1021. {
  1022. English="Set Port Address to 250"
  1023. }
  1024.  
  1025. Message=Port260
  1026. {
  1027. English="260"
  1028. }
  1029.  
  1030. Message=Port260Help
  1031. {
  1032. English="Set Port Address to 260"
  1033. }
  1034.  
  1035. Message=Port280
  1036. {
  1037. English="280"
  1038. }
  1039.  
  1040. Message=Port280Help
  1041. {
  1042. English="Set Port Address to 280"
  1043. }
  1044.  
  1045. Message=Port300
  1046. {
  1047. English="300"
  1048. }
  1049.  
  1050. Message=Port300Help
  1051. {
  1052. English="Set Port Address to 300"
  1053. }
  1054.  
  1055. Message=Port320
  1056. {
  1057. English="320"
  1058. }
  1059.  
  1060. Message=Port320Help
  1061. {
  1062. English="Set Port Address to 320"
  1063. }
  1064.  
  1065. Message=Port330
  1066. {
  1067. English="330"
  1068. }
  1069.  
  1070. Message=DefaultPort330
  1071. {
  1072. English="330 (Default)"
  1073. }
  1074.  
  1075. Message=Port330Help
  1076. {
  1077. English="Set Port Address to 330"
  1078. }
  1079.  
  1080. Message=Port332
  1081. {
  1082. English="332"
  1083. }
  1084.  
  1085. Message=Port332Help
  1086. {
  1087. English="Set Port Address to 332"
  1088. }
  1089.  
  1090. Message=Port334
  1091. {
  1092. English="334"
  1093. }
  1094.  
  1095. Message=Port334Help
  1096. {
  1097. English="Set Port Address to 334"
  1098. }
  1099.  
  1100. Message=Port336
  1101. {
  1102. English="336"
  1103. }
  1104.  
  1105. Message=Port336Help
  1106. {
  1107. English="Set Port Address to 336"
  1108. }
  1109.  
  1110. Message=Port340
  1111. {
  1112. English="340"
  1113. }
  1114.  
  1115. Message=Port340Help
  1116. {
  1117. English="Set Port Address to 340"
  1118. }
  1119.  
  1120. Message=Port350
  1121. {
  1122. English="350"
  1123. }
  1124.  
  1125. Message=Port350Help
  1126. {
  1127. English="Set Port Address to 350"
  1128. }
  1129.  
  1130. Message=Port360
  1131. {
  1132. English="360"
  1133. }
  1134.  
  1135. Message=Port360Help
  1136. {
  1137. English="Set Port Address to 360"
  1138. }
  1139.  
  1140. Message=DefaultPort388
  1141. {
  1142. English="388 (Default)"
  1143. }
  1144.  
  1145. Message=Port388Help
  1146. {
  1147. English="Set Port Address to 388"
  1148. }
  1149.  
  1150. Message=DefaultPort530
  1151. {
  1152. English="530 (Default)"
  1153. }
  1154.  
  1155. Message=Port530Help
  1156. {
  1157. English="Set Port Address to 530"
  1158. }
  1159.  
  1160. Message=Port604
  1161. {
  1162. English="604"
  1163. }
  1164.  
  1165. Message=Port604Help
  1166. {
  1167. English="Set Port Address to 604"
  1168. }
  1169.  
  1170. Message=PortE80
  1171. {
  1172. English="E80"
  1173. }
  1174.  
  1175. Message=PortE80Help
  1176. {
  1177. English="Set Port Address to E80"
  1178. }
  1179.  
  1180. Message=PortF40
  1181. {
  1182. English="F40"
  1183. }
  1184.  
  1185. Message=PortF40Help
  1186. {
  1187. English="Set Port Address to F40"
  1188. }
  1189.  
  1190. Message=DefaultPort220/620
  1191. {
  1192. English="220 (620) (Default)"
  1193. }
  1194.  
  1195. Message=DefaultPort220/620Help
  1196. {
  1197. English="Set Port Address to 220 (620)"
  1198. }
  1199.  
  1200. Message=Port240/640
  1201. {
  1202. English="240 (640)"
  1203. }
  1204.  
  1205. Message=Port240/640Help
  1206. {
  1207. English="Set Port Address to 240 (640)"
  1208. }
  1209.  
  1210. Message=Port260/660
  1211. {
  1212. English="260 (660)"
  1213. }
  1214.  
  1215. Message=Port260/660Help
  1216. {
  1217. English="Set Port Address to 260 (660)"
  1218. }
  1219.  
  1220. Message=Port280/680
  1221. {
  1222. English="280 (680)"
  1223. }
  1224.  
  1225. Message=Port280/680Help
  1226. {
  1227. English="Set Port Address to 280 (680)"
  1228. }
  1229.  
  1230. ;
  1231. ; Messages for IRQ Values
  1232. ;
  1233.  
  1234. Message=SelectIRQ
  1235. {
  1236. English="Select an IRQ"
  1237. }
  1238.  
  1239. Message=IRQ2
  1240. {
  1241. English="2"
  1242. }
  1243.  
  1244. Message=IRQ2Help
  1245. {
  1246. English="Set Interrupt to 2"
  1247. }
  1248.  
  1249. Message=IRQ3
  1250. {
  1251. English="3"
  1252. }
  1253.  
  1254. Message=IRQ3Help
  1255. {
  1256. English="Set Interrupt to 3"
  1257. }
  1258.  
  1259. Message=IRQ5
  1260. {
  1261. English="5"
  1262. }
  1263.  
  1264. Message=DefaultIRQ5
  1265. {
  1266. English="5  (Default)"
  1267. }
  1268.  
  1269. Message=IRQ5Help
  1270. {
  1271. English="Set Interrupt to 5"
  1272. }
  1273.  
  1274. Message=IRQ7
  1275. {
  1276. English="7"
  1277. }
  1278.  
  1279. Message=DefaultIRQ7
  1280. {
  1281. English="7  (Default)"
  1282. }
  1283.  
  1284. Message=IRQ7Help
  1285. {
  1286. English="Set Interrupt to 7"
  1287. }
  1288.  
  1289. Message=IRQ9
  1290. {
  1291. English="9"
  1292. }
  1293.  
  1294. Message=IRQ9Help
  1295. {
  1296. English="Set Interrupt to 9"
  1297. }
  1298.  
  1299. Message=IRQ10
  1300. {
  1301. English="10"
  1302. }
  1303.  
  1304. Message=IRQ10Help
  1305. {
  1306. English="Set Interrupt to 10"
  1307. }
  1308.  
  1309. Message=IRQ11
  1310. {
  1311. English="11"
  1312. }
  1313.  
  1314. Message=DefaultIRQ11
  1315. {
  1316. English="11 (Default)"
  1317. }
  1318.  
  1319. Message=IRQ11Help
  1320. {
  1321. English="Set Interrupt to 11"
  1322. }
  1323.  
  1324. Message=IRQ12
  1325. {
  1326. English="12"
  1327. }
  1328.  
  1329. Message=IRQ12Help
  1330. {
  1331. English="Set Interrupt to 12"
  1332. }
  1333.  
  1334. Message=IRQ15
  1335. {
  1336. English="15"
  1337. }
  1338.  
  1339. Message=IRQ15Help
  1340. {
  1341. English="Set Interrupt to 15"
  1342. }
  1343.  
  1344. ;
  1345. ; Messages for DMA Channel
  1346. ;
  1347.  
  1348. Message=SelectDMA
  1349. {
  1350. English="Select a DMA Channel"
  1351. }
  1352.  
  1353. Message=DMA0
  1354. {
  1355. English="0"
  1356. }
  1357.  
  1358. Message=DMA0Help
  1359. {
  1360. English="Set DMA Channel to 0"
  1361. }
  1362.  
  1363. Message=DMA1
  1364. {
  1365. English="1"
  1366. }
  1367.  
  1368. Message=DefaultDMA1
  1369. {
  1370. English="1  (Default)"
  1371. }
  1372.  
  1373. Message=DMA1Help
  1374. {
  1375. English="Set DMA Channel to 1"
  1376. }
  1377.  
  1378. Message=DMA3
  1379. {
  1380. English="3"
  1381. }
  1382.  
  1383. Message=DMA3Help
  1384. {
  1385. English="Set DMA Channel to 3"
  1386. }
  1387.  
  1388. Message=DMA5
  1389. {
  1390. English="5"
  1391. }
  1392.  
  1393. Message=DMA5Help
  1394. {
  1395. English="Set DMA Channel to 5"
  1396. }
  1397.  
  1398. Message=DMA6
  1399. {
  1400. English="6"
  1401. }
  1402.  
  1403. Message=DMA6Help
  1404. {
  1405. English="Set DMA Channel to 6"
  1406. }
  1407.  
  1408. Message=DMA7
  1409. {
  1410. English="7"
  1411. }
  1412.  
  1413. Message=DMA7Help
  1414. {
  1415. English="Set DMA Channel to 7"
  1416. }
  1417.  
  1418. ;
  1419. ; Messages for Controller Type
  1420. ;
  1421.  
  1422. Message=Keyboard
  1423. {
  1424. English="Keyboard only"
  1425. }
  1426.  
  1427. Message=KeyboardHelp
  1428. {
  1429. English="Use keyboard for all controls"
  1430. }
  1431.  
  1432. Message=Mouse
  1433. {
  1434. English="Keyboard + Mouse"
  1435. }
  1436.  
  1437. Message=MouseHelp
  1438. {
  1439. English="Use mouse for main control, keyboard for rest"
  1440. }
  1441.  
  1442. Message=AnalogJoystick
  1443. {
  1444. English="Keyboard + Analog Joystick"
  1445. }
  1446.  
  1447. Message=AnalogJoystickHelp
  1448. {
  1449. English="Use analog joystick for main control, keyboard for rest"
  1450. }
  1451.  
  1452. Message=DigitalJoystick
  1453. {
  1454. English="Keyboard + Digital Joystick"
  1455. }
  1456.  
  1457. Message=DigitalJoystickHelp
  1458. {
  1459. English="Use digital joystick for main control, keyboard for rest"
  1460. }
  1461.  
  1462. ;
  1463. ; Error Messages.
  1464. ;
  1465.  
  1466. Message=OSVersion
  1467. {
  1468. English=
  1469. "FRAGILE does not support the DOS version you are currently
  1470. running. You will need to obtain DOS 5.0 or above."
  1471. }
  1472.  
  1473. Message=CPUType
  1474. {
  1475. English=
  1476. "FRAGILE needs to take use of the 32 Bit capabilities of a 486DX
  1477. or above processor to run. The processor in your PC is only capable
  1478. of 16 Bit operations."
  1479. }
  1480.  
  1481. Message=FPUType
  1482. {
  1483. English=
  1484. "FRAGILE needs a floating point unit to run, your system does not
  1485. include one. This usually means that you own an SX type machine."
  1486. }
  1487.  
  1488. ;
  1489. ; Warning messages.
  1490. ;
  1491.  
  1492. Message=BaseMemory
  1493. {
  1494. English=
  1495. "You do not have enough base memory to run FRAGILE. Try removing
  1496. any unnecessary device drivers or TSRs from your CONFIG.SYS and
  1497. AUTOEXEC.BAT files. If you have DOS version 6.0 or above then you
  1498. could try running MEMMAKER from the DOS Prompt, alternatively choose
  1499. 'Create Boot Disk' from the main menu."
  1500. }
  1501.  
  1502. Message=ExpandedMemory
  1503. {
  1504. English=
  1505. "You should never get this message, as FRAGILE does not need any
  1506. EXPANDED memory to run. Contact the GREMLIN INTERACTIVE HELP LINE
  1507. and tell them what has happened. The address and telephone number are
  1508. on the back of the box."
  1509. }
  1510.  
  1511. Message=ExtendedMemory
  1512. {
  1513. English=
  1514. "FRAGILE needs at least 3072K of EXTENDED memory to run, at
  1515. present your system does not have enough free. The easiest solution
  1516. to this problem is to choose 'Create Boot Disk' from the main menu."
  1517. }
  1518.  
  1519. Message=InvalidPath
  1520. {
  1521. English=
  1522. "The path you have specified is either invalid or already exists,
  1523. please choose another. If the directory you have chosen is a previous
  1524. installation of FRAGILE , run Install and Setup from that
  1525. directory to change the configuration."
  1526. }
  1527.  
  1528. Message=DiskSpace
  1529. {
  1530. English=
  1531. "The drive you have selected does not have enough disk space
  1532. to install FRAGILE, select another or exit to DOS and free
  1533. some space."
  1534. }
  1535.  
  1536. ;
  1537. ; Flow control messages
  1538. ;
  1539.  
  1540. Message=PressAKey
  1541. {
  1542. English="Press a key or click mouse to continue"
  1543. }
  1544.  
  1545. Message=ConfirmExit
  1546. {
  1547. English="Exit Install and Setup"
  1548. }
  1549.  
  1550. Message=SaveChanges
  1551. {
  1552. English="Save configuration"
  1553. }
  1554.  
  1555. Message=UnInstallStart
  1556. {
  1557. English="Delete FRAGILE"
  1558. }
  1559.  
  1560. Message=Yes
  1561. {
  1562. English="Yes"
  1563. }
  1564.  
  1565. Message=YesChangesHelp
  1566. {
  1567. English="Save any changes to configuration and Exit to DOS"
  1568. }
  1569.  
  1570. Message=YesHelp
  1571. {
  1572. English="Exit to DOS"
  1573. }
  1574.  
  1575. Message=No
  1576. {
  1577. English="No"
  1578. }
  1579.  
  1580. Message=NoHelp
  1581. {
  1582. English="Continue Install and Setup"
  1583. }
  1584.  
  1585. Message=NoUnInstallHelp
  1586. {
  1587. English="Return to Main Menu"
  1588. }
  1589.  
  1590. Message=YesUnInstallHelp
  1591. {
  1592. English="Delete FRAGILE from hard disk"
  1593. }
  1594.  
  1595. Message=DetectConfirm
  1596. {
  1597. English="Autodetect sound device?"
  1598. }
  1599.  
  1600. Message=ManualHelp
  1601. {
  1602. English="Set up the device manually, using the menus"
  1603. }
  1604.  
  1605. Message=AutomaticHelp
  1606. {
  1607. English="Try to detect your sound device"
  1608. }
  1609.  
  1610. Message=UseThisCardSound
  1611. {
  1612. English="Use this device for sound?"
  1613. }
  1614.  
  1615. Message=UseThisCardMusic
  1616. {
  1617. English="Use this device for music?"
  1618. }
  1619.  
  1620. Message=YesDetectHelp
  1621. {
  1622. English="Use the same device to play music as well as sound effects"
  1623. }
  1624.  
  1625. Message=NoDetectHelp
  1626. {
  1627. English="Choose a different device to play music"
  1628. }
  1629.  
  1630. Message=YesCardHelp
  1631. {
  1632. English="Use this device for sound"
  1633. }
  1634.  
  1635. Message=NoCardHelp
  1636. {
  1637. English="Keep looking for another device"
  1638. }
  1639.  
  1640. Message=SoundTest
  1641. {
  1642. English="Do sound test?"
  1643. }
  1644.  
  1645. Message=Adjust
  1646. {
  1647. English="Adjust Settings?"
  1648. }
  1649.  
  1650. Message=DoTestHelp
  1651. {
  1652. English="Do the test with the current settings"
  1653. }
  1654.  
  1655. Message=SkipTestHelp
  1656. {
  1657. English="Skip the test"
  1658. }
  1659.  
  1660. Message=AdjustHelp
  1661. {
  1662. English="Change the settings of the device"
  1663. }
  1664.  
  1665. ;
  1666. ; Installation Messages
  1667. ;
  1668.  
  1669. Message=EnterDrive
  1670. {
  1671. English="Select Drive"
  1672. }
  1673.  
  1674. Message=EnterDriveHelp
  1675. {
  1676. English="Choose the drive you wish to install FRAGILE to"
  1677. }
  1678.  
  1679. Message=EnterPath
  1680. {
  1681. English="Enter Installation path"
  1682. }
  1683.  
  1684. Message=EnterPathHelp
  1685. {
  1686. English=
  1687. "Type in the name of the directory you wish to install FRAGILE to"
  1688. }
  1689.  
  1690. Message=InstallationStart
  1691. {
  1692. English=
  1693. "Install and Setup will now copy the necessary files to the drive
  1694. and path that you have selected."
  1695. }
  1696.  
  1697. Message=InstallationOver
  1698. {
  1699. English="FRAGILE has successfully installed on to your hard disk."
  1700. }
  1701.  
  1702. Message=Installing
  1703. {
  1704. English=
  1705. "FRAGILE is now being installed to your hard disk."
  1706. }
  1707.  
  1708. Message=InstallationFail
  1709. {
  1710. English=
  1711. "FRAGILE has failed to install on to your hard disk. Consult your
  1712. manual for assistance."
  1713. }
  1714.  
  1715. Message=Disk2
  1716. {
  1717. English=
  1718. "Please insert the disk marked FRAGILE DISK TWO."
  1719. }
  1720.  
  1721. ;
  1722. ; UnInstallation Messages
  1723. ;
  1724.  
  1725. Message=UnInstallFinished
  1726. {
  1727. English=
  1728. "FRAGILE has been deleted and Install and Setup will now
  1729. exit to DOS."
  1730. }
  1731.  
  1732. Message=UnInstalling
  1733. {
  1734. English="Deleting FRAGILE..."
  1735. }
  1736.  
  1737. ;
  1738. ; Create boot disk messages
  1739. ;
  1740.  
  1741. Message=BootDiskStart
  1742. {
  1743. English=
  1744. "Install and Setup will now create a boot disk for FRAGILE.
  1745. Insert a blank floppy disk in your boot drive."
  1746. }
  1747.  
  1748. Message=CreatingBootDisk
  1749. {
  1750. English="Creating FRAGILE boot disk, please wait..."
  1751. }
  1752.  
  1753. Message=BootDiskSuccess
  1754. {
  1755. English=
  1756. "Your FRAGILE boot disk is now ready to use. If necessary add
  1757. your mouse and CD Drivers to the AUTOEXEC.BAT and CONFIG.SYS
  1758. on the disk."
  1759. }
  1760.  
  1761. Message=BootDiskFailure
  1762. {
  1763. English=
  1764. "There was an error whilst creating the boot disk. Check that the
  1765. disk is not write protected or try another disk."
  1766. }
  1767.  
  1768. Message=CardFailed
  1769. {
  1770. English=
  1771. "Failed to initialise device, please try some different settings."
  1772. }
  1773.  
  1774. Message=InvalidPort
  1775. {
  1776. English=
  1777. "The Port Address is incorrect, please try another setting"
  1778. }
  1779.  
  1780. Message=InvalidIRQ
  1781. {
  1782. English=
  1783. "The IRQ is incorrect, please try another setting"
  1784. }
  1785.  
  1786. Message=InvalidDMA
  1787. {
  1788. English=
  1789. "The DMA channel is invalid, please try another setting"
  1790. }
  1791.  
  1792. Message=MusicOnSoundCard
  1793. {
  1794. English=
  1795. "The device you have selected for sound effects can also be used
  1796. to play music."
  1797. }
  1798.  
  1799. Message=DetectWarning
  1800. {
  1801. English=
  1802. "Install and Setup can automatically determine which sound device you
  1803. have attached to your system, sometimes this can cause a system to
  1804. hang, so the sound device can also be setup manually. If your system
  1805. does hang during detection, reset your machine and try again, any
  1806. device that did cause a hang will be ignored the next time."
  1807. }
  1808.  
  1809. Message=SampleWarning
  1810. {
  1811. English=
  1812. "Install and Setup will now play a short sample to test the sound
  1813. device. It is possible that if the sound device is incorrectly
  1814. configured your system may hang."
  1815. }
  1816.  
  1817. Message=TuneWarning
  1818. {
  1819. English=
  1820. "Install and Setup will now play a short tune to test the music
  1821. device. It is possible that if the music device is incorrectly
  1822. configured your system may hang."
  1823. }
  1824.  
  1825. Message=SoundHeard
  1826. {
  1827. English=
  1828. "If you did not hear anything you may wish to change the settings"
  1829. }
  1830.  
  1831. Message=SoundComplete
  1832. {
  1833. English=
  1834. "Sound and Music Device Setup is now complete"
  1835. }
  1836.