Difference between revisions of "Diacos"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 2: | Line 2: | ||
Copy that file to where your Diacos installation is located. | Copy that file to where your Diacos installation is located. | ||
| + | |||
| + | Silent installer for Diacos will look like that: | ||
Revision as of 15:38, 18 April 2007
First, run the installer with /r flag - answer all questions. It will save the answer file to C:\Windows\setup.iss.
Copy that file to where your Diacos installation is located.
Silent installer for Diacos will look like that:
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="diacos"
name="diacos"
revision="1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="ID MACS Client 6.70.000 Client" />
<install cmd='%SOFTWARE%\diacos\idmacs\clientsetup\setup.exe /s /sms /f1%SOFTWARE%\diacos\setup.iss' />
<upgrade cmd='%SOFTWARE%\diacos\idmacs\clientsetup\setup.exe /s /sms /f1%SOFTWARE%\diacos\setup.iss' />
</package>
</packages>