Sgt_Strider Posted July 18, 2005 Posted July 18, 2005 (edited) Is it just me or that Windows Update is asking me to install KB873339? I don't see this update in the front page yet Windows is asking me to install it.Nevermind, I'm blind Edited July 18, 2005 by Sgt_Strider
Gee Posted July 18, 2005 Posted July 18, 2005 KB873374.exe /Q:A /R:N ;(HALT BOX);import this registry setting instead:REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fany ideas to bypass this error message or would it be best to update this hotfix after complete install as say a runOnceEx.cmd install.running out of ideas<{POST_SNAPBACK}>You don't do both, either you install thru SVCPACK.inf or not install and use the registry patch to make it appear as it is installed.add this to svcpack.infKB873374.exe /Q:A /R:N (HALT BOX)or this to your registry tweaksREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fBut you don't need to do both. It won't hurt as installing will automatically add the registry entry.
Incroyable HULK Posted July 18, 2005 Author Posted July 18, 2005 KB873374.exe /Q:A /R:Ndon't put the (HALT BOX) in there! But the installation will halt until you click OK.Otherwise, you have to build a re-packaged version of this hotfixe or use the regtweak...P.S. Railman5 has been told this information already and he keep asking for it. Use the search function, that's all you need.
Railman5 Posted July 18, 2005 Posted July 18, 2005 OK thanks for clearing up that little misunderstanding.Now.....My Slipstream CD works great up to where it starts “Registering Components”, then about half way through it asks which directory it wants to extract the update exe files to (suggests C:/WINNT) then tells you its extracted the file. See attached image.Also I have comments on the following update exe files which I have taken from the properties of the exe file~ PART QUOTE.....[setupHotfixesToRun]KB819696.exe /Q:A /R:N# This is a DirectX Component Update"KB832483.exe /C:""dahotfix.exe /q /n"" /q:a"# Is this hotfix installed correctly grammatically. I have seen various ways this is written.KB885492.exe /passive /norestart /quietKB891861.exe /passive /norestart /quiet #These are hotfix packages. Could these be the exe files which asks which folder to extract to?????Q832483.exe /Q:A /R:N# This wants to restart the computer.How co I prevent this?All the remaining exe files are either:~ Self-Extracting Cabinet, Update Package, Security Update Package’s.Help anyone?'Cos I'm almost there with a near full unattend image.
Sonic Posted July 18, 2005 Posted July 18, 2005 hi all, we can hide updates in WindowsUpdate.com/WindowsUpdateAgent but how hide not manually ? The information is registered in the registry? if yes where ?? I'm unable to find it ...Thank you very much if you have a solution ! I hate the Windows Messenger update whereas it isn't installed on the machine (in Add/remove components ...)
semouton Posted July 20, 2005 Posted July 20, 2005 (edited) It's a reg key you can find (or add) in any installed product.You will find it there :[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{015B7370-B181-497F-BE0A-E154CD8C0B64}]"SystemComponent"=dword:00000001The GUID correspond to your product.The DWORD key SystemComponent hides the entry of the product in ADD/Remove programs when set to 1.Voilà PS: This modification works whith all the products listed under[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]not only those defined by a GUID.KBs or nLite for example. Edited July 20, 2005 by semouton
IRON FART Posted July 20, 2005 Posted July 20, 2005 Haha... Thanks. I just wish I saw this thread before I made my unattended CD. :|Oh well...I'll get it right next time. Thanks.
Nilfred Posted July 22, 2005 Posted July 22, 2005 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{015B7370-B181-497F-BE0A-E154CD8C0B64}]"SystemComponent"=dword:00000001<{POST_SNAPBACK}>Copy and paste this blindy will remove Windows Messenger from WU optional installs?
semouton Posted July 22, 2005 Posted July 22, 2005 It seems that I completely misunderstood the question Too much work... I'll go buy some new eyes...Of course this Reg tweaks has nothing to do with Windows Update, only with installed products.
Sonic Posted July 22, 2005 Posted July 22, 2005 I have seen your mistake ... ("comme des fois je pige pas tout l'anglais ")Anyone has a solution for hide Windows Messenger form WindowsUpdate ?After several tests, it appears WU detect directly if folder/file (of WM) are present ... But in Add/Remove components, Windows Messenger isn't checked ... argh ... WM is superseeded by MSNMessenger I think ...++
Cartoonite Posted July 23, 2005 Posted July 23, 2005 But in Add/Remove components, Windows Messenger isn't checked ...By default, Windows Messenger, like Windows Media Player and IE, cannot be removed via Add/Remove Windows Components. The checkboxes for these applications only indicate whether or not the visible access points (read: shortcuts) are present. If you want to remove Windows Messenger you must first make it visible in Add/Remove Windows components. I'm sure someone here can point you in the right direction to do that, if needed. I would, but it is very late (early) and I'm too tired to figure it out again right now.Hope this helps.
ThaNerd Posted July 23, 2005 Posted July 23, 2005 I've found on Microsoft's website a tool that will come very handy for all admins who want to create a cd with all the most recent security hotfixes, but EVEN WITH NON-ENGLISH VERSIONS.This tools is named Microsoft Baseline Security Analyzer (MBSA) and can be downloaded freely. Use this link.The principle is simple... Use your "base" xp install on a virtual machine, install MBSA on the VM, run it, and it will download the list of security hotfixes from microsoft, and determine which are suitable for you.After that, it will display a list of hotfixes. And if you click the links, it will lead you to a page explaining the implications of the security issue, and give you a link to the hotfix download. A link for each windows version affected. On the next page, change the language version according to your windows version, and download.I did all this on a non-virtual machine and downloaded 15 hotfixes for my (french) SP2 xp install.To apply them automatically, i ran this command for all of the downloaded updatesWindowsXP-KB903235-x86-FRA.exe "/integrate:d:\long path\XP SP2" and all of them worked.This was one of the stones i add to this thread. Hope this will help some people!Note: I actually used version 1.2.1 of MBSA, whereas latest version of the tool is 2.0. I didn't test latest version, but i trust microsoft to make it better than the previous one...
DJ Prem Posted July 24, 2005 Posted July 24, 2005 would be nice you have windows server 2003 updates as well
Delprat Posted July 24, 2005 Posted July 24, 2005 would be nice you have windows server 2003 updates as well<{POST_SNAPBACK}>http://www.microsoft.com/technet/security/current.aspxand select "windows server 2003, <edition>", then the SP, and click "Go".bye
malonie Posted July 25, 2005 Posted July 25, 2005 Could any one help me on how to Slipstream IE6 on my Win2K
Recommended Posts