Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(advise caution with 5.1.x because of plugin incompatabilities)
(new version npp.51.3)
Line 10: Line 10:
 
<package
 
<package
 
         id="notepadplusplus"
 
         id="notepadplusplus"
         name="Notepad ++ 5.1.1"
+
         name="Notepad ++"
         revision="511"
+
         revision="050103"
 
         reboot="false"
 
         reboot="false"
 
         priority="1">
 
         priority="1">
 +
       
 
         <check type="uninstall" condition="exists" path="Notepad++" />
 
         <check type="uninstall" condition="exists" path="Notepad++" />
         <check type="file" condition="versionequalto" path="%PROGRAMFILES%\Notepad++\notepad++.exe" value="5.1.1.0"/>
+
         <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Notepad++\notepad++.exe" value="5.1.3.0"/>
         <install cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" />
+
       
         <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" />
+
         <install cmd="%SOFTWARE%\notepadplusplus\npp.5.1.3.Installer.exe /S" />
 +
       
 +
         <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.1.3.Installer.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
</package>
 
</package>

Revision as of 11:06, 2 January 2009

This is a silent installer for Notepad++.

Notepad++ is a great little code editor, and general plain text editor.

Note: upgrade Notepad++ 5.0.x to 5.1.x with caution. 5.1.x introduced changes that various plugins are as yet incompatible with (as of 5.1.1). A future 5.1.x release will include fixed plugins. Se Notepad++ 5.1.0 changelog for details (http://sourceforge.net/project/shownotes.php?release_id=635820&group_id=95717). You may want to hold off upgrading 5.0.x to 5.1.x until this is sorted out.

<packages>

<package
        id="notepadplusplus"
        name="Notepad ++"
        revision="050103"
        reboot="false"
        priority="1">
        
        <check type="uninstall" condition="exists" path="Notepad++" />
        <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Notepad++\notepad++.exe" value="5.1.3.0"/>
        
        <install cmd="%SOFTWARE%\notepadplusplus\npp.5.1.3.Installer.exe /S" />
        
        <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.1.3.Installer.exe /S" />
        <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
</package>

</packages>