Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (Changing version to 4.0)
m
Line 1: Line 1:
 
Notepad++ is a great little code editor.
 
Notepad++ is a great little code editor.
  
<pre>
+
<source lang="xml">
 
<package
 
<package
 
         id="notepad++"
 
         id="notepad++"
Line 12: Line 12:
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
</package>
 
</package>
</pre>
+
</source>
 +
 
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 20:53, 20 February 2008

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>