home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / dzieci / wboxing1 / winstall.inf < prev   
INI File  |  1997-06-15  |  3KB  |  99 lines

  1. REM ------------------------------------------------
  2. REM WINSTALL.INF file for Install
  3. REM ------------------------------------------------
  4.  
  5. [The title of your application]
  6. $TITLE= Word Boxing V1.0
  7.  
  8. [Default target directory]
  9. $TARGET=C:\WDBOXING
  10.  
  11. [Disk space needed for the installation - in bytes]
  12. $SPACE=250000
  13.  
  14. [Any temporary extra disk space needed while installing - in bytes]
  15. $SWAP-SPACE=0
  16.  
  17. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  18. [file specs should be separated with a semi-colon]
  19. ;;;;$DISK1=*.*
  20. $DISK1=*.EXE;*.DOC;*.HLP;*.1ST;*.DIZ;*.INF
  21.  
  22. [Files to be installed to subdirectories under DEST directory tree]
  23. [Max=45 lines; 14 file names on each line, separated with semi-colon; no wildcards]
  24. ;;;;$DEST\HELP=WINSTALL.HLP 
  25.  
  26. [Files to be installed to Windows directory]
  27. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  28. $WINDIR=
  29.  
  30. [Files to be installed to Windows SYSTEM directory]
  31. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  32. $SYSDIR=
  33.  
  34. [Files to be installed to TEMP directory]
  35. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  36. $TEMPDIR=
  37.  
  38. [Files to be replaced without warning if older versions already exist]
  39. [Max=20 lines; 14 file names on each line, separated with semi-colon; no wildcards]
  40. $AUTO-REPLACE=
  41.  
  42. [Entries in INI files = Filename;Section;Keyname;String]
  43. [Max=20 lines; Details as 4 sections on each line, separated with semi-colon]
  44. ;;;;$INI=$DEST\INSTALL.INI;Test;TestB;TestC
  45.  
  46. [Default Program Manager group name]
  47. $GROUP=Word Boxing
  48.  
  49. [program(s) to create Program Manager icons for; MAX=45 icons in all]
  50. [format= CommandLine;Icon Title;Group Name]
  51. [Group Name is optional - if none, the one in $GROUP will be used]
  52. $ICON=$DEST\WDBOXING.EXE;Word Boxing 
  53. $ICON=$DEST\SETUP.EXE;Word Boxing Setup 
  54. $ICON= NOTEPAD.EXE $dest\WDBOXING.DOC;License file 
  55. $ICON= NOTEPAD.EXE $dest\README.1ST;Readme file 
  56.  
  57. [Program(s) to execute as part of the installation; separated with a semi-colon]
  58. [install will *try* to wait for them to terminate before continuing]
  59. $PRE-EXEC=
  60.  
  61. [Files to delete after completing installation]
  62. [up to 20 files, each on a separate line]
  63. [here, we're cleaning up our INSTALL files from the TEMP directory]
  64. ;;;;$CLEANUP=$TEMPDIR\INSTALL.EXE
  65. ;;;;$CLEANUP=$TEMPDIR\WINSTALL.INF
  66. ;;;;$CLEANUP=$TEMPDIR\WINSTALL.HLP
  67. ;;;;$CLEANUP=$TEMPDIR\WINSTALL.DLL
  68.  
  69. [Program(s) to execute after completing installation; separated with a semi-colon]
  70. $EXEC=
  71.  
  72. [remove the "MAXIMIZE" on the next line for non-maximized main window]
  73. $WINDOW=
  74.  
  75. [uncomment this to use a 16kb buffer for copying the files]
  76. ;;;;$COPYBUFFER=16384
  77.  
  78. [comment this to use a WHITE background color for the window]
  79. [valid values are 0 to 4]
  80. $WINDOW-BACKGROUND=1
  81.  
  82. [comment this to use a WHITE background for the text]
  83. [3 RGB values, or 1 long integer value
  84. $TEXT-BACKGROUND=192,192,192
  85.  
  86. [uncomment this to paint the background of the "percent" dialog]
  87. ;;;;$PAINTDIALOGS
  88.  
  89. [uncomment this line to automatically set the check box for PROGMAN group]
  90. $SETCHECKBOX
  91.  
  92. [uncomment this line to disable the final "installation completed" dialog]
  93. ;;;;$NO-END-DIALOG
  94.  
  95. [uncomment this line to disable the dialog that offers to add the target]
  96. [directory to the PATH statement in AUTOEXEC.BAT]
  97. $NO-PATH-DIALOG
  98.  
  99.