Difference between revisions of "ATI Display Driver"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 2: Line 2:
  
 
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).
 
The Qres tool you see below changes resolution, you probably need to use something like that, unless you want to stay with 640x480 resolution ;)
 
  
 
<pre>
 
<pre>
Line 19: Line 17:
  
 
   <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%\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" />
 
  
 +
  <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>
 
</package>

Revision as of 14:16, 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"' />

   <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>