home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / sharewar / mp3shell / MP3INFO.INF < prev    next >
Windows Setup INFormation  |  2001-09-30  |  4KB  |  97 lines

  1. [Version]
  2. Class     = Unknown
  3. Provider  = "Stefan Kanthak <skanthak@nexgo.de>, Modified by Daniel Lohmann <daniel@losoft.de>"
  4. Signature = "$Chicago$"
  5.  
  6. [DefaultInstall]
  7. AddReg    = MP3Info.Install.AddReg,MP3Info.Install.AddReg.9x
  8. CopyFiles = MP3Info.Files.Ext,MP3Info.Files.Inf
  9. DelFiles  = MP3Info.Files.Pnf
  10.  
  11. [DefaultInstall.NTx86]
  12. AddReg    = MP3Info.Install.AddReg,MP3Info.Install.AddReg.NT
  13. CopyFiles = MP3Info.Files.Ext,MP3Info.Files.Inf
  14. DelFiles  = MP3Info.Files.Pnf
  15.  
  16. [DefaultUninstall]
  17. AddReg    = MP3Info.Remove.AddReg
  18. DelReg    = MP3Info.Remove.DelReg
  19. DelFiles  = MP3Info.Files.Ext,MP3Info.Files.Inf,MP3Info.Files.Pnf
  20.  
  21. [MP3Info.Install.AddReg]
  22. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup","Register %MP3Info*Description% ...",%REG_SZ%,"%11%\REGSVR32.EXE /S %11%\ShellExt\MP3INFO.DLL"
  23.  
  24. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","DisplayName",%REG_SZ%,"%MP3Info*Key%"
  25. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","DisplayVersion",%REG_SZ%,"%MP3Info*Version%"
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","HelpLink",%REG_SZ%,""
  27. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","InstallLocation",%REG_SZ%,"%11%\ShellExt"
  28. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","InstallSource",%REG_SZ%,"%01%"
  29. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","Publisher",%REG_SZ%,"%MP3Info*Author% <%MP3Info*EMail%>"
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","URLInfoAbout",%REG_SZ%,"%MP3Info*URL%"
  31.  
  32. [MP3Info.Install.AddReg.9x]
  33. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","UninstallString",%REG_SZ%,"%10%\RunDll32.Exe %10%\SetupX.Dll,InstallHinfSection DefaultUninstall 4 %17%\MP3INFO.INF"
  34.  
  35. [MP3Info.Install.AddReg.NT]
  36. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%","UninstallString",%REG_SZ%,"%11%\RunDll32.Exe %11%\SetupAPI.Dll,InstallHinfSection DefaultUninstall 4 %17%\MP3INFO.INF"
  37.  
  38. [MP3Info.Remove.AddReg]
  39. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup","Remove %MP3Info*Description% ...",%REG_SZ%,"%11%\REGSVR32.EXE /S /U %11%\ShellExt\MP3INFO.DLL"
  40.  
  41. [MP3Info.Remove.DelReg]
  42. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%MP3Info*Key%"
  43. HKCU,"Software\%MP3Info*Company%\%MP3Info*Description%"
  44. HKLM,"Software\%MP3Info*Company%\%MP3Info*Description%"
  45.  
  46.  
  47. [DestinationDirs]
  48. MP3Info.Files.Ext = 11,"ShellExt"
  49. MP3Info.Files.Inf = 17
  50. MP3Info.Files.Pnf = 17
  51.  
  52. [SourceDisksNames]
  53. 42="<Installation Dir>","",1
  54.  
  55. [SourceDisksFiles]
  56. MP3INFO.DLL   = 42
  57. MP3INFO.INF   = 42
  58. MP3INFO.TXT   = 42
  59.  
  60. [MP3Info.Files.Ext]
  61. MP3INFO.DLL,,,%DELFLG_IN_USE1%
  62. MP3INFO.TXT
  63.  
  64. [MP3Info.Files.Inf]
  65. MP3INFO.INF
  66.  
  67. [MP3Info.Files.Pnf]
  68. MP3INFO.PNF
  69.  
  70. [Strings]
  71. MP3Info*Author      = "Daniel Lohmann"
  72. MP3Info*Company     = "LoSOFT"
  73. MP3Info*Description = "MP3Info Shell Extension"
  74. MP3Info*EMail       = "info@losoft.de"
  75. MP3Info*Key         = "LoSOFT - MP3Info Shell Extension"
  76. MP3Info*URL         = "http://www.losoft.de/"
  77. MP3Info*Version     = "0.9"
  78.  
  79. ; Non-Localizable Strings
  80. DELFLG_IN_USE1 = 0x00010000
  81.  
  82. ; Registry Data Types (usable with SETUPAPI.DLL only!)
  83. REG_SZ                  = 0x00000000
  84. REG_BINARY              = 0x00000001
  85. REG_SZ_NOCLOBBER        = 0x00000002
  86. REG_BINARY_NOCLOBBER    = 0x00000003
  87. REG_MULTI_SZ            = 0x00010000
  88. REG_MULTI_SZ_NOCLOBBER  = 0x00010002
  89. REG_COMPAT              = 0x00010001
  90. REG_DWORD               = 0x00010001
  91. REG_COMPAT_NOCLOBBER    = 0x00010003
  92. REG_DWORD_NOCLOBBER     = 0x00010003
  93. REG_EXPAND_SZ           = 0x00020000
  94. REG_EXPAND_SZ_NOCLOBBER = 0x00020002
  95. REG_UNKNOWN             = 0x00030001
  96. REG_UNKNOWN_NOCLOBBER   = 0x00030003
  97.