Difference between revisions of "Nvu"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page for Nvu)
 
m (ObTypo.)
Line 7: Line 7:
 
         reboot="false"                                                                                                                         
 
         reboot="false"                                                                                                                         
 
         priority="1">                                                                                                                           
 
         priority="1">                                                                                                                           
         <check type="file" condition="exists" path="%PROGRAMFILES%\Nvu\nvu.exe" /> -->                                                         
+
         <check type="file" condition="exists" path="%PROGRAMFILES%\Nvu\nvu.exe" />                                                         
 
         <install cmd="%SOFTWARE%\nvu\nvu-1.0-win32-installer-full.exe /verysilent /norestart" />                                               
 
         <install cmd="%SOFTWARE%\nvu\nvu-1.0-win32-installer-full.exe /verysilent /norestart" />                                               
 
         <remove cmd="%PROGRAMFILES%\Nvu\unins000.exe /verysilent /norestart" />                                                                 
 
         <remove cmd="%PROGRAMFILES%\Nvu\unins000.exe /verysilent /norestart" />                                                                 

Revision as of 23:04, 7 July 2008

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>