Difference between revisions of "Mozilla ActiveX Control"
From WPKG | Open Source Software Deployment and Distribution
(Silent installer package for Mozilla ActiveX Control) |
(No difference)
|
Revision as of 09:18, 28 October 2008
This provides you with an ActiveX control of the Mozilla browser engine. With this control you can easily implement the Mozilla browser engine into other programs. See Mozilla ActiveX Control.
<package id="mozillacontrol"
name="Mozilla ActiveX Control 1.7.12"
revision="1712"
reboot="false"
priority="300">
<check type="uninstall" condition="exists" path="Mozilla ActiveX Control v1.7.12" />
<install cmd='"%SOFTWARE%\MozillaControl\MozillaControl1712.exe" /S' />
<upgrade cmd='"%SOFTWARE%\MozillaControl\MozillaControl1712.exe" /S' />
<remove cmd='"%PROGRAMFILES%\Mozilla ActiveX Control v1.7.12\uninst.exe" /S' />
</package>