home *** CD-ROM | disk | FTP | other *** search
- rem This is the configuration file used to install Office Darts
- rem =====================================================================
-
- rem --- set the color for background on the screen
- SCREENCOLOR: BLUE, BLACK
-
- rem --- the title that appears on the background
- TITLE: "OFFICE DARTS 301", 60
- rem --- the color for the title
- TITLECOLOR: (255, 20, 0)
-
-
- rem --- The following paragraph is on the first screen seen by the
- rem - end-user. Note that you should leave a blank line at the top
- rem - and bottom and leave a couple of spaces at the left AND right
- rem - to provide proper spacing around the window border.
- BEGINFIRSTSCREEN
-
- This installation program will install
- Office Darts 301 Version 3.0 onto your
- hard disk and MS Windows. It will also
- decompress the files.
-
- ENDFIRSTSCREEN
-
-
- rem --- The following is the last screen seen by the end-user.
- rem - Note that you should leave a blank line at the top and
- rem - bottom and leave a couple of spaces at the left AND right
- rem - to provide proper spacing around the window border.
- BEGINLASTSCREEN
-
- Installation of Office Darts 301 is now complete.
- It can be found in the Games group.
- If you have a window's compatable sound card,
- you must select Game, and then Options to
- select it.
-
- ENDLASTSCREEN
-
- rem --- check to see if the end user has enough disk space to install
- rem - note that the user can install one of two file groups
- rem - (all files or just the program files) thus we must
- rem - provide a different check for group one and group two
- MINDISKSPACE: 50000, 10
- MINDISKSPACE: 50000, 20
-
- rem --- chekc that the end user has a powerful enough CPU
- MINCPUTYPE: 80286
-
- rem --- set the default drive and directory for installation
- DEFAULTDIR: c:\odarts
-
- rem --- Adds the association for the .CFG install files to the win.ini
- rem --- INIFILE: "Extensions", "CFG", "notepad.exe ^.cfg", win.ini, add
-
- rem ---
- WINITEM: "Games", "$DEFAULTDIR$\od301.exe", "O'Darts 301 v3.0"
-
-
- rem --- Define the two installation groups that the end-user can select
- rem - for installation (all files or just program files). Note that
- rem - the first two columns are used for the group number. Also note,
- rem - you should leave a blank line at the top and bottom and leave a
- rem - couple of spaces at the left AND right to provide proper spacing
- rem - around the window border.
- BEGINGROUP
-
- 10 [X] Install program and sound files (recommended)
-
- 20 [ ] Install only program files
-
- ENDGROUP
-
- rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
- FILE: odfile.shr
- rem FILE: readme.txt, overwrite=new, group=10,20
- FILE: sound.shr, group=10
- rem FILE: samples\*.cfg, group=10
-
- rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
- rem - but PC-Install does not need to do this. The line has been REMarked
- rem - so that you have an example of how it might be used.
- RUNATEXIT: "$DEFAULTDIR$\OD301.EXE"
-