All Projects → arbv → emacs-msi-installer

arbv / emacs-msi-installer

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

Programming Languages

emacs lisp
2029 projects
XSLT
1337 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to emacs-msi-installer

iswix
Industrial Strength Windows Installer XML Application
Stars: ✭ 75 (+87.5%)
Mutual labels:  msi, wix-toolset, wix
kiosk-demo-electron
Package and distribute Electron Apps and run them in Kiosk mode on Windows 10
Stars: ✭ 68 (+70%)
Mutual labels:  msi, wix-toolset
cargo-wix
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
Stars: ✭ 142 (+255%)
Mutual labels:  msi, wix-toolset
SetupBuilder
Gradle plugin for building setups for different platforms.
Stars: ✭ 75 (+87.5%)
Mutual labels:  msi
psmsi
Windows Installer PowerShell Module
Stars: ✭ 122 (+205%)
Mutual labels:  msi
MSI-Z390-Gaming-Edge-AC OC
msi z390 gaming edge ac黑苹果OC引导
Stars: ✭ 25 (-37.5%)
Mutual labels:  msi
magento2-module-noreservations
No description or website provided.
Stars: ✭ 12 (-70%)
Mutual labels:  msi
Hackintosh-MSI-B460M-MORTAR-WIFI-i5-10500-iGPU-UHD630
微星B460M迫击炮wifi版主板黑苹果引导文件 MSI-B460M-MORTAR-wifi+i5-10500+iGPU-UHD630
Stars: ✭ 67 (+67.5%)
Mutual labels:  msi
mlfc
MSI Laptop Fan Control
Stars: ✭ 39 (-2.5%)
Mutual labels:  msi
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+87.5%)
Mutual labels:  msi
jobs.config
Scheduling recurring jobs.config builder/validator for Velo by Wix
Stars: ✭ 18 (-55%)
Mutual labels:  wix
vdproj2wix
A PowerShell script to convert a Visual Studio set-up project to a Wix script
Stars: ✭ 31 (-22.5%)
Mutual labels:  wix
MSI-Modern15-Hackintosh
My MSI Modern 15 Hackintosh repo
Stars: ✭ 16 (-60%)
Mutual labels:  msi
MSI-LED-Control
This is a custom controller for the MSI graphics cards.
Stars: ✭ 20 (-50%)
Mutual labels:  msi
dderl
Web based Data Explorer / Data Jump Station with Erlang In-Memory Support
Stars: ✭ 23 (-42.5%)
Mutual labels:  wix
MSI-mystic-light-tool
Open project to implement our own led effects for Mystic Light-enabled MSI products
Stars: ✭ 44 (+10%)
Mutual labels:  msi
MSI-GS63VR-Hackintosh
macOS Monterey on MSI gs63vr 7rf (hackintosh)
Stars: ✭ 19 (-52.5%)
Mutual labels:  msi
Electron Builder
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
Stars: ✭ 11,653 (+29032.5%)
Mutual labels:  msi
Movieapp
Discover Movies and TV shows - React Native
Stars: ✭ 1,766 (+4315%)
Mutual labels:  wix
react-native-navigation-drawer-extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 151 (+277.5%)
Mutual labels:  wix

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].