Difference between revisions of "Notepad plus plus"
From WPKG | Open Source Software Deployment and Distribution
| Line 10: | Line 10: | ||
<check type="uninstall" condition="exists" path="Notepad++" /> | <check type="uninstall" condition="exists" path="Notepad++" /> | ||
<install cmd="\\path\to\server\npp.3.5.Installer.exe /S" /> | <install cmd="\\path\to\server\npp.3.5.Installer.exe /S" /> | ||
| − | <remove cmd=" | + | <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" /> |
</package> | </package> | ||
</pre> | </pre> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
Revision as of 17:01, 1 September 2006
Notepad++ is a great little code editor.
<package
id="notepad++"
name="Notepad ++ 3.5"
revision="1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Notepad++" />
<install cmd="\\path\to\server\npp.3.5.Installer.exe /S" />
<remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
</package>