Changes

ADS 2004A MSR 1

1,107 bytes added, 11:30, 2 August 2005
no edit summary
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>
Next, run the following command on a machine, that has already installed ADS2004A:<br>
<pre>
\\server\wpkg\MSI\ADS\MSR1_2004A.501.WIN32 /a /r /f1"c:\temp\MSR1.iss"
</pre>
This will generate a response file MSR1.iss, which you should put in the same directory on the server.
<br><br>
excerpt from ''package.xml'':
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">-->
<pre>
<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>
</pre>

Make sure, the priority of the main ADS installation is higher.

[[category:Silent Installers|ADS 2004A]]
10
edits