Difference between revisions of "KompoZer"
From WPKG | Open Source Software Deployment and Distribution
(Installation of KompoZer) |
m (removed logical check since there is only one check to do) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | KompoZer is a Web development GUI and | + | KompoZer is a Web development GUI and fork of NVU. The Web site for it is http://kompozer.net. KompoZer is superceded by [[BlueGriffon | BlueGriffon]]. |
− | You can download the current English version from | + | You can download the current English version from http://sourceforge.net/projects/kompozer/files/current/0.8b3/windows/exe/kompozer-0.8b3.en-US.win32.exe/download. Please note that currently, the "download latest version" link in Sourceforge will download the Korean version. |
I install GTK as a separate package - if you don't want that, remove the dependency on the gtk2 package. | I install GTK as a separate package - if you don't want that, remove the dependency on the gtk2 package. | ||
+ | |||
+ | =WPKG Package= | ||
<source lang="xml"> | <source lang="xml"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<package | <package | ||
Line 19: | Line 16: | ||
priority="20"> | priority="20"> | ||
<depends package-id="gtk2"/> | <depends package-id="gtk2"/> | ||
− | + | <check type="uninstall" condition="exists" path="KompoZer 0.8b3"/> | |
− | + | ||
− | + | ||
<install cmd='%comspec% /c "%SOFTWARE%\kompozer\kompozer-0.8b3.en-US.win32.exe" /VERYSILENT /NORESTART /SP-'/> | <install cmd='%comspec% /c "%SOFTWARE%\kompozer\kompozer-0.8b3.en-US.win32.exe" /VERYSILENT /NORESTART /SP-'/> | ||
<upgrade cmd='%comspec% /c "%SOFTWARE%\kompozer\kompozer-0.8b3.en-US.win32.exe" /VERYSILENT /NORESTART /SP-'/> | <upgrade cmd='%comspec% /c "%SOFTWARE%\kompozer\kompozer-0.8b3.en-US.win32.exe" /VERYSILENT /NORESTART /SP-'/> | ||
Line 27: | Line 22: | ||
</package> | </package> | ||
− | |||
</source> | </source> | ||
+ | |||
+ | [[Category:Silent Installers]] |
Latest revision as of 14:29, 18 September 2012
KompoZer is a Web development GUI and fork of NVU. The Web site for it is http://kompozer.net. KompoZer is superceded by BlueGriffon.
You can download the current English version from http://sourceforge.net/projects/kompozer/files/current/0.8b3/windows/exe/kompozer-0.8b3.en-US.win32.exe/download. Please note that currently, the "download latest version" link in Sourceforge will download the Korean version.
I install GTK as a separate package - if you don't want that, remove the dependency on the gtk2 package.
WPKG Package
<package
id="kompozer"
name="kompoZer Web editor"
revision="1"
reboot="false"
priority="20">
<depends package-id="gtk2"/>
<check type="uninstall" condition="exists" path="KompoZer 0.8b3"/>
<install cmd='%comspec% /c "%SOFTWARE%\kompozer\kompozer-0.8b3.en-US.win32.exe" /VERYSILENT /NORESTART /SP-'/>
<upgrade cmd='%comspec% /c "%SOFTWARE%\kompozer\kompozer-0.8b3.en-US.win32.exe" /VERYSILENT /NORESTART /SP-'/>
<remove cmd='"%programfiles%\KompoZer\unins000.exe" /VERYSILENT /NORESTART' />
</package>