home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / disktool / treesize.zip / treesize.inf < prev   
INI File  |  1996-08-18  |  3KB  |  89 lines

  1. ; installs Treesize and adds it to the context menu of folders
  2.  
  3. [DefaultInstall]
  4. CopyFiles=QCD.copy.prog, QCD.copy.hlp, QCD.copy.win, QCD.copy.sys, QCD.copy.inf
  5. UpdateInis=QCD.Links
  6. AddReg=qcd.reg, QCD.Run
  7. Uninstall=TreeSize_remove
  8.  
  9. [TreeSizeInstall]
  10. CopyFiles=QCD.copy.prog, QCD.copy.hlp, QCD.copy.win, QCD.copy.sys, QCD.copy.inf
  11. UpdateInis=QCD.Links
  12. AddReg=qcd.reg, QCD.Run
  13. Uninstall=TreeSize_remove
  14.  
  15. [TreeSize_remove]
  16. DelFiles = QCD.copy.prog, QCD.copy.hlp, QCD.copy.win, QCD.copy.sys, QCD.copy.inf
  17. DelReg = QCD.reg.remove, QCD.Run
  18. UpdateInis = QCD.Links.Remove
  19.  
  20. [version]
  21. signature="$CHICAGO$"
  22.  
  23. ; F i l e   c o p y i n g   s e c t i o n s (where the go to).
  24. [DestinationDirs]
  25. QCD.copy.sys=11
  26. QCD.copy.hlp=18
  27. QCD.copy.prog=24,%PROGRAMF%\%QCDPROG%
  28. QCD.copy.win=25
  29. QCD.copy.inf=17
  30.  
  31. ; w h a t   f i l e s   a r e   c o p i e d   w h e r e
  32. [QCD.copy.prog]
  33.  
  34. [QCD.copy.win]
  35. treesize.exe
  36.  
  37. [QCD.copy.sys]
  38.  
  39. [QCD.copy.hlp]
  40.  
  41. [QCD.copy.inf]
  42. treesize.inf
  43.  
  44.  
  45. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  46. [SourceDisksNames]
  47. 55="TreeSize","",1
  48.  
  49. [SourceDisksFiles]
  50. Treesize.exe=55
  51. Treesize.Inf=55
  52.  
  53. ; L o c a l i s e d   s t u f f 
  54. [Strings]
  55. PROGRAMF     = "Progra~1"
  56. QCDPROG      = ""             ;
  57. QCDPROG_LOCN = ""      ; shortcut location
  58. QCD_Desc     = "TreeSize"             ; shortcut name
  59. QCD_REMOVE_DESC = "TreeSize (Remove only)"
  60. QCD_ShortDesc= "Display size of a Directory Tree" ; details view
  61.  
  62.  
  63. ; L i n k s   /   S h o r t c u t s
  64. [QCD.Links]
  65. setup.ini, progman.groups,,"group55=%QCDPROG_LOCN%"
  66. setup.ini, group55,,"""%QCD_Desc%"", ""%25%\Treesize.Exe"",,,,,%QCD_ShortDesc%"
  67.  
  68. ; L i n k s   /   S h o r t c u t s - Removal.
  69. [QCD.Links.Remove]
  70. setup.ini, progman.groups,,"group55=%QCDPROG_LOCN%"
  71. setup.ini, group55,,"""%QCD_Desc%""
  72.  
  73. [qcd.reg]
  74. HKCR,Folder\shell\treesize,,,"&TreeSize"
  75. HKCR,Folder\shell\treesize,"EditFlags",1,01,00,00,00
  76. HKCR,Folder\shell\treesize\command,,,"%25%\Treesize.exe %1"
  77. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TreeSize,DisplayName,,"%QCD_REMOVE_DESC%"
  78. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TreeSize,UninstallString,,"RunDll setupx.dll,InstallHinfSection TreeSize_remove 4 Treesize.inf"
  79.  
  80. [qcd.reg.remove]
  81. HKCR,Folder\shell\treesize,,,
  82. HKCU,Software\Treesize,,,
  83. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TreeSize,,,
  84. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TreeSize,DisplayName,,"%QCD_DESC%"
  85. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TreeSize,UninstallString,,"RunDll setupx.dll,InstallHinfSection TreeSize_remove 4 Treesize.inf"
  86.  
  87. ; R u n   o n c e   i n s t a l l e d
  88. [qcd.run]
  89.