home *** CD-ROM | disk | FTP | other *** search
/ The Deluxe Multimedia Bible / The_Deluxe_Multimedia_Bible.ISO / last.cfg < prev    next >
Text File  |  1996-08-18  |  2KB  |  75 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.    multimedia features 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 multimedia features 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. 70  [ ]  Coloring pages
  50. 75  [ ]  Slideshows
  51. 80  [ ]  Videos
  52.  
  53. ENDGROUP
  54.  
  55.  
  56. IF GROUP=70
  57. WINITEM: "Holy Bible Deluxe", "$WINDIR$\pbrush.exe", "Coloring pages", "$SOURCEDir$\COLORING\", replace
  58. ENDIF
  59.  
  60. IF GROUP=75
  61. WINITEM: "Holy Bible Deluxe", "$SOURCEDir$\powerpt\vsetup.exe", "Slide shows Setup", "$SOURCEdir$\powerpt\", replace
  62. WINITEM: "Holy Bible Deluxe", "$SOURCEDir$\powerpt\pptvIEw.exe", "Slide shows", "$SOURCEdir$\SLIDES\", replace
  63. ENDIF
  64.  
  65. IF GROUP=80
  66. WINITEM: "Holy Bible Deluxe", "$sourcediR$\vfw\setup.exe", "Video Setup", "$SOURCEdir$\Vfw\", replace
  67. WINITEM: "Holy Bible Deluxe", "$WINDIR$\Mplayer.exe $SOURCEdir$\Videos\chch1c.avi", "Psalm 118 Video", "$SOURCEdir$\Videos\", replace
  68. WINITEM: "Holy Bible Deluxe", "$WINDIR$\Mplayer.exe $SOURCEdir$\Videos\chch2c.avi", "Psalm 104 Video", "$SOURCEdir$\Videos\", replace
  69. WINITEM: "Holy Bible Deluxe", "$WINDIR$\Mplayer.exe $SOURCEdir$\Videos\chch3c.avi", "Romans 5 Video", "$SOURCEdir$\Videos\", replace
  70. ENDIF
  71.  
  72.  
  73. RUNATEXIT: "$SOURCEDir$\clipart\winstall.EXE"
  74.  
  75.