Difference between revisions of "BlueGriffon"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(WPKG Package: Updated for 1.3.0)
(WPKG Package: Updated for 1.7)
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.
+
Versions 1.1 - 1.7 share the same installation procedure.
  
 
<source lang="xml">
 
<source lang="xml">
Line 10: Line 10:
 
id="bluegriffon"
 
id="bluegriffon"
 
name="BlueGriffon"
 
name="BlueGriffon"
revision="3"
+
revision="11"
 
reboot="false"
 
reboot="false"
priority="3">
+
priority="20">
  
<check
+
<variable name="version" value="1.7" />
type="uninstall"
+
condition="versiongreaterorequal"
+
path="BlueGriffon .+"
+
value="1.3" />
+
  
<install
+
<check
cmd="%SOFTWARE%\bluegriffon\setup-bluegriffon.exe /SILENT" />
+
type="uninstall"
 
+
condition="exists"
<upgrade
+
path="BlueGriffon version %VERSION%" />
cmd="%SOFTWARE%\bluegriffon\setup-bluegriffon.exe /SILENT" />
+
+
<install  
 +
cmd='"%SOFTWARE%\bluegriffon\bluegriffon-%VERSION%.exe" /SILENT' />
 +
 +
<upgrade  
 +
cmd='"%SOFTWARE%\bluegriffon\bluegriffon-%VERSION%.exe" /SILENT' />
 +
 
<remove
 
<remove
 
cmd="%PROGRAMFILES%\bluegriffon\unins000.exe /silent /log /norestart" />
 
cmd="%PROGRAMFILES%\bluegriffon\unins000.exe /silent /log /norestart" />
 
</package>
 
</package>
 +
 
</source>
 
</source>
  

Revision as of 10:36, 15 May 2013

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.7 share the same installation procedure.

<package
	id="bluegriffon"
	name="BlueGriffon"
	revision="11"
	reboot="false"
	priority="20">

	<variable name="version" value="1.7" />

	<check 
		type="uninstall" 
		condition="exists" 
		path="BlueGriffon version %VERSION%" />
		
	<install 
		cmd='"%SOFTWARE%\bluegriffon\bluegriffon-%VERSION%.exe" /SILENT' />
				
	<upgrade 
		cmd='"%SOFTWARE%\bluegriffon\bluegriffon-%VERSION%.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