]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/installer.wxs
Build an MSI installer for the new Win64 binaries.
authorSimon Tatham <anakin@pobox.com>
Sat, 21 Jan 2017 14:55:52 +0000 (14:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 21 Jan 2017 14:55:52 +0000 (14:55 +0000)
commitfaae648475c84f64f2c1eaa49b863f6ff92fd5d5
tree0527c8259850b73cf5d0364b103639d7288c4fec
parente6059f18d49410beaab5aa0679a7467ce021fdc1
Build an MSI installer for the new Win64 binaries.

The MSI format has a fixed field for target architecture, so there's
no way to build a single MSI that can decide at install time whether
to install 32-bit or 64-bit (or both). The best you can do along those
lines, apparently, is to have two MSI files plus a bootstrap .EXE that
decides which of them to run, and as far as I'm concerned that would
just reintroduce all the same risks and annoyances that made us want
to migrate away from .EXE installers anyway.
Buildscr
sign.sh
windows/installer.wxs