Jump to content

Desperately need help om WMV codec


Recommended Posts

Hi,

Im trying to get MPC to play WMV video files without having WMP6.4, 9.0, 10.0 or whatever installed - ONLY MPC and codec(s).

Currently im using MPC and XP Codec Pack.

However MPC just says its unable to render the file.

I have tried various codec packs even from Microsoft but no use.

If i try MPC on a pc that still has WMP9 installed I can play the files fine.

If i can somehow leave WMP9 (or 10) installed but without it being shown up anywhere that would be ok. Just do NOT want it to handle anything.

Please give your input :)

Link to comment
Share on other sites


When I try to install this i get a popup error before setup completes:

Unable to register DLL msdxm.ocx

Code 0x800004005

If i click Ignore then it continues and I can now play WMV.

However this popup is bad for unattended install... please any ideas???

EDIT: I ended up making an InstallRite package to overcome the popup.

Edited by druiddk
Link to comment
Share on other sites

Here is what I did:

1) Downloaded wmfdist.exe and wmp6cdcs.exe

2) removed WMP with nLite

3) (might not be needed anymore) took the wmploc.dll file from winxp sp1 and copied it with this command

Copy %systemdrive%\install\wmploc.dll %windir%\System32

This prevents an error with the codec installation...I forget what that error is exactly.

4) had the batch file install unattended with this code

ECHO.
ECHO Installing WMP runtimes.
start /wait %systemdrive%\install\wmfdist.exe /Q

ECHO.
ECHO Installing WMP codecs.
start /wait %systemdrive%\install\wmp6cdcs.exe /C:"SETUP_WM.EXE /Q:U /R:N" /Q:U /R:N

5)(optional)Removed DRM related files with these commands

del "%windir%\system32\drmclien.dll"
del "%windir%\system32\drmstor.dll"
del "%windir%\system32\drmv2clt.dll"
del "%windir%\system32\blackbox.dll"
del "%windir%\system32\asfsipc.dll"
del "%windir%\system32\msnetobj.dll"
del "%windir%\inf\drm.inf"
del "%windir%\inf\drm.PNF"
rd /S /Q "%ALLUSERSPROFILE%\DRM"

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...