home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / patches / PWEDIT.EXE / PWLEDIT.INF < prev    next >
INI File  |  1995-08-16  |  3KB  |  89 lines

  1. ; PWLEDIT.INF
  2.  
  3. ; This is the Setup information file to install the Password List Editor
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10. SetupClass=BASE
  11.  
  12. [DestinationDirs]
  13. Register.Copy    = 17    ; LDID_INF
  14. PWLEDIT.Win.Copy = 25    ; LDID_SHARED 
  15.  
  16. [BaseWinOptions]
  17. Register_PWLEDIT
  18.  
  19. [Register_PWLEDIT]
  20. AddReg=Register.AddReg
  21. CopyFiles=Register.Copy
  22.  
  23. [Register.Copy]
  24. PWLEDIT.inf
  25.  
  26. [Register.AddReg]
  27.  
  28. [Optional Components]
  29. PWLEDIT
  30.  
  31. [DefaultInstall]
  32. OptionDesc  = %PWLEDIT_DESC%
  33. Tip         = %PWLEDIT_TIP%
  34. CopyFiles   = PWLEDIT.Win.Copy, Register.Copy
  35. AddReg      = PWLEDIT.install.reg
  36. UpdateInis  = PWLEDIT.Inis
  37. InstallType = 0             ;Manual only
  38. IconIndex   = 11        ;Default (diamond) mini-icon for dialogs
  39. Uninstall   = PWLEDIT_remove
  40.  
  41. [PWLEDIT]
  42. OptionDesc  = %PWLEDIT_DESC%
  43. Tip         = %PWLEDIT_TIP%
  44. CopyFiles   = PWLEDIT.Win.Copy, Register.Copy
  45. AddReg      = PWLEDIT.install.reg
  46. UpdateInis  = PWLEDIT.Inis
  47. InstallType = 0             ;Manual only
  48. IconIndex   = 11        ;Default (diamond) mini-icon for dialogs
  49. Uninstall   = PWLEDIT_remove
  50.  
  51. [PWLEDIT_remove]
  52. DelFiles    = PWLEDIT.Win.Copy, Register.Copy
  53. DelReg      = PWLEDIT.remove.reg
  54. UpdateInis  = PWLEDIT.Rem.Inis
  55.  
  56. [PWLEDIT.Win.Copy]
  57. pwledit.exe
  58.  
  59. [PWLEDIT.Inis]
  60. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  61. setup.ini, group11,, """%Pwledit_Desc%"", PWLEDIT.EXE,,, pwledit"       ;creates link
  62.  
  63. [PWLEDIT.Rem.Inis]
  64. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  65. setup.ini, group11,, """%Pwledit_Desc%"""                      ;deletes link
  66.  
  67. [PWLEDIT.install.reg]
  68. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PWLEDIT,DisplayName,,"%PWLEDIT_Desc%"
  69. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PWLEDIT,UninstallString,,"RunDll setupx.dll,InstallHinfSection PWLEDIT_remove 4 pwledit.inf"
  70.  
  71. [PWLEDIT.remove.reg]
  72. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PWLEDIT
  73.  
  74. ;****************************************************************************
  75. ; SourceDisks
  76. ;****************************************************************************
  77. [SourceDisksNames]
  78. 73=%DSK%, "", 0001
  79.  
  80. [SourceDisksFiles]
  81. PWLEDIT.inf   =73,,1024
  82. pwledit.exe   =73,,10240
  83.  
  84. [Strings]
  85. SYSTOOLS_DESC   = "Accessories\System Tools"
  86. PWLEDIT_Desc    = "Password List Editor"
  87. PWLEDIT_TIP     = "Utility to remove items from your password list file"
  88. DSK = "Downloaded Files"
  89.