Difference between revisions of "ATI Display Driver"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: This is a silent installer for ATI Display Driver. Before installing it, make sure you have DirectX (not included with Windows 2000). <pre> <?xml version="1.0" encoding="UTF-8"?> <pa...)
(No difference)

Revision as of 13:33, 14 September 2007

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"' />
   <install cmd='%SOFTWARE%\QRes.exe /x:1024 /y:768 /c:32' />
   <install cmd=%SOFTWARE%\QRes.exe /x:1024 /y:768 /c:32 /r:75' reboot="true" />


   <upgrade cmd='%SOFTWARE%\6-2_xp-2k_dd_30152\setup.exe /s' />
   <upgrade cmd='%SOFTWARE%\QRes.exe /x:1024 /y:768 /c:32' />
   <upgrade cmd='%SOFTWARE%\QRes.exe /x:1024 /y:768 /c:32 /r:75' reboot="true" />


</package>

</packages>