Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(notepadplusplus 4.0 -> 4.8.5)
(4.8.5 -> 4.9.2)
Line 6: Line 6:
 
<package
 
<package
 
         id="notepad++"
 
         id="notepad++"
         name="Notepad ++ 4.8.5"
+
         name="Notepad ++ 4.9.2"
         revision="1"
+
         revision="4920"
 
         reboot="false"
 
         reboot="false"
 
         priority="1">
 
         priority="1">
 
         <check type="uninstall" condition="exists" path="Notepad++" />
 
         <check type="uninstall" condition="exists" path="Notepad++" />
         <install cmd="%SOFTWARE%\npp\npp.4.8.5.Installer.exe /S" />
+
         <install cmd="%SOFTWARE%\npp\npp.4.9.2.Installer.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
</package>
 
</package>

Revision as of 08:16, 17 June 2008

This is a silent installer for Notepad++.

Notepad++ is a great little code editor.

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