Difference between revisions of "ADS 2004A MSR 1"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 6: | Line 6: | ||
This will generate a response file MSR1.iss, which you should put in the same directory on the server. | This will generate a response file MSR1.iss, which you should put in the same directory on the server. | ||
<br><br> | <br><br> | ||
− | + | Excerpt from ''package.xml'': | |
− | + | <source lang="xml"> | |
<package | <package | ||
id="ADS2004A_MSR1" | id="ADS2004A_MSR1" | ||
Line 19: | Line 19: | ||
<install cmd='%SOFTWARE%\ADS\MSR1_2004A.501.WIN32.exe /s /a /s /sms /f1"%SOFTWARE%\ADS\MSR1.iss"' /> | <install cmd='%SOFTWARE%\ADS\MSR1_2004A.501.WIN32.exe /s /a /s /sms /f1"%SOFTWARE%\ADS\MSR1.iss"' /> | ||
</package> | </package> | ||
− | + | </source> | |
Make sure, the priority of the main ADS installation is higher. | Make sure, the priority of the main ADS installation is higher. | ||
[[category:Silent Installers|ADS 2004A]] | [[category:Silent Installers|ADS 2004A]] |
Revision as of 12:54, 4 February 2008
Download MSR1_2004A.501.WIN32.exe and put it on your server (ex. directory \\server\wpkg\MSI\ADS, contained in %SOFTWARE% variable).
Next, run the following command on a machine, that has already installed ADS2004A:
%SOFTWARE%\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='%SOFTWARE%\ADS\MSR1_2004A.501.WIN32.exe /s /a /s /sms /f1"%SOFTWARE%\ADS\MSR1.iss"' />
</package>
Make sure, the priority of the main ADS installation is higher.