Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 15:51, 3 May 2006

Notepad++ is a great little code editor.

<package
        id="notepad++"
        name="Notepad ++ 3.5"
        revision="1"
        reboot="false"
        priority="1">
        <check type="uninstall" condition="exists" path="Notepad++" />
        <install cmd="\\path\to\server\npp.3.5.Installer.exe /S" />
        <remove cmd="C:\Program Files\Notepad++\uninstall.exe /S" />
</package>