Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
This is a silent installer for Notepad++.
 +
 
Notepad++ is a great little code editor.
 
Notepad++ is a great little code editor.
  

Revision as of 20:53, 20 February 2008

This is a silent installer for Notepad++.

Notepad++ is a great little code editor.

<package
        id="notepad++"
        name="Notepad ++ 4.0"
        revision="1"
        reboot="false"
        priority="1">
        <check type="uninstall" condition="exists" path="Notepad++" />
        <install cmd="%SOFTWARE%\npp\npp.4.0.Installer.exe /S" />
        <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
</package>