home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / patches / POLICY.EXE / POLEDIT.INF < prev    next >
INI File  |  1995-07-11  |  3KB  |  93 lines

  1. ; POLEDIT.INF
  2.  
  3. ; This is the Setup information file to install the system policy editor
  4.  
  5. ; Copyright (c) 1993,1994 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. LayoutFile=layout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. [DestinationDirs]
  14. Register.Copy    = 17    ; LDID_INF
  15. POLEDIT.Win.Copy = 25    ; LDID_SHARED 
  16. POLEDIT.HLP.Copy = 18    ; LDID_HELP 
  17. POLEDIT.INF.Copy = 17    ; LDID_INF
  18.  
  19. [BaseWinOptions]
  20. Register_POLEDIT
  21.  
  22. [Register_POLEDIT]
  23. AddReg=Register.AddReg
  24. CopyFiles=Register.Copy
  25.  
  26. [Register.Copy]
  27. poledit.inf
  28.  
  29. [Register.AddReg]
  30. ;Create entries for Maint Mode Setup
  31. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\POLEDIT,DisplayName,,"%Poledit_DESC%"
  32. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\POLEDIT,UninstallString,,"RunDll setupx.dll,InstallHinfSection POLEDIT_remove 4 poledit.inf"
  33.  
  34. [UnRegister.DelReg]
  35. ;Remove entries for Maint Mode Setup
  36. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\POLEDIT
  37.  
  38. [Optional Components]
  39. Poledit
  40.  
  41. [Poledit]
  42. OptionDesc  = %Poledit_DESC%
  43. Tip         = %POLEDIT_TIP%
  44. CopyFiles   = POLEDIT.Win.Copy, POLEDIT.HLP.Copy, POLEDIT.INF.Copy, Register.Copy
  45. UpdateInis  = POLEDIT.Inis
  46. AddReg      = Register.AddReg
  47. InstallType = 0             ;Manual only
  48. IconIndex   = 11        ;Default (diamond) mini-icon for dialogs
  49. Uninstall   = POLEDIT_remove
  50.  
  51. [POLEDIT_remove]
  52. DelFiles    = POLEDIT.Win.Copy, POLEDIT.HLP.Copy,Register.Copy
  53. DelReg      = UnRegister.DelReg
  54. UpdateInis  = POLEDIT.Rem.Inis
  55.  
  56. [POLEDIT.Win.Copy]
  57. poledit.exe
  58.  
  59. [POLEDIT.HLP.Copy]
  60. poledit.cnt
  61. poledit.hlp
  62.  
  63. [POLEDIT.INF.Copy]
  64. admin.adm
  65.  
  66. [POLEDIT.Inis]
  67. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  68. setup.ini, group11,, """%Poledit_Desc%"", POLEDIT.EXE,,, poledit"       ;creates link
  69.  
  70. [POLEDIT.Rem.Inis]
  71. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  72. setup.ini, group11,, """%Poledit_Desc%"""                      ;deletes link
  73.  
  74.  
  75. ;****************************************************************************
  76. ; SourceDisks
  77. ;****************************************************************************
  78. [SourceDisksNames]
  79. 72=%DSK%, "", 0001
  80.  
  81. [SourceDisksFiles]
  82. poledit.inf   =72,,1024
  83. poledit.exe   =72,,108000
  84. poledit.cnt   =72,,322
  85. poledit.hlp   =72,,10000
  86. admin.adm     =72,,36000
  87.  
  88. [Strings]
  89. SYSTOOLS_DESC   = "Accessories\System Tools"
  90. Poledit_Desc    = "System Policy Editor"
  91. POLEDIT_TIP     = "Allows you to set system policies for your network"
  92. DSK="Windows 95 resource kit"
  93.