Difference between revisions of "ATI Display Driver"
From WPKG | Open Source Software Deployment and Distribution
(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...) |
|||
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 18: | Line 20: | ||
<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' /> | ||
− | <install cmd=%SOFTWARE%\QRes.exe /x:1024 /y:768 /c:32 /r:75' reboot="true" /> | + | <install cmd='%SOFTWARE%\QRes.exe /x:1024 /y:768 /c:32 /r:75' reboot="true" /> |
Revision as of 13:34, 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).
The Qres tool you see below changes resolution, you probably need to use something like that, unless you want to stay with 640x480 resolution ;)
<?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>