Difference between revisions of "Nvu"
From WPKG | Open Source Software Deployment and Distribution
m (ObTypo.) |
m |
||
Line 1: | Line 1: | ||
− | + | Silent installer for Nvu, an open-source HTML editor based on Mozilla Composer and started by Linspire. | |
<source lang="xml"> | <source lang="xml"> | ||
<package | <package |
Revision as of 06:13, 8 July 2008
Silent installer for Nvu, an open-source HTML editor based on Mozilla Composer and started by Linspire.
<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>