Difference between revisions of "KompoZer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Installation of KompoZer)
 
(Added to silent installers category)
Line 29: Line 29:
 
</packages>
 
</packages>
 
</source>
 
</source>
 +
 +
[[Category:Silent Installers]]

Revision as of 02:58, 1 September 2010

KompoZer is a Web development GUI and successor to NVU. The Web site for it is [1]

You can download the current English version from [2]. 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.

<?xml version="1.0" encoding="UTF-8"?>

<packages
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >

  <package
    id="kompozer"
    name="kompoZer Web editor"
    revision="1"
    reboot="false"
    priority="20">
    <depends package-id="gtk2"/>
    <check type="logical" condition="or">
      <check type="uninstall" condition="exists" path="KompoZer 0.8b3"/>
    </check>
    <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>

</packages>