GnuEmacs

From WPKG | Open Source Software Deployment and Distribution
Revision as of 22:16, 3 March 2008 by 130.236.160.85 (Talk) (GNU Emacs 22)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>