Mozilla ActiveX Control

From WPKG | Open Source Software Deployment and Distribution
Revision as of 09:18, 28 October 2008 by 62.58.96.10 (Talk) (Silent installer package for Mozilla ActiveX Control)

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

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>