SIMS.net
From WPKG | Open Source Software Deployment and Distribution
SIMS.net School Information Management System silent installation. More infos from http://www.sims.co.uk/.
Remember that the .net framework need to be installed first before installing SIMS.
<package id="sims" name="Sims Ampark" revision="1" reboot="false" priority="0">
<check type="file" condition="exists" path="%ProgramFiles%/SIMS/SIMS.net/AMPA/Assessment Manager/Aspects/Wales.xml" />
<install cmd='%SOFTWARE%\sims\SIMSAMPARKSetup.exe /S {QuietMode} {NoServerApps} [SIMSDotNetDirectory]="%PROGRAMFILES%\SIMS\SIMS.net"' />
</package>
<package id="simsapplication" name="Sims Application" revision="1" reboot="false" priority="5">
<check type="file" condition="exists" path="%PROGRAMFILES%/SIMS/SIMS.net/Pulsar.exe" />
<install cmd='%SOFTWARE%\sims\SIMSApplicationSetup.exe /S {QuietMode} {NoServerApps} [SIMSDotNetDirectory]="%PROGRAMFILES%\SIMS\SIMS.net"' />
<remove cmd='%PROGRAMFILES%\sims\unins000.exe /silent' />
</package>
If you have modified the connect.ini file, just create a batch file with a copy command to copy from the network to the local machine.
<package id="simsconnectini" name="Sims Connect.ini" revision="1" priority="5" execute="once">
<install cmd='%SOFTWARE%\sims\connect.bat'></install>
<upgrade cmd='%SOFTWARE%\sims\connect.bat'></upgrade>
</package>