Difference between revisions of "ATI Display Driver"
From WPKG | Open Source Software Deployment and Distribution
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). | ||
− | |||
− | |||
<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"' /> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <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>