Difference between revisions of "ATI Display Driver"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 3: Line 3:
 
Before installing it, make sure you have [[DirectX]] (not included with Windows 2000).
 
Before installing it, make sure you have [[DirectX]] (not included with Windows 2000).
  
<pre>
+
<source lang="xml">
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<packages>
Line 23: Line 23:
  
 
</packages>
 
</packages>
</pre>
+
</source>
  
 
[[Category:Silent_Installers]]
 
[[Category:Silent_Installers]]

Revision as of 12:54, 4 February 2008

This is a silent installer for ATI Display Driver.

Before installing it, make sure you have DirectX (not included with Windows 2000).

<?xml version="1.0" encoding="UTF-8"?>
<packages>

<package
   id="atidrivers"
   name="ATI Display Driver"
   revision="1"
   reboot="true"
   priority="10">

   <check type="uninstall" condition="exists" path="ATI Display Driver" />

   <install cmd='%SOFTWARE%\6-2_xp-2k_dd_30152\setup.exe /s /f1"%SOFTWARE%\6-2_xp-2k_dd_30152\setup.iss" /f2"%TEMP%\atidrivers.log"' />

   <upgrade cmd='%SOFTWARE%\6-2_xp-2k_dd_30152\setup.exe /s /f1"%SOFTWARE%\6-2_xp-2k_dd_30152\setup.iss" /f2"%TEMP%\atidrivers.log"' />

</package>

</packages>