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.
<packages> <package id="notepadplusplus" name="Notepad ++ 5.0.2" revision="5020" reboot="false" priority="1"> <check type="uninstall" condition="exists" path="Notepad++" /> <install cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" /> <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" /> <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" /> </package> </packages>