Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(adding version check)
(advise caution with 5.1.x because of plugin incompatabilities)
Line 1: Line 1:
 
This is a silent installer for Notepad++.
 
This is a silent installer for Notepad++.
  
Notepad++ is a great little code editor.
+
Notepad++ is a great little code editor, and general plain text editor.
  
<source lang="xml">
+
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.
 +
 
 +
<source lang="xml">
 
<packages>
 
<packages>
  

Revision as of 14:57, 14 November 2008

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 ++ 5.1.1"
        revision="511"
        reboot="false"
        priority="1">
        <check type="uninstall" condition="exists" path="Notepad++" />
        <check type="file" condition="versionequalto" path="%PROGRAMFILES%\Notepad++\notepad++.exe" value="5.1.1.0"/>
        <install cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" />
        <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" />
        <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
</package>

</packages>