Files
mercury/extras/windows_installer_generator/sample
Paul Bone a0f4980d9d Move unnecessary execute bits
extras/windows_installer_generator/sample/images/Exclam.ico:
extras/windows_installer_generator/sample/images/Info.ico:
extras/windows_installer_generator/sample/images/banner.bmp:
extras/windows_installer_generator/sample/images/bg.bmp:
samples/solutions/all_solutions.m:
samples/solutions/some_solutions.m:
    These files had their execute bit set unnecessarily.
2018-11-18 16:20:56 +11:00
..
2018-11-18 16:20:56 +11:00
2014-11-06 22:33:48 +11:00

This directory contains the program gen_merc_wxs, which can be used to generate
a windows installer for the Mercury distribution.

To compile gen_merc_wxs, first build the wix library in the parent directory
and then do:

mmc --make gen_merc_wxs

The script gen_merc_msi can then be used to generate a Windows installer
for Mercury.  See the comments in that script for usage information.