Difference between revisions of "Notepad plus plus"
From WPKG | Open Source Software Deployment and Distribution
(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. | + | name="Notepad ++ 5.1.1" |
− | revision=" | + | 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. | + | <install cmd="%SOFTWARE%\notepadplusplus\npp.5.1.1.Installer.exe /S" /> |
− | <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5. | + | <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>