Jump to content

KB917734 problem


Recommended Posts

Hi,

Anyone had this problem? I've integrated KB917734_wmp10.exe into my unattended install, and everything seems ok.

Then when I check the iso with VMWare and go to the WU, it tells me that 917734 still requires downloading..!

Link to comment
Share on other sites


Sorry for my ignorance, but you got the KB article right or what?

Like (at least for XPSP2 if you are using it):

WindowsMedia10-KB917734-x86-ENU.exe

Sorry again!

This is just for simple manual integration, I don´t know your integration method.

Edited by Xpaninity
Link to comment
Share on other sites

Depends on how you integrate it. I have to load it and Windows Media Player 10 thru RunOnceEx

@echo off
REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\030 /VE /D "Microsoft .NET Framework 2.0" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\dotnet2.exe" /f

REG ADD %KEY%\080 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\MP10.exe /q" /f
REG ADD %KEY%\080 /V 2 /D "%systemdrive%\install\KB891122.exe /q /n /z" /f
REG ADD %KEY%\080 /V 3 /D "%systemdrive%\install\KB917734.exe /q /n /z" /f

REG ADD %KEY%\999 /VE /D "SysPrep and Reboot" /f
REG ADD %KEY%\999 /V 1 /D "%systemdrive%\install\Reboot.cmd" /f

EXIT

Link to comment
Share on other sites

KB917734 behavior:

  1. Replaces %windir%\System32\wmp.dll with version 10.0.0.4036
  2. Ejecutes "%windir%\inf\unregmp2.exe /UpdateWMP"

So I forced it à la inf way:

[Version]
Signature="$CHICAGO$"

[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]][, 0x10, tag-file]
1 = "No inspiration"

[SourceDisksFiles]
; filename_on_source = diskID[, [subdir][, size]]
;KB917734
wmp.dll=1
;KB902344
Msscp.dll=1
;KB900485
AEC.SYS=1
;KB885836
mswrd6.wpc=1

[DestinationDirs]
;[file-list-section=dirid[,subdir]]
DefaultDestDir = 11
WMP.CopyFiles = 11
Drivers.CopyFiles = 12
Accesorios.CopyFiles = 16422,"Windows NT\Accesorios"

[WMP.CopyFiles]
;destination-file-name[,source-file-name][,temporary-file-name][,flag]
wmp.dll,wmp.dl_,,0x00000062
Msscp.dll,Msscp.dl_,,0x00000062

[Drivers.CopyFiles]
AEC.SYS,AEC.SY_,,0x00000062

[Accesorios.CopyFiles]
mswrd6.wpc,mswrd6.wp_,,0x00000062

[DefaultInstall]
AddReg=WinXP.apps

[WMPInstall]
CopyFiles=WMP.CopyFiles

[CleanupInstall]
CopyFiles=Drivers.CopyFiles,Accesorios.CopyFiles
AddReg=WinXP.Cleanup

[TweakInstall]
AddReg=WinXP.Tweak
DelReg=WinXP.TweakDelReg

[T13Install]
AddReg=WinXP.T13

[FirstRunInstall]
AddReg=WinXP.FirstRun

[WinXP.apps]
;http://support.microsoft.com/?kbid=232509
HKLM,"%RunOnceEx%\",Title,0,"%RunOnceExTitle%"
HKLM,"%RunOnceEx%\",Flags,0x00010001,20

HKLM,"%RunOnceEx%\008",,,"Reproductor de Windows Media 10"
HKLM,"%RunOnceEx%\008",1,,"%24%%AppsPath%\mp10setup.exe"
;KB891122 (included below in Windows Media Connect v10)
HKLM,"%RunOnceEx%\008",2,,"%24%%AppsPath%\wmfdist95.exe"
;KB917734 wmp.dll
;KB902344 Msscp.dll
HKLM,"%RunOnceEx%\008",3,,"%11%\%RunInfSection% WMPInstall 128 %01%\runonceex.inf"
HKLM,"%RunOnceEx%\008",4,,"%17%\unregmp2.exe /UpdateWMP"

;HKLM,"%RunOnceEx%\009",,,"Windows Media Connect v10"
;HKLM,"%RunOnceEx%\009",1,,"%24%%AppsPath%\wmcsetup.exe"

[Strings]
DeleteDir = "rundll32.exe advpack.dll,DelNodeRunDLL32"
RunInfSection = "rundll32.exe setupapi,InstallHinfSection"
cdname = "Windows XP Professional CD-ROM"
productname = "Windows XP Professional"
cdtagfile = "\win51ip"
RunOnceExTitle = "Instalando aplicaciones"
ShutdownMsg = "Windows XP reiniciará en 1 segundo..."
AppsPath = "Instalar\Programas"
RunOnceEx = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
DeleteFiles = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
RenameFiles = "Software\Microsoft\Windows\CurrentVersion\RenameFiles\"
BadActiveX = "Software\Microsoft\Internet Explorer\ActiveX Compatibility\"
;----Information for ARP, this is where the icon info will go when that is sorted out
HelpLink = "http://support.microsoft.com"
ARP_Link = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"
Publisher = "Microsoft Corporation"
;----Hotfixes Registry Strings----
HF_Link = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\"
InetSettings = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\"
PARENT_DISPLAY_NAME = "Windows XP - actualizaciones de software"
SECURITY_UPDATE="Security Update"
KB908531_TITLE = "Actualización de seguridad para Windows XP (KB908531)"
KB916281_TITLE="Actualización de seguridad para Windows XP (KB916281)"
KB885836_TITLE="Revisión de Windows XP - KB885836"

NOTE:Unrelevant parts stripped

Even this, I get wmp.dll 10.0.0.3646 after reboot :realmad: So further investigation toward registry changes that may replace a file on next boot could be deleted, or do copy in GuiRunOnce

Edited by Nilfred
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...