home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / audio / jukebox / siren / WMDMDist.exe / RCDATA / CABINET / WMDMRdst.inf < prev   
INI File  |  2000-06-26  |  3KB  |  114 lines

  1.  
  2. [Version]
  3. Signature=$CHICAGO$
  4. AdvancedINF=2.5,%VersionWarning%
  5.  
  6. [SourceDisksNames]
  7. 721=%DiskName%,,1
  8.  
  9. [SourceDisksFiles]
  10. mswmdm.dll    = 721
  11. msscp.dll     = 721
  12. mspmsp.dll    = 721
  13. wmdmps.dll    = 721
  14. wmdmlog.dll   = 721
  15. wmdmrdst.inf  = 721
  16. pmsvdist.exe  = 721
  17.  
  18. [DefaultInstall]
  19. CopyFiles            = DRMFiles.Copy.Sys, DRMFiles.Copy.Inf, DRMFiles.Copy.Keep.Sys
  20. AddReg               = DRM.Install.AddReg
  21. RegisterOCXs         = DRM.Install.Register
  22.  
  23. [DefaultInstall.NT]
  24. CopyFiles            = DRMFiles.Copy.Sys, DRMFiles.Copy.Inf, DRMFiles.Copy.Keep.Sys
  25. AddReg               = DRM.Install.AddReg
  26. RegisterOCXs         = DRM.Install.Register
  27. RunPostSetupCommands = DRM.Run.NT
  28.  
  29. [Uninstall]
  30. DelFiles             = DRMFiles.Copy.Sys, DRMFiles.Copy.Inf
  31. DelReg               = DRM.Uninstall.DelReg
  32. UnRegisterOCXs       = DRM.Uninstall.UnRegister
  33. BeginPrompt          = DRM.Uninstall.BeginPrompt
  34. EndPrompt            = DRM.Uninstall.EndPrompt
  35.  
  36. [DestinationDirs]
  37. DRMFiles.Copy.Sys      = 11
  38. DRMFiles.Copy.Keep.Sys = 11
  39. DRMFiles.Copy.Inf      = 17
  40.  
  41. [DRMFiles.Copy.Sys]
  42.   ; copy these files to the system(32) directory
  43. mswmdm.dll,,,32
  44. msscp.dll,,,32
  45. mspmsp.dll,,,32
  46. wmdmps.dll,,,32
  47. wmdmlog.dll,,,32
  48.  
  49. [DRMFiles.Copy.Keep.Sys]
  50.   ; copy these files to the system(32) directory
  51.  
  52. [DRMFiles.Copy.Inf]
  53.   ; copy these files to the inf directory
  54. WMDMrdst.inf
  55.  
  56. [DRM.Install.AddReg]
  57.   ; Add uninstall entry
  58. ; HKLM,%KEY_UNINSTALL%\WMDM_SDK,DisplayName,,%UninstDispName%
  59. ; HKLM,%KEY_UNINSTALL%\WMDM_SDK,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\wmdmrdst.inf,Uninstall"
  60.   ; Add refcount for DRM common files
  61. HKLM,%KEY_DRM_REF%,"WMDM",,"%AppName%"
  62.  
  63.  
  64. [DRM.Uninstall.DelReg]
  65.   ; Remove uninstall entry
  66. HKLM,%KEY_UNINSTALL%\WMDM_SDK
  67.   ; Remove refcount for DRM common files
  68. HKLM,%KEY_DRM_REF%,"WMDM"
  69.  
  70. [DRM.Install.Register]
  71. %11%\mswmdm.dll
  72. %11%\msscp.dll
  73. %11%\mspmsp.dll
  74. %11%\wmdmps.dll
  75. %11%\wmdmlog.dll
  76.  
  77. [DRM.Uninstall.UnRegister]
  78. %11%\mswmdm.dll
  79. %11%\msscp.dll
  80. %11%\mspmsp.dll
  81. %11%\wmdmps.dll
  82. %11%\wmdmlog.dll
  83.  
  84. [DRM.Run.NT]
  85. PmSvDist.exe /Q
  86.  
  87. [DRM.Uninstall.BeginPrompt]
  88. Prompt = %UninstallPrompt_Begin%
  89. Title  = %UninstallPrompt_Title%
  90. ButtonType = YESNO
  91.  
  92. [DRM.Uninstall.EndPrompt]
  93. Prompt = %UninstallPrompt_End%
  94.  
  95. [Strings]
  96. KEY_UNINSTALL  = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
  97. KEY_DRM_REF    = "Software\Microsoft\Multimedia\Components\DRM\References"
  98. VersionWarning = "You need a newer version of advpack.dll."
  99. AppName        = "Microsoft Windows Media Device Manager SDK"
  100. DiskName       = "Microsoft Windows Media Device Manager"
  101. UninstDispName = "Microsoft Windows Media Device Manager SDK"
  102.  
  103. UninstallPrompt_Begin = "Are you sure you want to uninstall the Microsoft Windows Media Device Manager SDK?"
  104. UninstallPrompt_End   = "Uninstall complete."
  105. UninstallPrompt_Title = "Microsoft Windows Media Device Manager Uninstall"
  106.  
  107.  
  108. [VersionSection]
  109. FileVersion="7.00.00.1954"
  110. ProductVersion="7.00.00.1954"
  111. FileDescription="Windows Media Component Setup Application"
  112. ProductName="Windows Media Component Setup Application"
  113. LegalCopyright="Copyright (C) Microsoft Corporation 1992-2000"
  114.