Difference between revisions of "ADS 2004A MSR 1"
From WPKG | Open Source Software Deployment and Distribution
m (indenting...) |
|||
| Line 10: | Line 10: | ||
<pre> | <pre> | ||
<package | <package | ||
| − | + | id="ADS2004A_MSR1" | |
| − | + | name="Advanced Design System 2004A MSR 1" | |
| − | + | revision="1" | |
| − | + | reboot="false" | |
| − | + | priority="4"> | |
| − | + | <check type="uninstall" condition="exists" path="Advanced Design System MSR - 2004A" /> | |
| − | + | <install cmd='\\server\wpkg\MSI\ADS\MSR1_2004A.501.WIN32.exe /s /a /s /sms /f1"\\server\wpkg\MSI\ADS\MSR1.iss"'> | |
| − | + | <exit code="0" /> | |
| − | + | </install> | |
| − | + | <remove cmd="" /> | |
| − | + | <upgrade cmd="" /> | |
| − | + | ||
| − | + | ||
</package> | </package> | ||
</pre> | </pre> | ||
Revision as of 07:56, 26 April 2006
Download MSR1_2004A.501.WIN32.exe and put it on your server (ex. directory \\server\wpkg\MSI\ADS).
Next, run the following command on a machine, that has already installed ADS2004A:
\\server\wpkg\MSI\ADS\MSR1_2004A.501.WIN32 /a /r /f1"c:\temp\MSR1.iss"
This will generate a response file MSR1.iss, which you should put in the same directory on the server.
excerpt from package.xml:
<package
id="ADS2004A_MSR1"
name="Advanced Design System 2004A MSR 1"
revision="1"
reboot="false"
priority="4">
<check type="uninstall" condition="exists" path="Advanced Design System MSR - 2004A" />
<install cmd='\\server\wpkg\MSI\ADS\MSR1_2004A.501.WIN32.exe /s /a /s /sms /f1"\\server\wpkg\MSI\ADS\MSR1.iss"'>
<exit code="0" />
</install>
<remove cmd="" />
<upgrade cmd="" />
</package>
Make sure, the priority of the main ADS installation is higher.