BaTLeZone Posted October 15, 2009 Posted October 15, 2009 (edited) removed did it a diferent way. Edited October 17, 2009 by BaTLeZone
user_hidden Posted October 16, 2009 Posted October 16, 2009 @ Strel & Dumpy Doobyintegrate the KB974417 msp than to stop the MU nag add the below reg key.[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches\9E0DE89293FE9BB33898F24ED18CCF08]"MSI3"=dword:00000001"State"=dword:00000001"LUAEnabled"=dword:00000000"PatchType"=dword:00000000"DisplayName"="KB974417""MoreInfoURL"="http://www.microsoft.com/"
artbio Posted October 16, 2009 Posted October 16, 2009 Thanks user_hiddenAlso when integrating KB974417 add this line to what you already mentioned:"Uninstallable"=dword:00000000
YumeYao Posted October 16, 2009 Posted October 16, 2009 sorry for late replying, I am a little busy these days.What strel said is not correct on the new KB974417, we still need a reg fix if we pre-apply msp to the install package.It's totally similar as how we block KB95848x.(KB951847).The key is:"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches\9E0DE89293FE9BB33898F24ED18CCF08"Add this key, then a dword value "State"=0x1 under it.the key name in "patches" can be calculated like this:This is also a generic way to convert a GUID to plain text.best regards.
madpenguin Posted October 17, 2009 Posted October 17, 2009 Forgive me guys for not being up to speed with what you are talking about. I'm using silent .net maker for a combined .NET 1 and 2 addon pack for nlite. And yes, KB974417 is still showing up under automatic updates even tho SNM reported that it was processed. What exactly is the fix for nlite/SNM so you don't have to screw with anything after a fresh install? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches\9E0DE89293FE9BB33898F24ED18CCF08]"MSI3"=dword:00000001"State"=dword:00000001"LUAEnabled"=dword:00000000"PatchType"=dword:00000000"DisplayName"="KB974417""MoreInfoURL"="http://www.microsoft.com/""Uninstallable"=dword:00000000Can I make nlite add the above reg key? Forgive me, but I'm not too good with this stuff yet....
YumeYao Posted October 17, 2009 Posted October 17, 2009 you can save it as *.reg, and merge it into your registry.
madpenguin Posted October 17, 2009 Posted October 17, 2009 Ok. Thanks. I assume you mean to add 'regedit' as a runonce command and point it to the above *.reg file on the installation media? I'll give it a try.
YumeYao Posted October 17, 2009 Posted October 17, 2009 yes, it's ok as far as it's added at any time after .NET installation.
Kurt_Aust Posted October 17, 2009 Posted October 17, 2009 As I have not yet seen the latest Windows 2000 specific patches listed in this thread, I'd best mention them:For .Net 1.1 sp1:dotnetfx.exeNDP1.1sp1-KB867460-X86.exeNDP1.1sp1-KB953297-X86.exeNDP1.1sp1-KB971108-X86.exe Required for W2K (replaces KB947742)For .Net 2.0 sp2:NetFx20SP2_x86.exeNDP20SP2-KB958481-x86.exeNDP20SP2-KB974417-x86.exeNDP20SP2-KB971111-x86.exe Required for W2K
mooms Posted October 18, 2009 Posted October 18, 2009 you can save it as *.reg, and merge it into your registry.Even better: save it with the name DNF20.REG and place it in the root of the 7zip sfx archive (use 7zip split and 7zip for this)I have used this content, thank to zorro:REGEDIT4[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches]"AllPatches"=hex(7):39,45,30,44,45,38,39,32,39,33,46,45,39,42,42,33,33,38,39,\ 38,46,32,34,45,44,31,38,43,43,46,30,38,00,00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches\9E0DE89293FE9BB33898F24ED18CCF08]"MSI3"=dword:00000001"State"=dword:00000001"Uninstallable"=dword:00000001"LUAEnabled"=dword:00000000"PatchType"=dword:00000000"Installed"="20091016""DisplayName"="KB974417""MoreInfoURL"="http://support.microsoft.com/kb/974417"works flawless with snmsynth 20090922.
Alpha_95 Posted October 18, 2009 Posted October 18, 2009 Hi,Could you update snmsynth 20090922 so that it takes into account the new update (NDP20SP2-KB974417-x86.exe)?I tried this version but the update is requested by Windows so I think it did not work ....Thank you in advance
YumeYao Posted October 18, 2009 Posted October 18, 2009 As I have not yet seen the latest Windows 2000 specific patches listed in this thread, I'd best mention them:For .Net 1.1 sp1:dotnetfx.exeNDP1.1sp1-KB867460-X86.exeNDP1.1sp1-KB953297-X86.exeNDP1.1sp1-KB971108-X86.exe Required for W2K (replaces KB947742)For .Net 2.0 sp2:NetFx20SP2_x86.exeNDP20SP2-KB958481-x86.exeNDP20SP2-KB974417-x86.exeNDP20SP2-KB971111-x86.exe Required for W2Kgood info. thanks dude.
YumeYao Posted October 18, 2009 Posted October 18, 2009 Hi,Could you update snmsynth 20090922 so that it takes into account the new update (NDP20SP2-KB974417-x86.exe)?I tried this version but the update is requested by Windows so I think it did not work ....Thank you in advanceI guess strel is busy IRL. If needed I can help update his script.
Alpha_95 Posted October 18, 2009 Posted October 18, 2009 Hi,Could you update snmsynth 20090922 so that it takes into account the new update (NDP20SP2-KB974417-x86.exe)?I tried this version but the update is requested by Windows so I think it did not work ....Thank you in advance
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now