Jump to content

HOWTO: integrate wmp10 (with a lot of work)


Recommended Posts


Posted

Here are the tweaks that I put in. I used WillyPad to convert the registry entries to inf format.

[Regs.Config]
HKCU,"Software\Microsoft\MediaPlayer\Preferences","AcceptedPrivacyStatement",0x00010001,01,00,00,00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","FirstRun",0x00010001,00,00,00,00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","SendUserGUID",1,00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","SilentAcquisition",0x00010001,00,00,00,00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","UsageTracking",0x00010001,00,00,00,00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","WebScriptCommandsEnabled",0x00010001,01,00,00,00

Posted

RogueSpear> Very good App (WillyPad). It will save me a lot of time to create inf from reg. Manual conversion is long.

evilvoice> inf format, this is correct :)

I made 'mp10setup.7z' (with 'mp10setup.cmd' in it).

I created 'config.txt'.

But i don't understand:

upx -9 -o7zSC.sfx 7zS.sfx

This creates 7zSC.sfx but what is 7zS.sfx?

EDIT:

Ok, i find it.

Posted

evilvoice>

Yeah, it's working with 7zip compression. I did not know this method. I will modify all my autoextract rar archive with 7zip. :w00t:

EDIT:

it seems that i have the solution not to use command file but rundll32 in the config.txt

Only add rundll32.exe (33kB) in the archive.

Posted

the problem with adding rundll32.exe is that it is dependent on what service pack you have...AFAIK rundll32 is not interchangable...the rundll with sp2 will only work on sp2 and sp1 only on sp1...which is why I included the cmd file...the cmd file is very small and will allow it to work on an OS whether it is xp sp1, sp2, or a different windows. I edited 7zS.sfx so that the installer would use the wmp icon instead of that default installer icon...other than that, everything else is the same. To edit, just open 7zS.sfx in Resource Hacker and goto Action -> Replace Icon

these are the tweaks I am using

HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","EnableDVDUI",,"yes"
HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","AutoSize",,"yes"
HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","AlwaysOnTop",,"no"
HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","AutoRewind",,"no"
HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","FullScreenControls",,"no"
HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","Captioning",,"no"
HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordFileDetail",,"*TrackNumber;*SongTitle;Artist;Album;Genre;Bitrate"
HKCU,"Software\Microsoft\MediaPlayer\Preferences","SendUserGUID",1,00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","SilentAcquisition",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","UpgradeCodecPrompt",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","PlayerScriptCommandsEnabled",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","UpgradeCheckFrequency",0x00010001,2
HKCU,"Software\Microsoft\MediaPlayer\Preferences","StretchToFit",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","MetadataRetrieval",0x00010001,3
HKCU,"Software\Microsoft\MediaPlayer\Preferences","UsageTracking",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","DisableMRU",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","LaunchIndex",0x00010001,106
HKCU,"Software\Microsoft\MediaPlayer\Preferences","FirstRun",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","ShrinkToFit",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","PromptLicenseBackup",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","ShowAppTitlebar",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","ShowAppTitlebarVTen",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","AcceptedPrivacyStatement",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","LibraryPaneVisible",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","LibraryHasBeenRun",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordMP3",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordMode",0x00010001,3
HKCU,"Software\Microsoft\MediaPlayer\Preferences","WMARecordRate",0x00010001,0002ee00
HKCU,"Software\Microsoft\MediaPlayer\Preferences","WMARecordQuality",0x00010001,62
HKCU,"Software\Microsoft\MediaPlayer\Preferences","MP3RecordRate",0x00010001,0004e200
HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordDRM",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","AutoCopyCD",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","AutoEjectCD",0x00010001,1
HKCU,"Software\Microsoft\MediaPlayer\Preferences","WebScriptCommandsEnabled",0x00010001,0
HKCU,"Software\Microsoft\MediaPlayer\Preferences","WebStreamsEnabled",0x00010001,0
HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","LowRate",0x00010001,0001f400
HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","MediumRate",0x00010001,0002ee00
HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","MediumHighRate",0x00010001,0003e800
HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","HighRate",0x00010001,0004e200

AFAICT the HKLM keys arent needed as wmp10 by default sets these, but I include them just in case...the biggest thing is the CDRecordMode I have set for WMA Lossless

@RogueSpear...I dunno how your reg tweaks work...you use a dword setting, but the data is written in binary format...you should change it to read like mine does...unless they actually work for you.

Posted

I never noticed that, thanks for pointing it out. Looks like I'm going to have to look over my WillyPad converions to see what else got botched.

Posted

Revisiting an old issue. With the original method (post #1) I was seeing HighMAT listed in Windows Update. With this newer method, I am not. I think EvilVoice was curious about this.

For the life of me though, I can't figure out why the original method would have caused that to happen.

Posted

7zs.sfx is in 7-zip dir...there is also a 7zSC.sfx in there too, but the reason I do this is because I wanted an icon for the setup file...I had a wmp10 icon from crystal svg pack and so I extracted the icon, opened 7zs.sfx and replaced icon, then saved, then upx'd so it would not take up soo much space.

Posted
WOW!!!...nice find, though I would prolly make a 7zip for mp10setup.exe (can get it down to 9mb)...but very cool

how can this pack so small?i also use 7-zip ultra mode,but still the pack is 12.4mb

i use default ultra compress settings,does i need to change some switches?

thx

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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