Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(new version npp.5.0.2.Installer.exe)
(Updated to version 5.1.1)
Line 8: Line 8:
 
<package
 
<package
 
         id="notepadplusplus"
 
         id="notepadplusplus"
         name="Notepad ++ 5.0.2"
+
         name="Notepad ++ 5.1.1"
         revision="5020"
+
         revision="511"
 
         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%\notepadplusplus\npp.5.0.2.Installer.exe /S" />
+
         <install cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" />
         <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" />
+
         <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
</package>
 
</package>

Revision as of 10:33, 12 November 2008

This is a silent installer for Notepad++.

Notepad++ is a great little code editor.

<packages>

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

</packages>