shaokahn Posted October 4, 2004 Posted October 4, 2004 hi,i want to install gdi+ critical update silently, i've download it from administrative updates and i tested it like this:start /wait gdidettool.exe /Q:A /R:Nthen it appears a Yes or No question that i'm gonna try to translate to english.This tool has detected that you are running Microsoft software that might contain a security vulnerability. Microsoft has safety updates that solve this safety vulnerability.Would you like to now more about safety vulnerability, and how necessary safety updates solves it? (If you click NO this tool won't make this request again.)ok, my question is, if i put that line before the installation of MSOffice at my cmd file will this prompt appear anyway?if so, how do i make it silent?
SiMoNsAyS Posted October 4, 2004 Posted October 4, 2004 first, installation must be run after net framework or office it's installed, then use this REG DEL %KEY%\050 /VE /D "GDI+" /fREG DEL %KEY%\050 /V 1 /D "%CDROM%\Software\GDI+\873374_esn.exe /Q" /fREG DEL %KEY%\050 /V 2 /D "pskill.exe msiutil2.exe" /f
oddbasket Posted October 4, 2004 Posted October 4, 2004 As the msg says, its just a tool that directs u to another page, u dun need to silent install it. SP2 is not affected. all u need for SP 2 is a reg entry to prevent it from showing up in windows update, which the tool creates after installation.;Detect as installed GDI+ Tool (for SP2)[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool]"GDITool"=dword:00000001u can manually go here to check if u have a s/w that is affected, n update accordingly.
SiMoNsAyS Posted October 4, 2004 Posted October 4, 2004 lol fool me i didn't think about that, i just thought on silently install it to avoid the WU prompt
shaokahn Posted October 4, 2004 Author Posted October 4, 2004 ;Detect as installed GDI+ Tool (for SP2)[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool]"GDITool"=dword:00000001So, i just add that to my regtweak file and i am done? no need for that gdi+ tool?
sleepnmojo Posted October 4, 2004 Posted October 4, 2004 yeah, the tool only adds that reg tweak, and sends you to that page.Worst hotfix ever.
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