evilvoice Posted October 30, 2004 Author Posted October 30, 2004 @titou2k...could you give an example of how to add the custom tweaks...I believe they have to be written in inf format...is that correct?
RogueSpear Posted October 30, 2004 Posted October 30, 2004 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,00HKCU,"Software\Microsoft\MediaPlayer\Preferences","FirstRun",0x00010001,00,00,00,00HKCU,"Software\Microsoft\MediaPlayer\Preferences","SendUserGUID",1,00HKCU,"Software\Microsoft\MediaPlayer\Preferences","SilentAcquisition",0x00010001,00,00,00,00HKCU,"Software\Microsoft\MediaPlayer\Preferences","UsageTracking",0x00010001,00,00,00,00HKCU,"Software\Microsoft\MediaPlayer\Preferences","WebScriptCommandsEnabled",0x00010001,01,00,00,00
titou2k Posted October 30, 2004 Posted October 30, 2004 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.sfxThis creates 7zSC.sfx but what is 7zS.sfx?EDIT:Ok, i find it.
titou2k Posted October 30, 2004 Posted October 30, 2004 evilvoice>Yeah, it's working with 7zip compression. I did not know this method. I will modify all my autoextract rar archive with 7zip. EDIT:it seems that i have the solution not to use command file but rundll32 in the config.txtOnly add rundll32.exe (33kB) in the archive.
evilvoice Posted October 31, 2004 Author Posted October 31, 2004 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 Iconthese are the tweaks I am usingHKCU,"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,00HKCU,"Software\Microsoft\MediaPlayer\Preferences","SilentAcquisition",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","UpgradeCodecPrompt",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","PlayerScriptCommandsEnabled",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","UpgradeCheckFrequency",0x00010001,2HKCU,"Software\Microsoft\MediaPlayer\Preferences","StretchToFit",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","MetadataRetrieval",0x00010001,3HKCU,"Software\Microsoft\MediaPlayer\Preferences","UsageTracking",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","DisableMRU",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","LaunchIndex",0x00010001,106HKCU,"Software\Microsoft\MediaPlayer\Preferences","FirstRun",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","ShrinkToFit",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","PromptLicenseBackup",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","ShowAppTitlebar",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","ShowAppTitlebarVTen",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","AcceptedPrivacyStatement",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","LibraryPaneVisible",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","LibraryHasBeenRun",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordMP3",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordMode",0x00010001,3HKCU,"Software\Microsoft\MediaPlayer\Preferences","WMARecordRate",0x00010001,0002ee00HKCU,"Software\Microsoft\MediaPlayer\Preferences","WMARecordQuality",0x00010001,62HKCU,"Software\Microsoft\MediaPlayer\Preferences","MP3RecordRate",0x00010001,0004e200HKCU,"Software\Microsoft\MediaPlayer\Preferences","CDRecordDRM",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","AutoCopyCD",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","AutoEjectCD",0x00010001,1HKCU,"Software\Microsoft\MediaPlayer\Preferences","WebScriptCommandsEnabled",0x00010001,0HKCU,"Software\Microsoft\MediaPlayer\Preferences","WebStreamsEnabled",0x00010001,0HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","LowRate",0x00010001,0001f400HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","MediumRate",0x00010001,0002ee00HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","MediumHighRate",0x00010001,0003e800HKLM,"SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding","HighRate",0x00010001,0004e200AFAICT 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.
RogueSpear Posted October 31, 2004 Posted October 31, 2004 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.
nolookingca Posted November 1, 2004 Posted November 1, 2004 any differences if I ALREADY used nLite to get rid of WMP?P.S. With wmp10setup in svcpack AND our little cab, doesn't it take MORE space?
RogueSpear Posted November 1, 2004 Posted November 1, 2004 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.
Providence Posted November 2, 2004 Posted November 2, 2004 next, compress 7zS.sfxupx -9 -o7zSC.sfx 7zS.sfxwhy do this?is there 7zs.sfx @7zip's directory?
evilvoice Posted November 2, 2004 Author Posted November 2, 2004 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.
Providence Posted November 3, 2004 Posted November 3, 2004 upx.sourceforge.net i believethx,i use upxshell insteaded
Providence Posted November 3, 2004 Posted November 3, 2004 WOW!!!...nice find, though I would prolly make a 7zip for mp10setup.exe (can get it down to 9mb)...but very coolhow can this pack so small?i also use 7-zip ultra mode,but still the pack is 12.4mbi use default ultra compress settings,does i need to change some switches?thx
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now