Tomcat76, on Apr 6 2008, 07:29 PM, said:
sabregreen, on Apr 7 2008, 12:38 AM, said:
I'm getting a folder in Program Files(x86) called Windows Media Player[strings] and it has on compressed file inside. Seems out of place to me.
As far as I know, this is correct. A search on the Internet reveils that "Windows Media Player[strings]" is an existing subfolder of the 32-bit Program Files folder. BTW... npds.zip is a Netscape 4 Java plugin that's used for scripted interaction with Windows Media Player 6.4 (LiveConnect).
I was looking on Google if anyone else had this "problem".
Part of mplayer2.inf looks like this by default:
Quote
[DestinationDirs]
wWMPCopy.Core.uni=16426,Windows Media Player
wWMPDelete.URLs=16426,Windows Media Player
wWMPCopy.Plugin=16426,Windows Media Player[Strings]
KEY_DXMEDIA="Software\Microsoft\Multimedia\DirectXMedia"
KEY_NETSHOW = "Software\Microsoft\NetShow\Player"
KEY_FILETYPEDB = "Software\Microsoft\Multimedia\MPlayer2"
KEY_WMP = "Software\Microsoft\MediaPlayer"
KEY_ACTIVESETUP = "Software\Microsoft\Active Setup\Installed Components"
DSHOW_GUID = "{22d6f312-b0f6-11d0-94ab-0080c74c7e95}"
It should be:
Quote
[DestinationDirs]
wWMPCopy.Core.uni=16426,Windows Media Player
wWMPDelete.URLs=16426,Windows Media Player
wWMPCopy.Plugin=16426,Windows Media Player
[Strings]
KEY_DXMEDIA="Software\Microsoft\Multimedia\DirectXMedia"
KEY_NETSHOW = "Software\Microsoft\NetShow\Player"
KEY_FILETYPEDB = "Software\Microsoft\Multimedia\MPlayer2"
KEY_WMP = "Software\Microsoft\MediaPlayer"
KEY_ACTIVESETUP = "Software\Microsoft\Active Setup\Installed Components"
DSHOW_GUID = "{22d6f312-b0f6-11d0-94ab-0080c74c7e95}"
Because the inf is supposed to have a [Strings] section.
I did a search on Google for "Windows Media Player[strings]" and this thread, a spyware forum thread, and one of those pages that puts random text related to nothing you were searching for, were the only results. I fixed it myself and placed a new mplayer2.inf on my XP x64 CD (happens in Server and XP x64).
This post has been edited by redxii: 03 May 2008 - 10:53 PM