home *** CD-ROM | disk | FTP | other *** search
/ Clips for QuickTime / Clips_for_QuickTime_Walnut_Creek_April_1995.iso / pc / utils / finstall / install.inf < prev    next >
INI File  |  1994-12-01  |  4KB  |  129 lines

  1. ; There are some predefined macros:
  2. ;    $w      --- Windows directory
  3. ;    $y      --- Windows system directory
  4. ;    $s      --- installation source directory
  5. ;    $i      --- installation target directory
  6. ;
  7. ; $w, $y and $s is defined immediately after install.exe is started.
  8. ; $i is defined after [macros1] is read in and before [macros2] is
  9. ; read in
  10.  
  11. ; put the macros defined before the installation target dir is entered
  12. ; in this section
  13.  
  14. [macros1]
  15.  
  16. ; some handy macros
  17. group = Walnut Creek CDROM
  18.  
  19.  
  20. [general]
  21.  
  22. ; the name of your application being installed. it will be used
  23. ; to refer to your application in several dialog boxes
  24. appName = Quickclips for Quicktime
  25.  
  26.  
  27. ; the three lines of welcome text in the welcome dialog box
  28. welcomeTxt1 = This program will install Quickclips for Quicktime
  29. welcomeTxt2 = onto your system
  30. welcomeTxt3 = Copyright (c) 1994 Walnut Creek CDROM
  31.  
  32.  
  33. ; minimum free disk space required (in kb) by your application
  34. minFreeSpace = 120
  35.  
  36.  
  37. ; default directory
  38. defDir = c:\wccdrom
  39.  
  40.  
  41. ; the text shown on the background 
  42. bkTxt = Walnut Creek CDROM
  43.  
  44.  
  45. ; the font (including style) & font height (in point) to display
  46. ; the background text 
  47. bkTxtFont = Times New Roman Bold Italic
  48. bkTxtH = 60
  49.  
  50.  
  51. ; the horizontal & vertical distance from the left top corner of
  52. ; the screen to the base point of the background text
  53. bkTxtX = 0
  54. bkTxtY = 0
  55.  
  56.  
  57. ; the color (in the format of "red, green, blue") of the background text
  58. bkTxtColor = 255, 0, 0
  59.  
  60.  
  61. ; minimum time (in ms) to copy a file. if the actual needed is small than
  62. ; this, install.exe will wait. This will let the user know what is going on
  63. minTime = 500  
  64.  
  65.  
  66.  
  67. ; put the macros defined after the installation target dir is entered
  68. ; in this section
  69.  
  70. [macros2]
  71.  
  72.  
  73.  
  74.  
  75.  
  76. [disks]
  77.  
  78. ; one entry for one disk:
  79. ;
  80. ;    <disk no> = <description>
  81. ;
  82. ; where  <disk     no> --- a number used in section [files] to refer to a disk
  83. ;        <description> --- a  comment  about  what the disk is, something like
  84. ;                          "installation  disk  #1". It is used to ask to user
  85. ;                          to  insert  the appropriate disk if the file is not 
  86. ;                          found
  87.  
  88. 0 = Installation Disk #1
  89.  
  90.  
  91.  
  92. [files]
  93.  
  94. ; one entry for one file:
  95. ;
  96. ;    <filename> = <directory>, <size>, <disk>, <description>, <check ver>, <compressed>
  97. ;
  98. ; e.g.
  99. ;    bwcc.dl_ = $y, 15000, 0, Borland Windows Custom Control, 1, 1
  100. ;       |        |     |   |                 |                |  |
  101. ;       |        |     |   |                 |                |  |
  102. ; compressed name|     |   |        describe the bwcc.dll     |  |
  103. ;                | originally 1.5M                            |  |
  104. ;                |         |             yes, check file version when installing it
  105. ;                |         |                                     |
  106. ;will be copied to Windows system directory                      |
  107. ;                          |                      yes, bwcc.dl_ is already compressed
  108. ;                          |
  109. ;  bwcc.dl_ is on distribution disk no. 0, i.e., installation disk #1
  110. ;
  111.  
  112. ; every user will have:
  113. readme.txt   = $i,  7817, 0, Quickclips Documentation,         0, 0
  114.  
  115.  
  116. [items]
  117.  
  118. ; one entry for one program item:
  119. ;
  120. ;    <itemname> = <groupname>, <command line>, <icon path>
  121. ;
  122.  
  123. Quickclips README    = $group, $w\notepad $i\readme.txt,      $i\readme.txt
  124. ;User Guide          = $group, $w\winhelp.exe $i\install.hlp, $w\winhelp.exe
  125. ;Order Form          = $group, $w\write.exe $i\orderfrm.wri,  $w\write.exe
  126. ;License             = $group, $w\write.exe $i\license.wri,   $w\write.exe
  127. ;Vendor Info         = $group, $w\write.exe $i\vendor.wri,    $w\write.exe
  128. ;Freeman Uninstaller = $group, $i\llatsni.exe,                $i\llatsni.exe
  129.