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

  1. rem  chain install part two of the 32 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.    multimedia features and 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.  
  26. ENDFIRSTSCREEN
  27.  
  28. BEGINLASTSCREEN
  29.  
  30.    Setup of the Bible translations and text is now complete.  
  31.    Please stand by for installation options on multimedia
  32.    features and the Kudo clipart viewer.  
  33.               
  34. ENDLASTSCREEN
  35.  
  36. rem --- check that the end user has a powerful enough CPU
  37. MINCPUTYPE: 80386
  38.  
  39. REM MINDISKSPACE: 830
  40.  
  41. DEFAULTDIR: c:\DLXBIBLE
  42.  
  43. BEGINGROUP
  44.  
  45. 40  [ ]  Spurgeon's Daily Readings
  46. 45  [ ]  Easton's Topical Bible
  47. 50  [ ]  Henry's Commentaries on the Old and New Testaments
  48. 55  [ ]  Nave's Topical Bible
  49. 60  [ ]  Commentaries on the Psalms
  50. 65  [ ]  Torrey's New Topical Textbook and Methods of Bible Study
  51.  
  52. ENDGROUP
  53.  
  54. IF GROUP=40
  55. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\READINGS.HLP", "Spurgeon's Daily Readings", "$SOURCEDIR$\32bit\readings.ico", replace
  56. ENDIF
  57.  
  58. IF GROUP=45
  59. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\EASTON.HLP", "Easton's Topical Bible", "$SOURCEDIR$\32bit\EASTON.ico", replace
  60. ENDIF
  61.  
  62. IF GROUP=50
  63. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\MHC_OT.HLP", "Henry's OT Commentaries", "$SOURCEDIR$\32bit\MHC_OT.ico", replace
  64. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\MHC_NT.HLP", "Henry's NT Commentaries", "$SOURCEDIR$\32bit\MHC_NT.ico", replace
  65. ENDIF
  66.  
  67. IF GROUP=55
  68. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\NAVES.HLP", "Nave's Topical Bible", "$SOURCEDIR$\32bit\NAVEs.ico", replace
  69. ENDIF
  70.  
  71. IF GROUP=60
  72. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\PSALMS.HLP", "Psalms Commentaries", "$SOURCEDIR$\32bit\PSALMS.ico", replace
  73. ENDIF
  74.  
  75. IF GROUP=65
  76. WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\TORREY.HLP", "Torrey's Textbook and Studies", "$SOURCEDIR$\32bit\TORREY.ico", replace
  77. ENDIF
  78.  
  79. RUNATEXIT: "$SOURCEDir$\last.EXE"
  80.  
  81.