home *** CD-ROM | disk | FTP | other *** search
/ Clips for QuickTime / Clips_for_QuickTime_Walnut_Creek_April_1995.iso / pc / utils / finstall / llatsni.inf < prev    next >
INI File  |  1995-02-22  |  8KB  |  187 lines

  1. ; There are some predefined macros:
  2. ;    $w      --- Windows directory
  3. ;    $y      --- Windows system directory
  4. ;    $s      --- the directory where uninstal.exe resides. this should also
  5. ;                be the original installation target directory
  6. ;
  7. ; they are defined immediately after uninstal.exe is started.
  8.  
  9. ; define your own macros 
  10.  
  11. [macros]
  12.  
  13. ; some handy macros
  14. f     = Freeman
  15. fi    = $f Installer
  16. fu    = $f Uninstaller
  17. fs    = $f Software
  18. pf    = Project File
  19. rf    = Resource File
  20. sm    = (Small Model)
  21. mm    = (Medium Model)
  22. cl    = Class Library
  23. 4i    = For Installer
  24. 4u    = For Uninstaller
  25. csf   = C++ Source File
  26. chf   = C++ Header File
  27. group = $fi
  28.  
  29.  
  30. [general]
  31.  
  32. ; the name of your application being uninstalled. it will be used
  33. ; to refer to your application in several dialog boxes
  34. appName = $fi v1.1 Beta
  35.  
  36.  
  37. ; the three lines of warning text in the warning dialog box
  38. warningTxt1 = This program will remove $fi version 1.1 beta
  39. warningTxt2 = from your system
  40. warningTxt3 = Copyright (c) 1994 $fs
  41.  
  42.  
  43. ; the text shown on the background 
  44. bkTxt = $fu
  45.  
  46.  
  47. ; the font (including style) & font height (in point) to display
  48. ; the background text 
  49. bkTxtFont = Times New Roman Bold Italic
  50. bkTxtH = 60
  51.  
  52.  
  53. ; the horizontal & vertical distance from the left top corner of
  54. ; the screen to the base point of the background text
  55. bkTxtX = 0
  56. bkTxtY = 0
  57.  
  58.  
  59. ; the color (in the format of "red, green, blue") of the background text
  60. bkTxtColor = 255, 0, 0
  61.  
  62.  
  63. ; minimum time (in ms) to delete a file. if the actual needed is small than 
  64. ; this, llatsni.exe will wait. This will let the user know what is going on
  65. minTime = 500  
  66.  
  67.  
  68.  
  69. [files]
  70.  
  71. ; one entry for one file:
  72. ;
  73. ;    <filename> = <directory>, <size>, <description>
  74. ;
  75. ; e.g.
  76. ;    install.exe = $i, 15000, Freeman Installer exe file
  77. ;       |          |     |                  |            
  78. ;       |          |     |                  |            
  79. ;  file name       |     |    describe what install.exe is 
  80. ;                  | originally 1.5M                        
  81. ;                  |                      
  82. ;                  |                      
  83. ; it is in the installation target dir, i.e., same dir as uninstal.exe
  84. ;
  85. ;                                         
  86. ; if you want to delete the directory, put '*' in place of the file name.
  87. ; This way all files & subdirectories in it will be deleted as well
  88. ;                          
  89.  
  90. ; every user will have:
  91.  
  92. install.exe  = $i, 62480, $fi EXE
  93. llatsni.exe  = $i, 58896, $f Uninstaller EXE
  94. install.inf  = $i,  9266, Installation Info File
  95. llatsni.inf  = $i,  7625, Uninstallation Info File
  96. install.hlp  = $i, 60599, User Guide
  97. flib.h       = $i,  6934, $cl Header File
  98. readme.txt   = $i,  4704, Read me!
  99. vendor.wri   = $i,  2816, Vendor Distribution Info
  100. license.wri  = $i,  3200, License
  101. orderfrm.wri = $i,  2048, Order Form
  102. file_id.diz  = $i,   422, Brief Description for BBS
  103. *            = $i,     0, Install Target Directory
  104.  
  105.  
  106. ; registered user will have:
  107.  
  108. ;finstall.cpp = $i, 34145, 0, Source Code $4i,                 0, 0
  109. ;finstall.def = $i,   166, 0, Module Definition File $4i,      0, 0
  110. ;finstall.rc  = $i,  5566, 0, $rf $4i (for VC),                0, 0
  111. ;finstall.h   = $i,   396, 0, $rf Header $4i (for VC),         0, 0
  112. ;fllatsni.cpp = $i, 27781, 0, Source Code $4u,                 0, 0
  113. ;fllatsni.def = $i,   166, 0, Module Definition File $4u,      0, 0
  114. ;fllatsni.rc  = $i,  3169, 0, $rf $4u (for VC),                0, 0
  115. ;fllatsni.h   = $i,   396, 0, $rf Header $4u (for VC),         0, 0
  116. ;iconfins.ico = $i,   766, 0, Icon File (for VC),              0, 0
  117. ;iconflla.ico = $i,   766, 0, Icon File (for VC),              0, 0
  118. ;iconhard.ico = $i,   766, 0, Icon File (for VC),              0, 0
  119. ;iconsetu.ico = $i,   766, 0, Icon File (for VC),              0, 0
  120. ;finstall.res = $i,  3935, 0, Compiled $rf $4i (for BC),       0, 0
  121. ;fllatsni.res = $i,  2953, 0, Compiled $rf $4u (for BC),       0, 0
  122. ;b31finss.prj = $i,  4464, 0, BC31 $pf $sm $4i,                0, 0
  123. ;b31finsm.prj = $i,  4432, 0, BC31 $pf $mm $4i,                0, 0
  124. ;b31fllas.prj = $i,  4464, 0, BC31 $pf $sm $4u,                0, 0
  125. ;b31fllam.prj = $i,  4432, 0, BC31 $pf $mm $4u,                0, 0
  126. ;b31flibs.lib = $i, 57856, 0, BC31 $cl $sm,                    0, 0
  127. ;b31flibm.lib = $i, 61440, 0, BC31 $cl $mm,                    0, 0
  128. ;v10finss.mak = $i,  2167, 0, VC10 $pf $sm $4i,                0, 0
  129. ;v10finsm.mak = $i,  2171, 0, VC10 $pf $mm $4i,                0, 0
  130. ;v10fllas.mak = $i,  2167, 0, VC10 $pf $sm $4u,                0, 0
  131. ;v10fllam.mak = $i,  2171, 0, VC10 $pf $mm $4u,                0, 0
  132. ;v10flibs.lib = $i, 74889, 0, VC10 $cl $sm,                    0, 0
  133. ;v10flibm.lib = $i, 77969, 0, VC10 $cl $mm,                    0, 0
  134. ;v15finss.mak = $i,  2167, 0, VC15 $pf $sm $4i,                0, 0
  135. ;v15finsm.mak = $i,  2171, 0, VC15 $pf $mm $4i,                0, 0
  136. ;v15fllas.mak = $i,  2167, 0, VC15 $pf $sm $4u,                0, 0
  137. ;v15fllam.mak = $i,  2171, 0, VC15 $pf $mm $4u,                0, 0
  138. ;v15flibs.lib = $i, 74889, 0, VC15 $cl $sm,                    0, 0
  139. ;v15flibm.lib = $i, 77969, 0, VC15 $cl $mm,                    0, 0
  140.  
  141.  
  142. ; source code porter will have:
  143.  
  144. ;b31flibs.prj = $i,  8937, 0, BC31 $pf $sm,                    0, 0
  145. ;b31flibm.prj = $i,  8937, 0, BC31 $pf $mm,                    0, 0
  146. ;v10flibs.mak = $i,  3652, 0, VC10 $pf $sm,                    0, 0
  147. ;v10flibm.mak = $i,  3656, 0, VC10 $pf $mm,                    0, 0
  148. ;v15flibs.mak = $i,  3652, 0, VC15 $pf $sm,                    0, 0
  149. ;v15flibm.mak = $i,  3656, 0, VC15 $pf $mm,                    0, 0
  150. ;wpublic.cpp  = $i, 10787, 0, $csf,                            0, 0
  151. ;public.cpp   = $i,  7116, 0, $csf,                            0, 0
  152. ;dcontext.cpp = $i, 14621, 0, $csf,                            0, 0
  153. ;procinst.cpp = $i,   981, 0, $csf,                            0, 0
  154. ;dlgprog.cpp  = $i,  6294, 0, $csf,                            0, 0
  155. ;irect.cpp    = $i,  4386, 0, $csf,                            0, 0
  156. ;dstring.cpp  = $i,  2028, 0, $csf,                            0, 0
  157. ;fileh.cpp    = $i,   604, 0, $csf,                            0, 0
  158. ;installr.cpp = $i, 50798, 0, $csf,                            0, 0
  159. ;dde.cpp      = $i,  5874, 0, $csf,                            0, 0
  160. ;kdrive.cpp   = $i,  2038, 0, $csf,                            0, 0
  161. ;msgbox.cpp   = $i,  3802, 0, $csf,                            0, 0
  162.  
  163. ;wpublic.h    = $i,  2451, 0, $chf,                            0, 0
  164. ;public.h     = $i,  1182, 0, $chf,                            0, 0
  165. ;dcontext.h   = $i,  3103, 0, $chf,                            0, 0
  166. ;procinst.h   = $i,   428, 0, $chf,                            0, 0
  167. ;dlgprog.h    = $i,   921, 0, $chf,                            0, 0
  168. ;irect.h      = $i,   708, 0, $chf,                            0, 0
  169. ;dstring.h    = $i,  1000, 0, $chf,                            0, 0
  170. ;fileh.h      = $i,   174, 0, $chf,                            0, 0
  171. ;installr.h   = $i,  4827, 0, $chf,                            0, 0
  172. ;dde.h        = $i,  1871, 0, $chf,                            0, 0
  173. ;msgbox.h     = $i,   184, 0, $chf,                            0, 0
  174. ;ptrsetup.h   = $i,   280, 0, $chf,                            0, 0
  175.  
  176.  
  177.  
  178. [items]
  179.  
  180. ; one entry for one program item:
  181. ;
  182. ;    <itemname> = <groupname>
  183. ;
  184. ; if you want to delete the group, put '*' in place of the item name 
  185.  
  186. * = $group
  187.