home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / winks45.zip / SETUP.CFG < prev    next >
Text File  |  1997-09-24  |  2KB  |  60 lines

  1. rem --- set the color for background on the screen
  2. SCREENCOLOR: (192,192,192),(192,192,192)
  3.  
  4. rem --- display the bitmap logo
  5. SCREENGRAPHIC: texasoft.bmp, bottomright
  6.  
  7. rem --- the title that appears on the background
  8. TITLE: "WINKS 4.5", 60, italic, bold
  9. rem --- the color for the title
  10. TITLECOLOR: blue
  11. BEGINFIRSTSCREEN
  12.    
  13.    Welcome to WINKS(tm) Basic Evaluation Edition, a program
  14.    for Statistical Data Analysis and Graphs.
  15.  
  16.    This installation program will install WINKS onto your  
  17.    hard disk. Please follow the instructions on the 
  18.    screen. This installation will not change your autoexec.bat
  19.    or config.sys, and will not write any files to your Windows
  20.    directory. 
  21.  
  22.    This is an unregistered copy of the program. 
  23.  
  24. ENDFIRSTSCREEN
  25.  
  26. BEGINLASTSCREEN
  27.  
  28.    Installation of WINKS is now complete. Please see the
  29.    documentation in the file WINKS.WRI for more information.
  30.  
  31.    This is an unregistered evaluation copy. To become
  32.    a licensed user, print and send in the order form on
  33.    disk. Thanks for trying WINKS.
  34.  
  35. ENDLASTSCREEN
  36.  
  37. rem --- check to see if the end user has enough disk space to install
  38. MINDISKSPACE: 2600000
  39.  
  40. rem --- set the default drive and directory for installation
  41. DEFAULTDIR: c:\winks, prompt="Please enter the drive and directory where you wish WINKS to be installed:"
  42.  
  43. rem --- 
  44. WINITEM: "WINKS", "$DEFAULTDIR$\winks.exe", "WINKS 4.5 Evaluation", Replace
  45. WINITEM: "WINKS", "$DEFAULTDIR$\whelp.hlp", "WINKS HELP", Replace
  46. WINITEM: "WINKS", "notepad.exe $DEFAULTDIR$\worder.txt", "Order Form", Replace
  47. WINITEM: "WINKS", "notepad.exe $DEFAULTDIR$\latenews.txt", "Latenews", Replace
  48. WINITEM: "WINKS", "WRITE.EXE $DEFAULTDIR$\winks.wri", "WINKS Documentation", Replace
  49.  
  50. UNINSTALL: yes
  51. FILE: "UNSTALL.EXE" 
  52. WINITEM "WINKS", "$DEFAULTDIR$\unstall.exe","Uninstall Winks Evaluation ","$DEFAULTDIR$\UNSTALL.ICO"
  53. ADDTEXT" "winitem: ""WINKS""",$defaultdir$\install.log","-1"
  54.  
  55. FILE: winksw.SHR overwrite=yes
  56. FILE: WINKS.WRI overwrite=yes
  57. RUNATEXIT: "notepad.exe $DEFAULTDIR$\latenews.txt"
  58.  
  59.  
  60.