Difference between revisions of "Notepad plus plus"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (Changing version to 4.0)
Line 4: Line 4:
 
<package
 
<package
 
         id="notepad++"
 
         id="notepad++"
         name="Notepad ++ 3.5"
+
         name="Notepad ++ 4.0"
 
         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.3.5.Installer.exe /S" />
+
         <install cmd="%SOFTWARE%\npp\npp.4.0.Installer.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
         <remove cmd="%PROGRAMFILES%\Notepad++\uninstall.exe /S" />
 
</package>
 
</package>
 
</pre>
 
</pre>
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 15:56, 1 February 2007

Notepad++ is a great little code editor.

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