Mozilla ActiveX Control

From WPKG | Open Source Software Deployment and Distribution
Revision as of 09:24, 28 October 2008 by WPKGSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>