chiark / gitweb /
Use WiX to generate an MSI-based Puzzles installer.
authorSimon Tatham <anakin@pobox.com>
Thu, 10 Mar 2016 18:37:24 +0000 (18:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 10 Mar 2016 18:37:24 +0000 (18:37 +0000)
commitfc6cc8fb2b9cbc97ccd6a74c8953cc1920013141
tree76bef0a5216120c0431c8375ba5d974eec8cbbaf
parentde91c4eac732d243b63025ce8759b77b27dce0eb
Use WiX to generate an MSI-based Puzzles installer.

I've reused most of the install script I wrote for PuTTY recently,
minus the selectable-features dialog, and plus some preliminary Mason
templating to automatically build the right set of puzzle binaries
into the installer.

Stable GUIDs are autogenerated by the same technique I use in PuTTY's
Visual Studio project file generation: hash a fixed pile of randomly
generated bits (that is, randomly generated _once_ and used forever)
with each filename or other identifier and use those as your random
number source.
Buildscr
winwix.mc [new file with mode: 0644]