home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / KIDS / RKLAUF / WINSTALL.INF < prev    next >
Text File  |  1996-06-05  |  9KB  |  256 lines

  1. REM --------------------------------------------
  2. REM WINSTALL.INF file for Chief's Installer Pro
  3. REM Tries to use most of the reserved words
  4. REM --------------------------------------------
  5.  
  6. [The title of your application]
  7. $TITLE=RK Laugh 3.2a
  8.  
  9. [Default target directory :  can take extra parameter in this format]
  10. [$TARGET=Default;INI-File-name;Section;KeyName]
  11. $TARGET=C:\RKSOFT\RK_LAUGH
  12.  
  13. [Files to be copied; "$disk 1 =" to "$disk 64 ="; you can use wildcards]
  14. [file specs should be separated with a semi-colon]
  15.  
  16. $DISK1=UNINSTAL.EXE;RK_LAUGH.EXE;RK_SHARE.WRI;RK_ORDER.WRI;*.TXT
  17.  
  18. [Disk space needed for the installation - in bytes]
  19. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  20. $SPACE=448300
  21.  
  22. [Files to be installed to Windows directory; unlimited number of lines]
  23. [MAX 30 file names on each line, separated with semi-colon]
  24. $WINDIR=
  25.  
  26. [Files to be installed to Windows SYSTEM directory; unlimited number of lines]
  27. [MAX 30 file names on each line, separated with semi-colon]
  28. $SYSDIR=
  29.  
  30. [space required by files going to the Windows directory]
  31. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  32. $WINDIR-SPACE=0
  33.  
  34. [space required by files going to the Windows SYSTEM directory]
  35. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  36. $SYSDIR-SPACE=0
  37.  
  38. [uncomment this line to turn on disk verification]
  39. ;$VERIFY-INSTALL-DISKS
  40.  
  41. [Files to be installed to subdirectories under DEST directory tree]
  42. [Max 30 file names on each line, separated with semi-colon]
  43. ;$DEST\TRIAL=RK_LAUGH.EXE;RK_SHARE.WRI;RK_MCWIN.EXE;RK_PHONE.EXE;*.TXT
  44.  
  45. [Files to be installed to TEMP directory; unlimited number of lines]
  46. [Max 30 file names on each line, separated with semi-colon]
  47. $TEMPDIR=
  48.  
  49. [disk space needed for files going to the TEMP directory - in bytes]
  50. $SWAP-SPACE=0
  51.  
  52. [Files to be replaced without warning if older versions already exist]
  53. [Max 30 file names on each line, separated with semi-colon]
  54. $AUTO-REPLACE=
  55.  
  56. [Entries in INI files = Filename;Section;Keyname;String;NO-REPLACE;$USER OPTION#]
  57. [Details as minimum of 4 sections on each line, separated with semi-colon]
  58. $INI=$WINDIR\RK.INI;RK_LAUGH;DataDirectory;$DEST
  59. ;$INI=$DEST\INSTALL.INI;INSTALL;SourceDirectory;$SOURCEDIR
  60.  
  61. [Default Program Manager group name; you can force it to be created by
  62. [using the AUTO parameter, or disable it by using the DISABLE parameter]
  63. $GROUP=RK Software;SHOW-COMBO
  64.  
  65. [program(s) to create Program Manager icons for; MAX=128 icons in all]
  66. [format= CommandLine;Icon Title;Group Name]
  67. [Group Name is optional - if none, the one in $GROUP will be used]
  68.  
  69. $ICON=$DEST\UNINSTAL.EXE;Uninstall RK Software
  70. $ICON=$DEST\RK_LAUGH.EXE;RK Laugh 3.2 TRIAL VERSION
  71. $ICON=$DEST\RK_SHARE.WRI;RK Shareware Notes
  72. $ICON=$DEST\RK_ORDER.WRI;Order Form
  73.  
  74.  
  75. [another (more low level) way of creating icons; unlimited number of icons]
  76.  
  77.  
  78. [********************************************************]
  79. [*** NOTE: EVERYTHING FROM HERE IS TOTALLY OPTIONAL *****]
  80. [********************************************************]
  81.  
  82. [Program(s) to execute as part of the installation; separated with a semi-colon]
  83. [install will *try* to wait for them to terminate before continuing]
  84. $PRE-EXEC=
  85.  
  86. [Files to delete after completing installation; each on a separate line]
  87. [here, we're cleaning up our INSTALL files from the TEMP directory]
  88. $CLEANUP=$TEMPDIR\INSTALL.EXE
  89. $CLEANUP=$TEMPDIR\WINST*.*
  90. $CLEANUP=$TEMPDIR\*.CHF
  91.  
  92. [Program(s) to execute after completing installation; separated with a semi-colon]
  93. $EXEC=
  94.  
  95. [uncomment this line for a maximized main window - and no "banner"!]
  96. ;$WINDOW=MAXIMIZE
  97.  
  98. [comment this to use an 8kb buffer for copying the files]
  99. $COPYBUFFER=32000
  100.  
  101. [uncomment this to use a WHITE background color for the dialog window]
  102. [valid values are 0 to 4]
  103. ;$WINDOW-BACKGROUND=0
  104.  
  105. [uncomment this to use a WHITE background for the dialog text]
  106. [3 RGB values, or 1 long integer value
  107. ;$TEXT-BACKGROUND=255,255,255
  108.  
  109. [comment this to NOT paint the background of the "percent" dialog]
  110. $PAINTDIALOGS
  111.  
  112. [uncomment this line to automatically set the check box for PROGMAN group]
  113. $SETCHECKBOX
  114.  
  115. [comment this line to enable the final "installation completed" dialog]
  116. ;$NO-END-DIALOG
  117.  
  118. [uncomment this line to disable the dialog that offers to add the target]
  119. [directory to the PATH statement in AUTOEXEC.BAT]
  120. $NO-PATH-DIALOG
  121.  
  122. [uncomment to use other icons (in WINSTALC.DLL); from 2 to 10]
  123. $DIALOG-ICON=5
  124.  
  125. [comment this line to disable the small "percent" meter for individual files]
  126. $SHOW-FILE-PERCENT
  127.  
  128. [comment this line to disable logging for the UNINSTALLER in UNINSTAL.LOG]
  129. $MAKE-UNINSTALL-LOG
  130.  
  131. [comment these lines to remove user selectable install options]
  132. [max= 10 options; format = title;disk space needed (in bytes)]
  133. [the figures are added to the $SPACE line above]
  134. [you can calculate these by running AUTOCALC.EXE on your completed INF file]
  135.  
  136. ;$USER-OPTION1=RK Shareware Utilites;701998
  137. ;$USER-OPTION2=RK Laugh;429699
  138.  
  139. [help strings for each user option]
  140. ;$OPTIONHELP1=A few shareware utility programs\n\n from RK Software.
  141. ;$OPTIONHELP2=A fun shareware appliaction from RK Software\n\n requires a slightly twisted sense of humor.
  142.  
  143. [these lines are the files that make up each user selectable option]
  144. [each option can use up to 10 lines to list its files, and each line
  145. [can list up to 30 files; max = 200 characters per line]
  146.  
  147. ;$OPTIONAL1=RK_MCWIN.EXE;RK_PHONE.EXE;RK_SHARE.WRI 
  148. ;$OPTIONAL2=RK_LAUGH.EXE;RK_LAUGH.WRI;*.TXT
  149.  
  150. [these lines are for the "BANNER" window]
  151. [the font to use; I am using True Type Times New Roman]
  152. $BANNER-FONT=ARIAL
  153.  
  154. [make sure this is small enough for those using 640x480 displays]
  155. $BANNER-FONT-SIZE=48
  156.  
  157. [message must be short enough to fit on the screen]
  158. $BANNER-MESSAGE=RK Software installation;LEFT
  159. $BANNER-TEXT-COLOR=$FFFF00
  160. $BANNER-TEXT-BACKGROUND=0,0,0
  161. $BANNER-WINDOW-BRUSH=0,64,255
  162.  
  163.  
  164. [uncomment this to give a blue shadow to the banner text: but it will disable]
  165. [the $banner-text-background; it also will not work if there is a bitmap]
  166. $BANNER-SHADOW-COLOR=0,0,255
  167.  
  168. [I am not using any bitmap! so I use a non-existent file name]
  169. $BITMAP=nobitmap
  170.  
  171. [************************************************************]
  172. [ *** these lines are for version checks on shared files ****]
  173. [************************************************************]
  174.  
  175. [uncomment this line to enable version checking on non-shared DLLs]
  176. ;$CHECK-MY-DLL-VERSIONS
  177.  
  178. [this line stipulates the headings of the file version numbers]
  179. $VERSION-INFO-TITLE=File Version
  180.  
  181. [your explanation or recommendation when a copy of a shared file]
  182. [already exists]
  183. $VERSION-INFO-MESSAGE=You SHOULD click on "NO" if the target file \n is NEWER than the source file.
  184.  
  185. [your message when we can't successfully install a shared file]
  186. $VERSION-COPY-ERROR-MESSAGE=Please copy it later (after closing Windows) \n.A temporary copy of the file exists as
  187.  
  188. [uncomment this line to force older files to be overwritten without warning]
  189. $FORCE-OVERWRITE-OLDER-FILES
  190.  
  191. [comment this to avoid skipping identical files]
  192. $SKIP-IDENTICAL-FILES
  193.  
  194. [ ************************** other commands *************************]
  195.  
  196. $CLOSE-GROUP-BOX=1;2;3;4;
  197.  
  198. [the caption on the "Readme" push button 
  199. ;$README-BUTTON-TEXT=&History ....
  200.  
  201. [comment this line to use a proportional typeface for the readme dialog]
  202. $README-FONT=FIXED
  203.  
  204. [uncomment and use this line to send a mouse click to any of]
  205. [the four push buttons; 1=Start Install; 2=Abort; 3=Help; 4=Readme]
  206. ;$AUTO-CLICK-BUTTON=4
  207.  
  208. [uncomment this line to disable CTL3DV2.DLL]
  209. ;$NO-CTL3D.DLL
  210.  
  211. [this message is presented if an active DLL was replaced/installed]
  212. ;$RESTARTWIN-MESSAGE=At least one active DLL was replaced.\nSo you need to close all programs and \nRESTART Windows (right now!).\n\nShould I restart Windows now?
  213.  
  214. [I am disabling the feature here!]
  215. $RESTARTWIN-MESSAGE=DISABLE
  216.  
  217. [examples of entries for the Registration Database (they are all commented!)]
  218.  
  219. [True Type fonts]
  220. ;$FONT=ARIAL.TTF;Arial (True Type)
  221.  
  222. [uncomment and put any final message to be displayed to the user]
  223. $FINAL-MESSAGE=Thanks for trying RK Software\n\nPlease read the note files
  224.  
  225. [ChiefPro batch files]
  226.  
  227. [if you want to UNZIP files, you can use $UNZIP]
  228. [filename, destination directory, code (for existing files)]
  229. ;[UNZIP CODES for EXISTING files]
  230. ;     OVERWRITE-ALL
  231. ;     OVERWRITE-OLDER
  232. ;     SKIP
  233. ;     CONFIRM
  234.  
  235. [any extra data space that your application might need]
  236. $DATA-SPACE=0
  237.  
  238. [message shown when desktop's "Abort" button is clicked]
  239. $ABORT-MESSAGE=I will now terminate the installation!\nIs this what you want?
  240.  
  241. [how many times can a file be duplicated during the install?]
  242. $MAX-DUPLICATES=3
  243.  
  244. [uncomment to remove the "Abort" button from the desktop]
  245. ;$NO-ABORT-BUTTON
  246.  
  247. [uncomment to remove the "Help" button from the desktop]
  248. ;$NO-HELP-BUTTON
  249.  
  250. [example: if you want to specify a general source directory]
  251. ;$SOURCEDIR=Z:\USR\BIN\LOCAL\INST
  252.  
  253. [example: the source directories for specific install disks]
  254. ;$DISKDIR1=A:\
  255. ;$DISKDIR2=A:\
  256.