4
edits
Changes
no edit summary
It is compiled with Inno Setup Compiler:
<source lang="xml">
<package id="qip" name="qip" revision="6" reboot="false" priority="4">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\QIP 2010\qip.exe" value="3.0.0.5768" />
<remove cmd='%PROGRAMFILES%\QIP 2010\unins000.exe /VERYSILENT' />
</package>
</source>
[[Category:Silent Installers]]