Difference between revisions of "GnuEmacs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(GNU Emacs 22)
(No difference)

Revision as of 22:16, 3 March 2008

Franz Inc. (Allegro C. Lisp) provides a Windows-installer for Gnu Emacs

 
<packages>

    <package
        id="emacs"
        name="GNU Emacs 22"
        revision="1"
        reboot="false"
        priority="55">

        <check type="uninstall" condition="exists" path="Gnu Emacs 22.1" />
        <install cmd='"%PACKAGES%\emacs221.exe" /S' />
        <remove cmd='"%PROGRAMFILES%\Gnu Emacs 22.1\uninstall.exe" /S' />

    </package>


</packages>