home *** CD-ROM | disk | FTP | other *** search
/ The Deluxe Multimedia Bible / The_Deluxe_Multimedia_Bible.ISO / finish.cfg < prev    next >
Text File  |  1996-08-19  |  3KB  |  103 lines

  1. rem  chain install part two of the 16 bit
  2. REM  PCINSTALLWIN SCRIPT 6/1/96 32 BIT BIBLE
  3. REM  ORIGINAL CODE AMY
  4.  
  5. REM INTROSCREEN: COSMIATT.BMP, 5
  6. SCREENCOLOR: BLUE, BLUE
  7. rem --- the title that appears on the background
  8. TITLE: "Swift Platinum Holy Bible Deluxe", 35
  9. rem SCREENGRAPHIC: Bib.BMP, TOPLEFT
  10. rem --- the color for the title
  11. TITLECOLOR: (255, 255, 000)
  12.  
  13. BEGINFIRSTSCREEN
  14.  
  15.    This setup program will allow you to select which   
  16.    Bible references you would like to run off the   
  17.    CD-ROM.
  18.    
  19.    You will then be asked if you would like to install
  20.    the Kudo clipart program.
  21.    
  22.    When setup is complete, you may double-click on 
  23.    the corresponding icon to run the items of your choice.   
  24.    
  25.    If you have not previousy set up the Microsoft media
  26.    player or Powerpoint, you should run the setup routines   
  27.    in the Deluxe Holy Bible group before attempting to 
  28.    launch the video or slideshow icons.
  29.  
  30. ENDFIRSTSCREEN
  31.  
  32. BEGINLASTSCREEN
  33.  
  34.    Setup of the Bible translations and text is now complete.  
  35.    Please stand by for installation options on the Kudo clipart   
  36.    viewer.  
  37.   
  38. ENDLASTSCREEN
  39.  
  40. rem --- check that the end user has a powerful enough CPU
  41. MINCPUTYPE: 80386
  42.  
  43. REM MINDISKSPACE: 830
  44.  
  45. DEFAULTDIR: c:\DLXBIBLE
  46.  
  47. BEGINGROUP
  48.  
  49. 40  [ ]  Spurgeon's Daily Readings
  50. 45  [ ]  Easton's Topical Bible
  51. 50  [ ]  Henry's Commentaries on the Old and New Testaments
  52. 55  [ ]  Nave's Topical Bible
  53. 60  [ ]  Commentaries on the Psalms
  54. 65  [ ]  Torrey's New Topical Textbook and Methods of Bible Study
  55. 70  [ ]  Coloring pages
  56. 75  [ ]  Slideshows
  57. 80  [ ]  Videos
  58.  
  59. ENDGROUP
  60.  
  61. IF GROUP=40
  62. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\READINGS.HLP", "Spurgeon's Daily Readings", "$SOURCEDIR$\16bit\readings.ico", replace
  63. ENDIF
  64.  
  65. IF GROUP=45
  66. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\EASTON.HLP", "Easton's Topical Bible", "$SOURCEDIR$\16bit\EASTON.ico", replace
  67. ENDIF
  68.  
  69. IF GROUP=50
  70. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\MHC_OT.HLP", "Henry's OT Commentaries", "$SOURCEDIR$\16bit\MHC_OT.ico", replace
  71. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\MHC_NT.HLP", "Henry's NT Commentaries", "$SOURCEDIR$\16bit\MHC_NT.ico", replace
  72. ENDIF
  73.  
  74. IF GROUP=55
  75. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\NAVES.HLP", "Nave's Topical Bible", "$SOURCEDIR$\16bit\NAVEs.ico", replace
  76. ENDIF
  77.  
  78. IF GROUP=60
  79. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\PSALMS.HLP", "Psalms Commentaries", "$SOURCEDIR$\16bit\PSALMS.ico", replace
  80. ENDIF
  81.  
  82. IF GROUP=65
  83. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\16bit\TORREY.HLP", "Torrey's Textbook and Studies", "$SOURCEDIR$\16bit\TORREY.ico", replace
  84. ENDIF
  85.  
  86. IF GROUP=70
  87. WINITEM: "Holy Bible Deluxe", "$WINDIR$\pbrush.exe", "Coloring pages", "$SOURCEDir$\COLORING\", replace
  88. ENDIF
  89.  
  90. IF GROUP=75
  91. WINITEM: "Holy Bible Deluxe", "$SOURCEDir$\powerpt\vsetup.exe", "Slide shows Setup", "$SOURCEdir$\powerpt\", replace
  92. WINITEM: "Holy Bible Deluxe", "$SOURCEDir$\powerpt\pptvIEw.exe", "Slide shows", "$SOURCEdir$\SLIDES\", replace
  93. ENDIF
  94.  
  95. IF GROUP=80
  96. WINITEM: "Holy Bible Deluxe", "$sourcediR$\vfw\setup.exe", "Video Setup", "$SOURCEdir$\Vfw\", replace
  97. WINITEM: "Holy Bible Deluxe", "$WINDIR$\Mplayer.exe", "Videos", "$SOURCEdir$\Videos\", replace
  98. ENDIF
  99.  
  100.  
  101. RUNATEXIT: "$SOURCEDir$\clipart\winstall.EXE"
  102.  
  103.