Notepad plus plus
From WPKG | Open Source Software Deployment and Distribution
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>