Difference between revisions of "Notepad plus plus"
From WPKG | Open Source Software Deployment and Distribution
(4.8.5 -> 4.9.2) |
(new version npp.5.0.2.Installer.exe) |
||
Line 4: | Line 4: | ||
<source lang="xml"> | <source lang="xml"> | ||
+ | <packages> | ||
+ | |||
<package | <package | ||
− | id=" | + | id="notepadplusplus" |
− | name="Notepad ++ | + | name="Notepad ++ 5.0.2" |
− | revision=" | + | revision="5020" |
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. | + | <install cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" /> |
+ | <upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" /> | ||
<remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" /> | <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" /> | ||
</package> | </package> | ||
+ | |||
+ | </packages> | ||
</source> | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 08:48, 22 July 2008
This is a silent installer for Notepad++.
Notepad++ is a great little code editor.
<packages>
<package
id="notepadplusplus"
name="Notepad ++ 5.0.2"
revision="5020"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Notepad++" />
<install cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" />
<upgrade cmd="%SOFTWARE%\notepadplusplus\npp.5.0.2.Installer.exe /S" />
<remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
</package>
</packages>