Difference between revisions of "Jedit"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
 
Line 1: Line 1:
This is a silent installer and uninstaller for jEdit.
+
This is a silent installer and uninstaller for jEdit. More infos from [http://www.jedit.org/ here].
  
 
jEdit is a Java based code editor, hence the dependency check for Java.
 
jEdit is a Java based code editor, hence the dependency check for Java.

Latest revision as of 08:26, 1 April 2011

This is a silent installer and uninstaller for jEdit. More infos from here.

jEdit is a Java based code editor, hence the dependency check for Java.

<package
        id="jedit"
        name="jEdit"
        revision="1"
        reboot="false"
        priority="1">
        <depends package-id="java runtime environment" />
        <check type="uninstall" condition="exists" path="jEdit 4.2" />
        <install cmd='"%SOFTWARE%\jedit\jedit4sinstall.exe" /s- /silent /norestart' />
        <update cmd='"%SOFTWARE%\jedit\jedit4sinstall.exe" /s- /silent /norestart' />
        <remove cmd='"%PROGRAMFILES%\jEdit\unins000.exe" /sp- /silent /norestart' />
</package>