Difference between revisions of "ADS 2004A"
From WPKG | Open Source Software Deployment and Distribution
Line 9: | Line 9: | ||
revision="1" | revision="1" | ||
reboot="false" | reboot="false" | ||
− | priority=" | + | priority="5"> |
<check type="uninstall" condition="exists" path="Advanced Design System 2004A" /> | <check type="uninstall" condition="exists" path="Advanced Design System 2004A" /> | ||
<install cmd='\\server\wpkg\MSI\ADS\2004A\setup.exe /s /f1"\\server\wpkg\MSI\ADS\2004A\silent\complete.iss"'> | <install cmd='\\server\wpkg\MSI\ADS\2004A\setup.exe /s /f1"\\server\wpkg\MSI\ADS\2004A\silent\complete.iss"'> |
Revision as of 11:31, 2 August 2005
Put both cds into one folder on your server.
excerpt from package.xml:
<package id="ADS2004A" name="Advanced Design System 2004A" revision="1" reboot="false" priority="5"> <check type="uninstall" condition="exists" path="Advanced Design System 2004A" /> <install cmd='\\server\wpkg\MSI\ADS\2004A\setup.exe /s /f1"\\server\wpkg\MSI\ADS\2004A\silent\complete.iss"'> <exit code="0" /> </install> <remove cmd="" /> <upgrade cmd="" /> </package>
You may exchange complete.iss with typical.iss.
To customize the response file, refer to Silent Installations.