home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August / CHIP_CD_2005-08.iso / bonus / srew / files / WMBonusXP.exe / RCDATA / CABINET / mplibwiz.inf < prev    next >
Windows Setup INFormation  |  2001-12-11  |  3KB  |  110 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5, "Your system is lacking critical setup functionality."
  4.  
  5. [DefaultInstall.NT] 
  6. RequiredEngine=setupapi
  7. CustomDestination=WMP.Destination
  8. UpdateInis=StartupLinks.NT
  9. CopyFiles   =Copy.Toys,Copy.inf
  10. AddReg=MPPowerUninstKey
  11. RunPostSetupCommands=ntfixup:3
  12.  
  13. [DefaultUnInstall] 
  14. RequiredEngine=setupapi
  15. BeginPrompt=BeginPromptSection
  16. CustomDestination=WMP.Destination
  17. UpdateInis=StartupLinks.del
  18. Delfiles  =RemoveToys,RemoveINF
  19. Delreg=powercleanup
  20. RunPostSetupCommands=ntfixup:1
  21. DelDirs=DelDirs
  22.  
  23. [WMP.Destination]
  24. 49000,49001,49002=ProgramFilesDir,5
  25. 49400,49401,49402=WMBKDir,5
  26. 49500,49501,49502=WMPDirectory,5
  27. 49701,49702,49703 = StartMenuProgramsDir,5
  28.  
  29. [DestinationDirs]
  30. Copy.Toys = 49400
  31. RemoveToys = 49400
  32. Copy.INF  = 17
  33. RemoveINF = 17
  34.  
  35. [BeginPromptSection]
  36. Prompt="Do you want to remove the Media Library Management Wizard?"
  37. ButtonType=YESNO
  38. Title="Windows Media Bonus Pack for Windows XP"
  39.  
  40. [DelDirs]
  41. "%49401%\Player"
  42. "%49401%"
  43.  
  44. [ProgramFilesDir]
  45. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"
  46.  
  47. [StartMenuProgramsDir]
  48. "HKCU","SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Programs","","%25%\Start Menu\Programs"
  49.  
  50. [ToysDir]
  51. HKLM,"%KEY_WMP%","PowerToys","","%49001%\%TOYDIR%\Player"
  52.  
  53. [WMBKDir]
  54. ,,,,"%49001%\%WMComp%
  55.  
  56. [WMPDirectory]
  57. HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"
  58.  
  59. [ntfixup]
  60. %11%\grpconv.exe -o
  61.  
  62. [MPPowerUninstKey]
  63. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%THISINF%", "UninstallString",, "RunDll32 advpack.dll,LaunchINFSection %17%\%THISINF%,DefaultUninstall"
  64. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%THISINF%", "DisplayName",, "%MPLIBTOY%"
  65.  
  66. [StartupLinks.nt]
  67. setup.ini, progman.groups,,"StartMenuWMFolderlib=%49701%\Windows Media Bonus Pack for Windows XP"
  68. setup.ini, StartMenuWMFolderlib,, """%MPLIBTOY%"",""""""%49400%\libwiz.exe"""""",,,"
  69.  
  70. [StartupLinks.del]
  71. setup.ini, progman.groups,,"StartMenuWMFolderlib=%49701%\Windows Media Bonus Pack for Windows XP"
  72. setup.ini,StartMenuWMFolderlib,, """%MPLIBTOY%"",,,,"
  73.  
  74. [powercleanup]
  75. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%THISINF%"
  76.  
  77. [Copy.INF]
  78. mplibwiz.inf,,,4
  79.  
  80. [SourceDisksNames]
  81. 1493 = "PowerToys Install",,0
  82.  
  83. [Copy.Toys] 
  84. libwiz.exe,,,1
  85.  
  86. [RemoveToys]
  87. libwiz.exe,,,1
  88.  
  89. [RemoveINF]
  90. mplibwiz.inf,,,1
  91.  
  92. [SourceDisksFiles] 
  93. mplibwiz.inf=1493
  94. libwiz.exe=1493
  95.  
  96. [Strings]
  97. KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
  98. KEY_AUTOPLAY = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
  99. ;;;;;;;--------------------------------------------
  100. ;-- Only localize strings below this line
  101. ;;;;;;--------------------------------------------
  102. LANGUAGE="EN"
  103.  
  104. PROGRAMFILES = "Program Files"
  105. TOYDIR="Windows Media Player Powertoys"
  106. MP2_FOLDER = "Windows Media Player"
  107. MPLIBTOY="Media Library Management Wizard"
  108. WMComp="Windows Media Bonus Pack for Windows XP\PowerToys"
  109. THISINF=mplibwiz.inf
  110.