Difference between revisions of "MDAC update for Windows 2000"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 1: | Line 1: | ||
This is a silent installer for MDAC update for Windows 2000. | This is a silent installer for MDAC update for Windows 2000. | ||
| − | + | <source lang="xml"> | |
| + | <package id="mdac28" name="MDAC update for Windows 2000" > | ||
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\common files\system\ado\msador15.dll" value="2.80.1022.0" /> | <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\common files\system\ado\msador15.dll" value="2.80.1022.0" /> | ||
<install cmd='%SOFTWARE%\mdac\enu\MDAC-2.8.EXE /q:a /c:"setup /qn1"' > | <install cmd='%SOFTWARE%\mdac\enu\MDAC-2.8.EXE /q:a /c:"setup /qn1"' > | ||
| Line 8: | Line 9: | ||
<exit code="3010" reboot="true" /> | <exit code="3010" reboot="true" /> | ||
</install> | </install> | ||
| − | + | </package> | |
| + | </source> | ||
PS: not working with version 0.9.1 | PS: not working with version 0.9.1 | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
Revision as of 19:27, 18 February 2008
This is a silent installer for MDAC update for Windows 2000.
<package id="mdac28" name="MDAC update for Windows 2000" >
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\common files\system\ado\msador15.dll" value="2.80.1022.0" />
<install cmd='%SOFTWARE%\mdac\enu\MDAC-2.8.EXE /q:a /c:"setup /qn1"' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>
PS: not working with version 0.9.1