home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / ezmgr / winstall.inf < prev   
INI File  |  1995-08-02  |  2KB  |  97 lines

  1.  
  2. REM EasyManager For Windows Installation Script
  3.  
  4. [The title of your application]
  5. $TITLE=EasyManager For Windows Version 1.7
  6.  
  7. [Default target directory]
  8. $TARGET=C:\EASYMGR
  9.  
  10. [Disk space needed for the installation - in bytes]
  11.  
  12.  
  13.  
  14. $SPACE=1350000
  15.  
  16.  
  17.  
  18. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  19.  
  20. $DISK 1 = EASYMGR.*;REGISTER.*;README.*;FILE_ID.DIZ;SSPP20.*;SAMPLE.EXC
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ; $disk2=*.*
  27. ; $disk3=*.ini;*.drv;*.hlp
  28.  
  29. REM and so on ----- > $disk45=
  30.  
  31. [Other target subdirectories under default directory tree]
  32. $DEST=easymgr.exe;easymgr.hlp;easymgr.def;easymgr.sdf;sspp20.vbx
  33. $DEST=register.wri;register.txt;readme.txt;file_id.diz
  34. $DEST=sample.exc
  35.  
  36.  
  37.  
  38.  
  39.  
  40. [Auto replace the following files]
  41. $AUTO-REPLACE=EASYMGR.EXE;EASYMGR.SDF;EASYMGR.DEF;EASYMGR.HLP;README.TXT
  42. $AUTO-REPLACE=REGISTER.WRI;REGISTER.TXT;FILE_ID.DIZ;SSPP20.VBX
  43.  
  44.  
  45.  
  46.  
  47.  
  48. [Files to install to Windows directory}
  49. ;$windir=
  50.  
  51. [Files to install to Windows SYSTEM directory}
  52. ;$sysdir=
  53.  
  54. [Program Manager group name]
  55. $GROUP=EasyManager For Windows
  56.  
  57. [program(s) to create Program Manager icons for]
  58. $ICON=$DEST\EASYMGR.EXE;EasyManager For Windows
  59. $ICON=WINHELP.EXE $DEST\EASYMGR.HLP;EasyManager Help
  60. $ICON=WRITE.EXE $DEST\REGISTER.WRI;Registration Form
  61. $ICON=NOTEPAD.EXE $DEST\README.TXT;Readme
  62.  
  63. [Program(s) to run after immediately after copying]
  64.  
  65.  
  66.  
  67.  
  68. [Files to delete just after installation]
  69.  
  70.  
  71.  
  72.  
  73. [put a ";" at the start of the next line to have a normal main window]
  74. ;$WINDOW=MAXIMIZE
  75.  
  76. [comment this to use an 8kb buffer for copying the files]
  77. ;$COPYBUFFER=4095
  78.  
  79. [comment and use this to change the background color of the window]
  80. [valid values are 0 to 4]
  81. $WINDOW-BACKGROUND=1
  82.  
  83. [comment and use this to change the background of the text]
  84. [3 RGB values, or 1 long integer value
  85. $TEXT-BACKGROUND=192 192 192
  86.  
  87. [uncomment this line to NOT automatically set the check box for PROGMAN group]
  88. $SETCHECKBOX
  89.  
  90. [comment this line to enable the final "installation completed" dialog]
  91. $NO-END-DIALOG
  92.  
  93. [comment this line to enable the dialog that offers to add the target]
  94. [directory to the PATH statement in AUTOEXEC.BAT]
  95. $NO-PATH-DIALOG
  96.  
  97.