home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 December / Image.iso / software / multifax / setup.set < prev   
Encoding:
Text File  |  1995-09-28  |  1.4 KB  |  59 lines

  1. TITLE Multifax Address Book V1.3 
  2.  
  3. MSG Copyright (c) 1995 by Multifax
  4.  
  5. REM Define a help program
  6. HELP WINHELP.EXE, SETUP.HLP
  7.  
  8. REM Specify main window size and resize options
  9. WINDOW 0, 3, 20, 20, 580, 350
  10.  
  11. REM Define colours
  12. COLS FF0000h, 0, FFFFFFh, 0, 2, 008080h, 00FF00h
  13.  
  14. REM Define the background, one of three ways:
  15. PATTERN , 4
  16.  
  17. REM Define minimum processor type
  18. CPU 2
  19.  
  20. REM Define minimum DOS version
  21. DOSVER 5.0
  22.  
  23. REM Define minimum Windows version
  24. WINVER 3.0
  25.  
  26. REM Define default directory
  27. DIR C:\multifax\
  28.  
  29. REM Define reboot option
  30. REBOOT 0
  31.  
  32. REM Define restart option
  33. RESTART 0
  34.  
  35. REM Define documentation file so the user's attention will be drawn to it
  36. DOC multifax.doc
  37.  
  38.  
  39. REM Define what to install, where, how, how big, what disk, and question to ask
  40. INSTALL multifax.EXE, ~MAIN, 4, 300, Install Disk
  41. INSTALL multifax.DAT, ~MAIN, 3, 3, Install Disk 
  42. install multifax.DOC, ~MAIN, 4, 5, Install Disk
  43. install multifax.ini, ~WIN, 4, 1, Install Disk
  44.  
  45.  
  46. REM Write user entered data into an INI file
  47. IFILE ~WIN\multifax.INI
  48. ISECT file
  49. INI current= ~MAIN\MULTIFAX.DAT
  50.  
  51. REM Add group and items to Program Manager
  52. GROUP Multifax Address Book
  53. ITEM ~MAIN\Multifax.EXE, Multifax Address Book
  54. ITEM NOTEPAD.EXE ~MAIN\multifax.doc, Documentation
  55.  
  56.  
  57. REM Define additional files to be deleted during uninstallation
  58. REMOVE ~WIN\Multifax.INI
  59.