浏览代码

Some links to Wix resources used

Thomas Kluyver 7 年之前
父节点
当前提交
2944efdd5c
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      examples/_mu/README.md

+ 6 - 1
examples/_mu/README.md

@@ -7,4 +7,9 @@ To build the MSI package:
 1. Run `pynsist installer.cfg --no-makensis` to assemble the necessary files.
 2. Run `prep_files.py` in this folder to move some files and call 'heat' to
    make a list of the files.
-3. Run `wixit.py` in this folder to build the msi package.
+3. Run `wixit.py` in this folder to build the msi package.
+
+## Resources
+
+- https://www.codeproject.com/Tips/105638/A-quick-introduction-Create-an-MSI-installer-with
+- https://www.firegiant.com/wix/tutorial/getting-started/the-files-inside/