Difference between revisions of "ADS 2004A MSR 1"
From WPKG | Open Source Software Deployment and Distribution
m (indenting...) |
m |
||
Line 1: | Line 1: | ||
− | Download [http://edasupportweb.soco.agilent.com/downloads/191441/MSR1_2004A.501.WIN32.exe MSR1_2004A.501.WIN32.exe] and put it on your server (ex. directory \\server\wpkg\MSI\ADS).<br> | + | Download [http://edasupportweb.soco.agilent.com/downloads/191441/MSR1_2004A.501.WIN32.exe MSR1_2004A.501.WIN32.exe] and put it on your server (ex. directory \\server\wpkg\MSI\ADS, contained in %SOFTWARE% variable).<br> |
Next, run the following command on a machine, that has already installed ADS2004A:<br> | Next, run the following command on a machine, that has already installed ADS2004A:<br> | ||
<pre> | <pre> | ||
− | + | %SOFTWARE%\ADS\MSR1_2004A.501.WIN32 /a /r /f1"c:\temp\MSR1.iss" | |
</pre> | </pre> | ||
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'': | excerpt from ''package.xml'': | ||
− | + | ||
− | + | <package | |
− | <package | + | |
id="ADS2004A_MSR1" | id="ADS2004A_MSR1" | ||
name="Advanced Design System 2004A MSR 1" | name="Advanced Design System 2004A MSR 1" | ||
Line 15: | Line 14: | ||
reboot="false" | reboot="false" | ||
priority="4"> | priority="4"> | ||
+ | |||
<check type="uninstall" condition="exists" path="Advanced Design System MSR - 2004A" /> | <check type="uninstall" condition="exists" path="Advanced Design System MSR - 2004A" /> | ||
− | <install cmd=' | + | |
− | + | <install cmd='%SOFTWARE%\ADS\MSR1_2004A.501.WIN32.exe /s /a /s /sms /f1"%SOFTWARE%\ADS\MSR1.iss"' /> | |
− | + | </package> | |
− | + | ||
− | + | ||
− | </package | + | |
− | + | ||
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 13:24, 27 September 2006
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.