QUOTE (erik_demon @ Oct 7 2004, 12:07 PM)

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?
CODE
<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?
all actiontype from "yesnoprompt" to "noprompt"?
added:always prompt me to go another page