home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Deluxe Multimedia Bible
/
The_Deluxe_Multimedia_Bible.ISO
/
more.cfg
< prev
next >
Wrap
Text File
|
1996-08-18
|
3KB
|
81 lines
rem chain install part two of the 32 bit
REM PCINSTALLWIN SCRIPT 6/1/96 32 BIT BIBLE
REM ORIGINAL CODE AMY
REM INTROSCREEN: COSMIATT.BMP, 5
SCREENCOLOR: BLUE, BLUE
rem --- the title that appears on the background
TITLE: "Swift Platinum Holy Bible Deluxe", 35
rem SCREENGRAPHIC: Bib.BMP, TOPLEFT
rem --- the color for the title
TITLECOLOR: (255, 255, 000)
BEGINFIRSTSCREEN
This setup program will allow you to select which
Bible references you would like to run off the
CD-ROM.
You will then be asked if you would like to install
multimedia features and the Kudo clipart program.
When setup is complete, you may double-click on
the corresponding icon to run the items of your choice.
ENDFIRSTSCREEN
BEGINLASTSCREEN
Setup of the Bible translations and text is now complete.
Please stand by for installation options on multimedia
features and the Kudo clipart viewer.
ENDLASTSCREEN
rem --- check that the end user has a powerful enough CPU
MINCPUTYPE: 80386
REM MINDISKSPACE: 830
DEFAULTDIR: c:\DLXBIBLE
BEGINGROUP
40 [ ] Spurgeon's Daily Readings
45 [ ] Easton's Topical Bible
50 [ ] Henry's Commentaries on the Old and New Testaments
55 [ ] Nave's Topical Bible
60 [ ] Commentaries on the Psalms
65 [ ] Torrey's New Topical Textbook and Methods of Bible Study
ENDGROUP
IF GROUP=40
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\READINGS.HLP", "Spurgeon's Daily Readings", "$SOURCEDIR$\32bit\readings.ico", replace
ENDIF
IF GROUP=45
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\EASTON.HLP", "Easton's Topical Bible", "$SOURCEDIR$\32bit\EASTON.ico", replace
ENDIF
IF GROUP=50
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\MHC_OT.HLP", "Henry's OT Commentaries", "$SOURCEDIR$\32bit\MHC_OT.ico", replace
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\MHC_NT.HLP", "Henry's NT Commentaries", "$SOURCEDIR$\32bit\MHC_NT.ico", replace
ENDIF
IF GROUP=55
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\NAVES.HLP", "Nave's Topical Bible", "$SOURCEDIR$\32bit\NAVEs.ico", replace
ENDIF
IF GROUP=60
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\PSALMS.HLP", "Psalms Commentaries", "$SOURCEDIR$\32bit\PSALMS.ico", replace
ENDIF
IF GROUP=65
WINITEM: "Holy Bible Deluxe", "$SOURCEDIR$\32bit\TORREY.HLP", "Torrey's Textbook and Studies", "$SOURCEDIR$\32bit\TORREY.ico", replace
ENDIF
RUNATEXIT: "$SOURCEDir$\last.EXE"