ADS 2004A MSR 1
From WPKG | Open Source Software Deployment and Distribution
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.