Difference between revisions of "Mozilla ActiveX Control"
From WPKG | Open Source Software Deployment and Distribution
(Silent installer package for Mozilla ActiveX Control) |
m |
||
Line 1: | Line 1: | ||
+ | Silent installer for Mozilla ActiveX Control. | ||
+ | |||
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 [http://www.iol.ie/~locka/mozilla/control.htm Mozilla ActiveX Control]. | 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 [http://www.iol.ie/~locka/mozilla/control.htm Mozilla ActiveX Control]. | ||
Latest revision as of 09:24, 28 October 2008
Silent installer for Mozilla ActiveX Control.
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>