Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86

Featured Replies

removed did it a diferent way.

Edited by BaTLeZone

@ Strel & Dumpy Dooby

integrate 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/"

Thanks user_hidden

Also when integrating KB974417 add this line to what you already mentioned:

"Uninstallable"=dword:00000000

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:

post-82036-1255702158_thumb.png

This is also a generic way to convert a GUID to plain text.

best regards.

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:00000000

Can I make nlite add the above reg key? Forgive me, but I'm not too good with this stuff yet....

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.

yes, it's ok as far as it's added at any time after .NET installation.

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

NDP1.1sp1-KB867460-X86.exe

NDP1.1sp1-KB953297-X86.exe

NDP1.1sp1-KB971108-X86.exe Required for W2K (replaces KB947742)

For .Net 2.0 sp2:

NetFx20SP2_x86.exe

NDP20SP2-KB958481-x86.exe

NDP20SP2-KB974417-x86.exe

NDP20SP2-KB971111-x86.exe Required for W2K

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.

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

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

NDP1.1sp1-KB867460-X86.exe

NDP1.1sp1-KB953297-X86.exe

NDP1.1sp1-KB971108-X86.exe Required for W2K (replaces KB947742)

For .Net 2.0 sp2:

NetFx20SP2_x86.exe

NDP20SP2-KB958481-x86.exe

NDP20SP2-KB974417-x86.exe

NDP20SP2-KB971111-x86.exe Required for W2K

good info. thanks dude.

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

I guess strel is busy IRL. If needed I can help update his script.

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.