Difference between revisions of "BlueGriffon"
From WPKG | Open Source Software Deployment and Distribution
(1.1.1 -> 1.2.1 + minor tidyup) |
(→WPKG Package: Updated for 1.3.0) |
||
Line 4: | Line 4: | ||
BlueGriffon uses the Inno Setup installer. | BlueGriffon uses the Inno Setup installer. | ||
− | + | Versions 1.1, 1.2 and 1.3 share the same installation procedure. | |
<source lang="xml"> | <source lang="xml"> | ||
Line 10: | Line 10: | ||
id="bluegriffon" | id="bluegriffon" | ||
name="BlueGriffon" | name="BlueGriffon" | ||
− | revision=" | + | revision="3" |
reboot="false" | reboot="false" | ||
priority="3"> | priority="3"> | ||
Line 18: | Line 18: | ||
condition="versiongreaterorequal" | condition="versiongreaterorequal" | ||
path="BlueGriffon .+" | path="BlueGriffon .+" | ||
− | value="1. | + | value="1.3" /> |
<install | <install |
Revision as of 09:07, 22 November 2011
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