577
edits
Changes
Created new page
BlueGriffon is a GUI web authoring program, similar to DreamWeaver. BlueGriffon, written by Daniel Glazman and available from http://bluegriffon.org/, is the successor to NVU and its fork KompoZer. BlueGriffon is free open source software and is based on the Gecko rendering engine in the same way Firefox and Thunderbird are.
=WPKG Package=
=BlueGriffon 1.1.x=
BlueGriffon uses the Inno Setup installer.
<source lang="xml">
<package
id="bluegriffon"
name="BlueGriffon"
revision="1"
reboot="false"
priority="3">
<check
type="uninstall"
condition="versiongreaterorequal"
path="BlueGriffon .+"
value="1.1.1" />
<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>
</source>
[[Category:Silent Installers]]
=WPKG Package=
=BlueGriffon 1.1.x=
BlueGriffon uses the Inno Setup installer.
<source lang="xml">
<package
id="bluegriffon"
name="BlueGriffon"
revision="1"
reboot="false"
priority="3">
<check
type="uninstall"
condition="versiongreaterorequal"
path="BlueGriffon .+"
value="1.1.1" />
<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>
</source>
[[Category:Silent Installers]]