Difference between revisions of "ADS 2004A"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 7: Line 7:
 
<br><br>
 
<br><br>
 
excerpt from ''package.xml'':
 
excerpt from ''package.xml'':
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">-->
 
<pre>
 
<package
 
id="ADS2004A"
 
name="Advanced Design System 2004A"
 
revision="1"
 
reboot="false"
 
priority="5">
 
<check type="uninstall" condition="exists" path="Advanced Design System  2004A" />
 
<install cmd='\\server\wpkg\MSI\ADS\2004A\setup.exe /s /sms /f1"\\server\wpkg\MSI\ADS\2004A\silent\complete.iss" /v"/qn"'>
 
  <exit code="0" />
 
</install>
 
  
<remove cmd="" />
 
  
  <upgrade cmd="" />
+
  <package
</package>
+
  id="ADS2004A"
</pre>
+
  name="Advanced Design System 2004A"
<!--</blockquote>-->
+
  revision="1"
 +
  reboot="false"
 +
  priority="5">
 +
 
 +
  <check type="uninstall" condition="exists" path="Advanced Design System  2004A" />
 +
 
 +
  <install cmd='%SOFTWARE%\ADS\2004A\setup.exe /s /sms /f1"%SOFTWARE%\ADS\2004A\silent\complete.iss" /v"/qn"' />
 +
 
 +
</package>
  
 
You may exchange ''complete.iss'' with ''typical.iss''.<br>
 
You may exchange ''complete.iss'' with ''typical.iss''.<br>

Revision as of 13:22, 27 September 2006

Put both cds into one folder on your server.

Using wpkg installed as a service seems not to work with this package! Use the task scheduler for this package!

One reason why it fails may be that the installer is broken - and doesn't work when it is run as a SYSTEM user (which means, the installer only works if it is run as an Administrator). Unfortunately, there is more badly packaged software like that.



excerpt from package.xml:


<package 
 id="ADS2004A" 
 name="Advanced Design System 2004A" 
 revision="1" 
 reboot="false" 
 priority="5">
 <check type="uninstall" condition="exists" path="Advanced Design System  2004A" />
 <install cmd='%SOFTWARE%\ADS\2004A\setup.exe /s /sms /f1"%SOFTWARE%\ADS\2004A\silent\complete.iss" /v"/qn"' />
</package>

You may exchange complete.iss with typical.iss.
To customize the response file, refer to Silent Installations.