Difference between revisions of "Nvu"
From WPKG | Open Source Software Deployment and Distribution
m |
(Now also linking to KompoZer) |
||
Line 1: | Line 1: | ||
Silent installer for Nvu, an open-source HTML editor based on Mozilla Composer and started by Linspire. | Silent installer for Nvu, an open-source HTML editor based on Mozilla Composer and started by Linspire. | ||
+ | |||
+ | NVU is no longer being developed as of 2005; a new Mozilla-based HTML editor is [[KompoZer]] | ||
+ | |||
<source lang="xml"> | <source lang="xml"> | ||
<package | <package |
Revision as of 03:08, 1 September 2010
Silent installer for Nvu, an open-source HTML editor based on Mozilla Composer and started by Linspire.
NVU is no longer being developed as of 2005; a new Mozilla-based HTML editor is KompoZer
<package
id="nvu"
name="nvu 1.0"
revision="1"
reboot="false"
priority="1">
<check type="file" condition="exists" path="%PROGRAMFILES%\Nvu\nvu.exe" />
<install cmd="%SOFTWARE%\nvu\nvu-1.0-win32-installer-full.exe /verysilent /norestart" />
<remove cmd="%PROGRAMFILES%\Nvu\unins000.exe /verysilent /norestart" />
</package>