BlueGriffon
From WPKG | Open Source Software Deployment and Distribution
BlueGriffon is a web authoring program, similar to DreamWeaver, available from http://bluegriffon.org/. BlueGriffon is free open source software written by Daniel Glazman and is the successor to his Nvu, its fork KompoZer, and long before that Mozilla Composer and Netscape Composer. It is based on the Gecko rendering engine in the same way Firefox and Thunderbird are.
WPKG Package
BlueGriffon uses the Inno Setup installer. Versions 1.1, 1.2 and 1.3 share the same installation procedure.
<package id="bluegriffon" name="BlueGriffon" revision="3" reboot="false" priority="3"> <check type="uninstall" condition="versiongreaterorequal" path="BlueGriffon .+" value="1.3" /> <install cmd="%SOFTWARE%\bluegriffon\setup-bluegriffon.exe /SILENT" /> <upgrade cmd="%SOFTWARE%\bluegriffon\setup-bluegriffon.exe /SILENT" /> <remove cmd="%PROGRAMFILES%\bluegriffon\unins000.exe /silent /log /norestart" /> </package>
Configuration
The preference for turning off automatic updating is
bluegriffon.extensions.update.enabled