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.

Unattended KB929969 with IE 7

Featured Replies

I have an XP-SP2 unattended install that works fine with KB929969 and IE 6, but I've been working on a seperate disk to develop XP-SP2 with IE 7. I cannot get KB929969 to install after the IE7. I've tried the SVCPACK method with IE 7, & KB929969, and get a dreaded ICFNT.DLL error (Cannot find Internet Connection Wiard), I've tried the RunOnce method, applying the KB929969 patch after IE7 installs, and tried many swithes, but when I go to WIndows Update, I still have to patch the deployment with KB929969. Anyone experience this have the answer? IE 7 is deploying without errors, it's just the January 07 KB929969 update I cannot get to install.Thanks

Edited by tboneshep

You must reboot between IE7 install and KB929969. I havn't find a workaround atm... I have deleted this hotfix from my list ^^

Maybe if we kill the IE7 or Explorer Process and restart it. That may solve the problem. I have to find some time and test it

If you integrate IE7 with nLite and then Runonce KB929969, everything works as intended. No reboot needed. :thumbup

I don't use nLite. But after giving it some more thought, I think this is the best solution

Add it to RunOnce

Copy KB929969.exe to

$OEM$\$1\KB929969.exe

This will transfer the file to %systemdrive% during installation

Then in your RunOnceEx.cmd

@echo off
REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%30 /VE /D "Microsoft .NET Framework 2.0" /f
REG ADD %KEY%30 /V 1 /D "%systemdrive%\install\dotnet2.exe" /f

REG ADD %KEY%40 /VE /D "Microsoft Internet Explorer 7" /f
REG ADD %KEY%40 /V 1 /D "%systemdrive%\install\IE7.exe /q" /f
REG ADD %KEY%40 /V 2 /D "%systemdrive%\install\KB929969.cmd" /f

REG ADD %KEY%50 /VE /D "Windows Media Player 11" /f
REG ADD %KEY%50 /V 1 /D "%systemdrive%\install\wmp11.exe /q" /f
REG ADD %KEY%50 /V 2 /D "%systemdrive%\install\KB920342.exe /q /n /z" /f

REG ADD %KEY%\999 /VE /D "SysPrep and Reboot" /f
REG ADD %KEY%\999 /V 1 /D "%systemdrive%\install\Reboot.cmd" /f

EXIT

Your KB929969.cmd file should contain

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /V KB929969.exe /q /n /z /D "%systemdrive%" /f

So on the next boot, it will automatically install it. Better yet, skip the kb929969.cmd and just include that line in your Reboot.cmd file.

Edited by Gee

Hi Gee, i have a question:

we must put more time for the reboot in order to install it right or it will install it after login?

This line, if added to your clean up batch file should get the update to install on the next boot.

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /V KB929969.exe /q /n /z /D "%systemdrive%" /f

You have IE7 in RunOnceEx.cmd, the last part of RunOnceEx should run a clean up batch file and then you include the above line. After reboot, it should install the update.

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /V KB929969.exe /q /n /z /D "%systemdrive%" /f

is it possible to convert this code to batch mode ?!

Thanx in advance

Hi @Gee, i have used it but it has not installed.

If you integrate IE7 with nLite and then Runonce KB929969, everything works as intended. No reboot needed. :thumbup

thx worked loke a charm :thumbup

Hi @Gee, i have used it but it has not installed.

Sorry for the late response. I just tried it and it didn't work for me either.

Back to the drawing board.

I don't use nlite, so I have to find an alternate way of doing it.

  • 2 weeks later...

Anyone succeeded on this?

i can't get it to work :-(

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.