MSFN Forum: GDI+ Detection Tool - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

GDI+ Detection Tool Rate Topic: -----

#1 User is offline   leungda 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 12-August 04

Posted 07 October 2004 - 09:50 AM

I have tried the following to install GDI+ Detection Tool:

kb873387 /Q:A /R:N

but it still ask for to click YES and No dialog box to go to another website. How to make it slient install?


#2 User is offline   JoeMSFN 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 28-September 04

Posted 07 October 2004 - 10:20 AM

I battled with that too. With Windows XP it seems to only take you to a website that tells you to run Windows & Office Updates.

The long and the short of it is, it's a registry entry. You don't need to install or "slipstream" this file.
Somewhere in your Registry Tweaks .reg file, you need to put...
;-----  tell windows I've already run the GDI+ detection tool (gdidettool.exe)
;-----  in references to http://support.microsoft.com/?kbid=873374
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool]
"GDITool"=dword:00000001
Of course add "Windows Registry Editor Version 5.00" to the top if this is your first registry tweaking durring unattended install.

I discovered this using a registry compare program. (there are several referenced in the forums). Well The above tweak is probably also, but I felt like answering.

Also I included as a default bookmark in my
winnt.sif file:
[FavoritesEx]
Title1 = "Microsoft GDI+ Detection Tool - September 14, 2004 - KB873374.url"
URL1   = "http://support.microsoft.com/?kbid=873374"
To help reference the file since it doesn't install and the first time it's run it won't showup as a critical update again. note: (I found the quotes necessary or my winnt.sif file would bomb.)

#3 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 07 October 2004 - 10:30 AM

@JoeMSFN, very nice trick the bookmark thing, i thought the same a time ago and here is my
[FavoritesEx]
    BrandIEUsingUnattended = Yes
    Title1 = "Microsoft GDI+ Detection Tool - KB873374.url"
    URL1 = "http://www.microsoft.com/technet/security/bulletin/ms04-028.mspx"


#4 User is offline   erik_demon 

  • Master Chief
  • PipPip
  • Group: Members
  • Posts: 253
  • Joined: 22-August 04

Posted 07 October 2004 - 11:07 AM

It is possible to install this update silently. This is how i did it:


1. Extract the hotfix

2. Open gdidet.xml with notepad.

3 Change all "PROMPT" an "YESNOPROMPT" in "NOPROMPT"

4. save the changes

5. Now we need to make an IExpress package
Click Here for information about making an IExpress package

If you follow this guide above, be sure to use the INF file in the "Install Program To Launch" phase.

6. Save this package as KB873374.exe and put in in your update folder.

7. Add this hotfix to svcpack.inf, no switches requierd

The hotfix will now be silently installed

Good Luck!!

#5 User is offline   leungda 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 12-August 04

Posted 08 October 2004 - 02:41 PM

can you pack it up and post it here for all of us?

#6 User is offline   erik_demon 

  • Master Chief
  • PipPip
  • Group: Members
  • Posts: 253
  • Joined: 22-August 04

Posted 09 October 2004 - 03:09 AM

REMOVED

#7 User is offline   leungda 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 12-August 04

Posted 09 October 2004 - 08:45 AM

thanks... it works

#8 User is offline   The Glimmerman 

  • Member
  • PipPip
  • Group: Members
  • Posts: 132
  • Joined: 03-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 October 2004 - 02:54 PM

:realmad: I hate MSN???
But good work :P

#9 User is offline   Alex 

  • Member
  • PipPip
  • Group: Members
  • Posts: 223
  • Joined: 08-September 04

Posted 10 October 2004 - 06:46 PM

Guys,
Why do i need this update?
It shows me nothing and helps in no way...Just send You to this useless MS page informing to update office (though I slipstreamed all office updates and nothing to install for office anymore)
Why this s*** is critical?

Alex

#10 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 10 October 2004 - 07:21 PM

Alex, on Oct 11 2004, 02:46 AM, said:

Why this s*** is critical?

Alex

haha that is a really good question LoL
technically it advices about a big (potential) flaw that let the "malicious" user to run code on most of m$ components. the thing is that it just leave you in a new page (?)
couldn't be more helpful if WU directly detected the programs affected and redirect/installs the necessary patches? (correct me if necessary :P )

#11 User is offline   Alex 

  • Member
  • PipPip
  • Group: Members
  • Posts: 223
  • Joined: 08-September 04

Posted 11 October 2004 - 03:14 AM

No redirection to any patches...Just informing to update MS office though ALL hotfixes are already slipstreamed and installed...
Does this update helped anyone in anyway?
Let me know...

Alex

#12 User is offline   gely 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 12-May 04

Posted 04 November 2004 - 02:49 AM

erik_demon, on Oct 7 2004, 11:07 AM, said:

It is possible to install this update silently. This is how i did it:


1. Extract the hotfix

2. Open gdidet.xml with notepad.

3 Change all "PROMPT" an "YESNOPROMPT" in "NOPROMPT"

4. save the changes

5. Now :
...
The hotfix will now be silently installed

Good Luck!!

step 5. changed to :
kb873374.cmd =
msiutil2.exe /cif gdidet.cif /extended gdidet.xml /log

and alls is fine now ;)

---thx all for the help :]

#13 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 11 November 2004 - 10:09 AM

Self Extraction Directive file to create an iexpress package.

KB873374.SED
[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=0
HideExtractAnimation=1
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=I
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=C:\TEMP\KB873374\EULA.TXT
FinishMessage=L'outil logiciel n'a détecté aucune application Microsoft Office, Microsoft Picture It! ou Microsoft .NET Framework susceptible d'être affectée par la vulnérabilité relative à la sécurité du composant graphique GDI+ sur votre ordinateur.
TargetName=C:\TEMP\BUILD\KB873374.EXE
FriendlyName=Microsoft GDI+ Detection Tool
AppLaunched=gditool.inf
PostInstallCmd=<None>
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="ADVPACK.DLL"
FILE1="gdidet.cif"
FILE2="gdidet.xml"
FILE3="gditool.inf"
FILE4="msiutil2.exe"
FILE5="oudetect.dll"
FILE6="W95INF16.DLL"
FILE7="W95INF32.DLL"
[SourceFiles]
SourceFiles0=C:\TEMP\KB873374\
[SourceFiles0]
%FILE0%=
%FILE1%=
%FILE2%=
%FILE3%=
%FILE4%=
%FILE5%=
%FILE6%=
%FILE7%=


Don't forget to create an EULA.TXT file before and edit GDIDET.XML

To launch silently
KB873374.EXe /Q:A /R:N

To check the installation status:
regjump HKLM\SOFTWARE\Microsoft\GdiDetectionTool
GDITool set to 1 = completed

for ENU versions of Windows, replace the French string with :
FinishMessage=The software tool did not detect any Microsoft Office, Microsoft Picture It! or Microsoft .NET Framework software on your computer that is vulnerable to the GDI+ Graphics Component security vulnerability.


Link to understand what this tool is intended for
GDI+ security updates

#14 User is offline   ZEUS__ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 03-January 08
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 13 April 2008 - 11:23 PM

View Posterik_demon, on Oct 7 2004, 12:07 PM, said:

It is possible to install this update silently. This is how i did it:


1. Extract the hotfix

2. Open gdidet.xml with notepad.

3 Change all "PROMPT" an "YESNOPROMPT" in "NOPROMPT"

4. save the changes

5. Now we need to make an IExpress package
Click Here for information about making an IExpress package

If you follow this guide above, be sure to use the INF file in the "Install Program To Launch" phase.

6. Save this package as KB873374.exe and put in in your update folder.

7. Add this hotfix to svcpack.inf, no switches requierd

The hotfix will now be silently installed

Good Luck!!


hi,
sorry but I couldn't understand 3. sentence?
here is gdi.xml;which one of prompt is change and which to?
<MsiUtil>
	<!-- The result if the patch is needed -->
	<DetectionResult statusSet="Installed">
		[b]<Action type="YesNoPrompt">[/b]
			<Title>Microsoft GDI+ Detection Tool</Title>
			<Text>Yazılım aracı, güvenlik açığı içerme olasılığı bulunan bir Microsoft yazılımı çalıştırdığınızı algıladı.  Bu güvenlik açığını giderecek güvenlik güncelleştirmelerini Microsoft'tan edinebilirsiniz.


Bu güvenlik açığı ve onu hedefleyen gerekli güvenlik güncelleştirmeleri hakkında daha fazla bilgi edinmek ister misiniz? (Hayır'ı tıklatırsanız bu aracın bir daha sizi uyarmayacağını unutmayın.)</Text>
			<Button type="Yes">
				<Action type="LaunchURL">http://go.microsoft.com/fwlink/?LinkId=33568</Action>
			</Button>
			<Button type="No">
				[b]<Action type="Prompt">[/b]
					<Title>Microsoft GDI+ Detection Tool</Title>
					<Text>Yazılım aracı, güvenlik açığı içerme olasılığı bulunan bir Microsoft yazılımı çalıştırdığınızı algıladı.  En son güvenlik güncelleştirmelerini yüklemezseniz, sisteminiz risk altına girecektir.  Bu güvenlik açığı ve en son güvenlik güncelleştirmelerinin nasıl yükleneceği veya yazılım aracının yeniden nasıl çalıştırılacağı hakkında daha fazla bilgi için aşağıdaki adresi ziyaret etmenizi öneririz:
					
http://support.microsoft.com/?kbid=873374</Text>
				</Action>
			</Button>
		</Action>
	</DetectionResult>
	<!-- The result if the patch is not needed -->
	<DetectionResult statusSet="NotInstalled,NoShow">
		[b]<Action type="Prompt">[/b]
			<Title>Microsoft GDI+ Detection Tool</Title>
			<Text>Yazılım aracı, bilgisayarınızda GDI+ Grafik Bileşenleri güvenlik açığı içerebilecek herhangi bir Microsoft Office, Microsoft Picture It! veya Microsoft .NET Framework yazılımı algılamadı.</Text>
		</Action>
	</DetectionResult>
</MsiUtil>


all this bold what to change? :unsure:
all actiontype from "yesnoprompt" to "noprompt"?
added:always prompt me to go another page :angry:

This post has been edited by ZEUS__: 13 April 2008 - 11:30 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy