home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / sctools.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  2.5 KB  |  91 lines

  1. ; SCTools.INF
  2. ;
  3. ; This is the Setup information file to install SCTools
  4. ; as an Optional Component.
  5. ;
  6. ; Copyright (c) 1993,1994 Microsoft Corporation
  7. ;
  8.  
  9. [version]
  10. LayoutFile=layout.inf, layout1.inf, layout2.inf
  11. signature="$CHICAGO$"
  12. SetupClass=BASE
  13.  
  14. ;Destination Directories for CopyFiles Sections
  15. [DestinationDirs]
  16. IMEGEN.copy           = 11    ; LDID_SHARED
  17. IMEGEN.hlp.copy       = 18    ; LDID_HELP
  18. IMEGEN.del            = 11    ; LDID_SHARED 
  19.  
  20. Register_SCTools.Copy   = 17    ; INF dir
  21.  
  22. [BaseWinOptions]
  23. Register_SCTools
  24.  
  25. [Register_SCTools]
  26. AddReg=Register_SCTools.AddReg
  27. CopyFiles=Register_SCTools.Copy
  28.  
  29. [Register_SCTools.Copy]
  30. sctools.inf
  31.  
  32. [Register_SCTools.AddReg]
  33. ; IMEGEN
  34. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"IMEGEN",,"IMEGEN"
  35. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IMEGEN,INF,,"sctools.inf"
  36. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IMEGEN,Section,,"IMEGEN"
  37. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IMEGEN,Installed,,"0"
  38.  
  39. [Optional Components]
  40. IMEGEN
  41.  
  42. [IMEGEN]
  43. OptionDesc  = %IMEGENOpt_DESC%
  44. Tip         = %IMEGEN_TIP%
  45. Parent      = AccessTop
  46. CopyFiles   = IMEGEN.copy, IMEGEN.hlp.copy
  47. ;DelFiles    = IMEGEN.del
  48. UpdateInis  = IMEGEN.links
  49. AddReg      = IMEGEN.install.reg
  50. InstallType = 0               ; Manual
  51. IconIndex       = 32          ;Windows mini-icon for dialogs
  52. Uninstall   = IMEGEN_remove
  53.  
  54. [IMEGEN_remove]
  55. DelFiles    = IMEGEN.copy, IMEGEN.hlp.copy
  56. DelReg      = IMEGEN.remove.reg
  57. AddReg      = IMEGEN.uninst.reg
  58. UpdateInis  = IMEGEN.links.remove
  59.  
  60. ;---- MB IME Tool Install Sections --------
  61. [IMEGEN.copy]
  62. IMEGEN.exe
  63. IMEGEN.tpl
  64.  
  65. [IMEGEN.hlp.copy]
  66. IMEGEN.HLP
  67. IMEGEN.CNT
  68.  
  69. [IMEGEN.del]
  70.  
  71. [IMEGEN.links]
  72. setup.ini, progman.groups,, "group4=%APPS_DESC%"         ;creates folder
  73. setup.ini, group4,, """%IMEGEN_Desc%"", IMEGEN.EXE,,, IMEGEN"  ;creates link
  74.  
  75. [IMEGEN.install.reg]
  76. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IMEGEN,Installed,,"1"
  77.  
  78. [IMEGEN.links.remove]
  79. setup.ini, progman.groups,, "group4=%APPS_DESC%"  ;creates folder
  80. setup.ini, group4,, """%IMEGEN_Desc%"""             ;deletes link
  81.  
  82. [IMEGEN.uninst.reg]
  83. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\IMEGEN,Installed,,"0"
  84. ;------------------------------------------------
  85.  
  86. [Strings]
  87. APPS_DESC        = "╕╜╝■"
  88. IMEGENOpt_DESC = "╩Σ╚δ╖¿╔·│╔╞≈"
  89. IMEGEN_TIP     = "╩╣─·─▄╣╗┤┤╜¿╫╘╝║╡─╩Σ╚δ╖¿íú"
  90. IMEGEN_Desc    = "╩Σ╚δ╖¿╔·│╔╞≈"
  91.