Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(notepadplusplus 4.0 -> 4.8.5)
Line 6: Line 6:
 
<package
 
<package
 
         id="notepad++"
 
         id="notepad++"
         name="Notepad ++ 4.0"
+
         name="Notepad ++ 4.8.5"
 
         revision="1"
 
         revision="1"
 
         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.0.Installer.exe /S" />
+
         <install cmd="%SOFTWARE%\npp\npp.4.8.5.Installer.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
</package>
 
</package>

Revision as of 11:56, 15 April 2008

This is a silent installer for Notepad++.

Notepad++ is a great little code editor.

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