home *** CD-ROM | disk | FTP | other *** search
/ Universe of PCX / UniverseOfPCX.iso / photov / setup.cfg < prev    next >
Text File  |  1995-09-22  |  3KB  |  76 lines

  1. rem --- set the color for background on the screen
  2. SCREENCOLOR: Blue, Blue
  3.  
  4. rem --- the title that appears on the background
  5. TITLE: "PhotoVision Pro Install", 80, italic, bold
  6. rem --- the color for the title
  7. TITLECOLOR: yellow
  8.  
  9. rem --- The following paragraph is on the first screen seen by the
  10. rem   - end-user.  Note that you should leave a blank line at the top
  11. rem   - and bottom and leave a couple of spaces at the left AND right
  12. rem   - to provide proper spacing around the window border.
  13. BEGINFIRSTSCREEN
  14.  
  15.     The shareware evaluation copy of PhotoVision Pro is about to 
  16.     be installed. The installation will ask which directory to 
  17.     install the software to on your hard disk.
  18.  
  19.                                                 
  20. ENDFIRSTSCREEN
  21.  
  22. rem --- The following is the last screen seen by the end-user.
  23. rem   - Note that you should leave a blank line at the top and
  24. rem   - bottom and leave a couple of spaces at the left AND right
  25. rem   - to provide proper spacing around the window border.
  26. BEGINLASTSCREEN
  27.  
  28.    The installation of PhotoVision Pro is now complete. We are 
  29.    certain that you will enjoy using PhotoVision Pro. 
  30.    
  31.    Discounts are available for organisations that wish to license
  32.    a number of copies. Please call 01889 564 601 for pricing.
  33.  
  34.    When you purchase a full license for PhotoVision Pro you will 
  35.    receive the following benefits:
  36.  
  37.    - the latest version of PhotoVision Pro
  38.    - upgrade notifications when new versions are released
  39.    - special offers on other products or services
  40.    - a printed user manual
  41.    - technical assistance via phone, mail, fax or email
  42.  
  43.  
  44. ENDLASTSCREEN
  45.  
  46. rem --- check to see if the end user has enough disk space to install
  47. rem   - note that the user can install one of two file groups 
  48. rem   - (all files or just the program files) thus we must
  49. rem   - provide a different check for group one and group two
  50. MINDISKSPACE: 1679912
  51.  
  52. rem --- chekc that the end user has a powerful enough CPU 
  53. MINCPUTYPE: 80386
  54.  
  55. rem --- set the default drive and directory for installation
  56. DEFAULTDIR: C:\PVP_SW, prompt="Please enter the drive and directory where you wish Thumbs Plus to be installed:"
  57.  
  58.  
  59. rem --- set the group name
  60. rem ASK1: "PhotoVision Pro", prompt="Install into this program group ?"
  61.  
  62. rem --- Adds the association for files to the win.ini
  63.  
  64. rem --- 
  65. WINITEM: "PhotoVision Pro", "$DEFAULTDIR$\photovis.exe", "PhotoVision Pro", replace
  66. WINITEM: "PhotoVision Pro", "$DEFAULTDIR$\photovis.hlp", "PhotoVision Pro Help", replace
  67. WINITEM: "PhotoVision Pro", "$DEFAULTDIR$\register.txt", "Order Form", replace
  68.  
  69.  
  70. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  71. FILE: photovis.shr, overwrite=new
  72.  
  73. rem --- Display an ASCII file to the end-user that has any new information
  74. rem SHOWREADME: readme.txt
  75.  
  76.