Coder Social home page Coder Social logo

stjordanis / emacs-msi-installer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arbv/emacs-msi-installer

0.0 1.0 0.0 44 KB

A (hopefully) better installation experince for GNU Emacs on Windows

License: Creative Commons Zero v1.0 Universal

XSLT 32.72% Batchfile 24.76% Emacs Lisp 42.53%

emacs-msi-installer's Introduction

Introduction

Emacs for Windows historically has been distributed in the form of ZIP archives. It is a very compatible way of distribution which allows the software to be used in the cases where the other methods of installation are unavailable. Yet, in some use cases, the full-featured installer makes more sense.

This project is my humble contribution to the Emacs community. It provides all the necessary code to build an MSI-installer for Emacs which features some basic optional integration with the Windows operating system. MSI installers also have some other benefits.

The project is a result of me solving the same task for another project which I help to maintain (Corman Lisp).

All the installers available in the project's download section bundle official, unmodified binaries of Emacs for Windows obtained directly from the main GNU FTP-site.

How to Build the Installer Manually

Building the installer is easy. Please follow these steps:

  1. Download and install WiX 3.x.
  2. Download an Emacs binary ZIP-archive from the main GNU FTP-site (e.g. emacs-26.1-x86_64.zip).
  3. Unpack the archive to the emacs directory.
  4. Run makemsi.bat to build the installer. It might take up to 20 minutes to complete.

A new, properly named installer file (e.g. emacs-26.1-x86_64.msi) and corresponding debugging information file (e.g. emacs-26.1-x86_64.wixpdb) will appear in the project's root directory.

Note to the Fellow Developers

You might want to adapt the installer for a different project. Also, you might want to build your own, pre-configured version of Emacs which suits your needs. It is perfectly fine, especially considering that it is not easy to stumble upon a full installer built using the WiX Toolset. In fact, the project is structured in a way which makes it easier to reuse. Moreover, it is distributed under the terms of CC0 License (basically it is public domain).

If this is your intentions, please, please, replace the UpgradeCode value in the installer\Config.wxi with your own, unique GUID. It is necessary to avoid conflicts with my Emacs installers. Thank you!

emacs-msi-installer's People

Contributors

arbv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.