home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / win / child / starchrt / winstall.inf < prev   
INI File  |  1995-10-31  |  3KB  |  83 lines

  1. REM ------------------------------------------------
  2. REM ------------------------------------------------
  3. REM WINSTALL.INF file for Chief's Install
  4. REM -----------------------------------
  5. REM I try to use most of the RESERVED WORDS here!
  6. REM ------------------------------------------------
  7.  
  8. [The title of your application]
  9. $TITLE=StarCharts v1.0
  10.  
  11. [Default target directory]
  12. $TARGET=C:\STARCHRT
  13.  
  14. [Disk space needed for the installation - in bytes]
  15. $SPACE=518000
  16.  
  17. [Any temporary extra disk space needed while installing - in bytes]
  18. $SWAP-SPACE=0
  19.  
  20. [Files to be copied; "$disk 1 =" to "$disk 20 ="; you can use wildcards]
  21. [file specs should be separated with a semi-colon]
  22. $DISK1=STARCHRT.*;CHILD1.SCT;CHILD2.SCT;REGISTER.HLP
  23.  
  24. [Files to be installed to subdirectories under DEST directory tree]
  25. [Max=20 lines; 14 file names on each line, separated with semi-colon; no wildcards]
  26. $DEST=STARCHRT.EXE;STARCHRT.HLP;CHILD1.SCT;CHILD2.SCT;REGISTER.HLP
  27.  
  28. [Files to be installed to Windows directory]
  29. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  30. $WINDIR=STARCHRT.DLL;STARCHRT.INI
  31.  
  32. [Files to be installed to Windows SYSTEM directory]
  33. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  34. $SYSDIR=
  35.  
  36. [Files to be installed to TEMP directory]
  37. [Max=1 line; 14 file names on each line, separated with semi-colon; no wildcards]
  38. $TEMPDIR=
  39.  
  40. [Entries in INI files = Filename;Section;Keyname;String]
  41. [Max=20 lines; Details as 4 sections on each line, separated with semi-colon]
  42.  
  43. [Program Manager group name]
  44. $GROUP=StarCharts
  45.  
  46. [program(s) to create Program Manager icons for; MAX=12 icons in all]
  47. [format= CommandLine;Icon Title]
  48. $ICON=$DEST\STARCHRT.EXE;StarCharts
  49. $ICON=winhelp.exe $DEST\starchrt.hlp;StarCharts Help
  50. $ICON=winhelp.exe $DEST\register.hlp;Registration
  51.  
  52. [Program(s) to execute as part of the installation; separated with a semi-colon]
  53. [install will *try* to wait for them to terminate before continuing]
  54. $PRE-EXEC=
  55.  
  56. [Files to delete after completing installation]
  57. [up to 20 files, each on a separate line]
  58. $CLEANUP=
  59.  
  60. [Program(s) to execute after completing installation; separated with a semi-colon]
  61. $EXEC=
  62.  
  63. [remove the "MAXIMIZE" on the next line for non-maximized main window]
  64. ;$WINDOW=MAXIMIZE
  65.  
  66. [uncomment and use this to change the background color of the window]
  67. [valid values are 0 to 4]
  68. ;$WINDOW-BACKGROUND=2
  69.  
  70. [uncomment and use this to change the background of the text]
  71. [3 RGB values, or 1 long integer value
  72. ;$TEXT-BACKGROUND=128,128,128
  73.  
  74. [uncomment this line to automatically set the check box for PROGMAN group]
  75. $SETCHECKBOX
  76.  
  77. [uncomment this line to disable the final "installation completed" dialog]
  78. ;$NO-END-DIALOG
  79.  
  80. [uncomment this line to disable the dialog that offers to add the target]
  81. [directory to the PATH statement in AUTOEXEC.BAT]
  82. ;$NO-PATH-DIALOG
  83.