Thomas Kluyver ac4337393f Platform requirements 7 سال پیش
..
README.md ac4337393f Platform requirements 7 سال پیش
installer.cfg d31ffd430a Experiment with building MSI installer for Mu using Wix 7 سال پیش
prep_files.py d31ffd430a Experiment with building MSI installer for Mu using Wix 7 سال پیش
wixit.py d31ffd430a Experiment with building MSI installer for Mu using Wix 7 سال پیش
wrapper.wxs 618aaeec35 More notes 7 سال پیش

README.md

Packaging Mu using WiX

This is an experiment. So far, it's nearly but not quite working.

To build the MSI package:

  1. You need a Windows machine with Wix and Python installed.
  2. Run pynsist installer.cfg --no-makensis to assemble the necessary files. (If necessary, pip install pynsist)
  3. Run prep_files.py in this folder to move some files and call 'heat' to make a list of the files.
  4. Run wixit.py in this folder to build the msi package.

Resources