Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.2 KiB

  1. [Version]
  2. Signature=$CHICAGO$
  3. AdvancedINF=2.5,%VersionWarning%
  4. [SourceDisksNames]
  5. 522=%DiskName%,,1
  6. [SourceDisksFiles]
  7. mswmdm.dll = 522
  8. wmdmps.dll = 522
  9. wmdmlog.dll = 522
  10. wmdmcore.inf = 522
  11. [DefaultInstall]
  12. CopyFiles = DRMFiles.Copy.Sys, DRMFiles.Copy.Inf
  13. AddReg = DRM.Install.AddReg
  14. RegisterOCXs = DRM.Install.Register
  15. [Uninstall]
  16. DelFiles = DRMFiles.Copy.Sys, DRMFiles.Copy.Inf
  17. DelReg = DRM.Uninstall.DelReg
  18. UnRegisterOCXs = DRM.Uninstall.UnRegister
  19. BeginPrompt = DRM.Uninstall.BeginPrompt
  20. EndPrompt = DRM.Uninstall.EndPrompt
  21. [DestinationDirs]
  22. DRMFiles.Copy.Sys = 11
  23. DRMFiles.Copy.Keep.Sys = 11
  24. DRMFiles.Copy.Inf = 17
  25. [DRMFiles.Copy.Sys]
  26. ; copy these files to the system(32) directory
  27. mswmdm.dll,,,32
  28. wmdmps.dll,,,32
  29. wmdmlog.dll,,,32
  30. [DRMFiles.Copy.Inf]
  31. ; copy these files to the inf directory
  32. WMDMCore.inf
  33. [DRM.Install.AddReg]
  34. ; Add uninstall entry
  35. ; HKLM,%KEY_UNINSTALL%\WMDM_SDK,DisplayName,,%UninstDispName%
  36. ; HKLM,%KEY_UNINSTALL%\WMDM_SDK,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\wmdmcore.inf,Uninstall"
  37. [DRM.Uninstall.DelReg]
  38. ; Remove uninstall entry
  39. HKLM,%KEY_UNINSTALL%\WMDM_SDK
  40. ; Remove refcount for DRM common files
  41. HKLM,%KEY_DRM_REF%,"WMDM"
  42. [DRM.Install.Register]
  43. %11%\mswmdm.dll
  44. %11%\wmdmps.dll
  45. %11%\wmdmlog.dll
  46. [DRM.Uninstall.UnRegister]
  47. %11%\mswmdm.dll
  48. %11%\wmdmps.dll
  49. %11%\wmdmlog.dll
  50. [DRM.Uninstall.BeginPrompt]
  51. Prompt = %UninstallPrompt_Begin%
  52. Title = %UninstallPrompt_Title%
  53. ButtonType = YESNO
  54. [DRM.Uninstall.EndPrompt]
  55. Prompt = %UninstallPrompt_End%
  56. [Strings]
  57. KEY_UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
  58. VersionWarning = "You need a newer version of advpack.dll."
  59. AppName = "Microsoft Windows Media Device Manager Core SDK"
  60. DiskName = "Microsoft Windows Media Device Manager"
  61. UninstDispName = "Microsoft Windows Media Device Manager Core SDK"
  62. UninstallPrompt_Begin = "Are you sure you want to uninstall the Microsoft Windows Media Device Manager Core SDK?"
  63. UninstallPrompt_End = "Uninstall complete."
  64. UninstallPrompt_Title = "Microsoft Windows Media Device Manager Core SDK Uninstall"