tboneshep Posted January 19, 2007 Share Posted January 19, 2007 (edited) 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 January 19, 2007 by tboneshep Link to comment Share on other sites More sharing options...
Sonic Posted January 19, 2007 Share Posted January 19, 2007 You must reboot between IE7 install and KB929969. I havn't find a workaround atm... I have deleted this hotfix from my list ^^ Link to comment Share on other sites More sharing options...
Gee Posted January 21, 2007 Share Posted January 21, 2007 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 Link to comment Share on other sites More sharing options...
techtype Posted January 21, 2007 Share Posted January 21, 2007 If you integrate IE7 with nLite and then Runonce KB929969, everything works as intended. No reboot needed. Link to comment Share on other sites More sharing options...
Gee Posted January 21, 2007 Share Posted January 21, 2007 (edited) I don't use nLite. But after giving it some more thought, I think this is the best solutionAdd it to RunOnceCopy KB929969.exe to $OEM$\$1\KB929969.exeThis will transfer the file to %systemdrive% during installationThen in your RunOnceEx.cmd@echo offREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%30 /VE /D "Microsoft .NET Framework 2.0" /fREG ADD %KEY%30 /V 1 /D "%systemdrive%\install\dotnet2.exe" /fREG ADD %KEY%40 /VE /D "Microsoft Internet Explorer 7" /fREG ADD %KEY%40 /V 1 /D "%systemdrive%\install\IE7.exe /q" /fREG ADD %KEY%40 /V 2 /D "%systemdrive%\install\KB929969.cmd" /fREG ADD %KEY%50 /VE /D "Windows Media Player 11" /fREG ADD %KEY%50 /V 1 /D "%systemdrive%\install\wmp11.exe /q" /fREG ADD %KEY%50 /V 2 /D "%systemdrive%\install\KB920342.exe /q /n /z" /fREG ADD %KEY%\999 /VE /D "SysPrep and Reboot" /fREG ADD %KEY%\999 /V 1 /D "%systemdrive%\install\Reboot.cmd" /fEXITYour KB929969.cmd file should containREG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /V KB929969.exe /q /n /z /D "%systemdrive%" /fSo 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 January 22, 2007 by Gee Link to comment Share on other sites More sharing options...
Major Posted January 29, 2007 Share Posted January 29, 2007 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? Link to comment Share on other sites More sharing options...
Gee Posted January 29, 2007 Share Posted January 29, 2007 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%" /fYou 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. Link to comment Share on other sites More sharing options...
TheCrowX Posted January 30, 2007 Share Posted January 30, 2007 REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /V KB929969.exe /q /n /z /D "%systemdrive%" /fis it possible to convert this code to batch mode ?!Thanx in advance Link to comment Share on other sites More sharing options...
Major Posted January 30, 2007 Share Posted January 30, 2007 Hi @Gee, i have used it but it has not installed. Link to comment Share on other sites More sharing options...
Sinistrality Posted January 31, 2007 Share Posted January 31, 2007 (edited) Deleted... Edited February 2, 2007 by Sinistrality Link to comment Share on other sites More sharing options...
sp00f Posted February 1, 2007 Share Posted February 1, 2007 If you integrate IE7 with nLite and then Runonce KB929969, everything works as intended. No reboot needed. thx worked loke a charm Link to comment Share on other sites More sharing options...
Gee Posted February 5, 2007 Share Posted February 5, 2007 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. Link to comment Share on other sites More sharing options...
chon_ Posted February 13, 2007 Share Posted February 13, 2007 Anyone succeeded on this?i can't get it to work :-( Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now