Difference between revisions of "GnuEmacs"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(GNU Emacs 22)
 
m
Line 1: Line 1:
 +
This is a silent installer for GnuEmacs.
 +
 
Franz Inc. (Allegro C. Lisp) provides a [http://www.franz.com/emacs/  Windows-installer for Gnu Emacs]
 
Franz Inc. (Allegro C. Lisp) provides a [http://www.franz.com/emacs/  Windows-installer for Gnu Emacs]
  

Revision as of 06:55, 4 March 2008

This is a silent installer for GnuEmacs.

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>