]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - Buildscr
MSI installer: offer to display the README file after install.
authorSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 07:00:25 +0000 (08:00 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 07:26:26 +0000 (08:26 +0100)
commit1620aef7c6ca54754111469a47645b26e049387e
treeba85832fff4af65c298632346ce2c647b525cfb3
parent8c0104ca0a188a2e039a2f6676e8b455ab148a1a
MSI installer: offer to display the README file after install.

This is a thing that the Inno Setup installer did, and that I didn't
get round to replicating when I rushed out the initial MSI in a hurry.

I've checked that this doesn't prevent unattended installation by
administrators: running 'msiexec /q /i putty-whatever.msi' as
administrator still installs silently after this change, without
popping up the README unexpectedly on anyone's desktop as a side
effect.

(I _think_ - but I'm still a long way from an MSI expert - that that's
because /q turns off the whole UI part of the MSI system, and the
loading of README is actually triggered by the transition away from
the final UI dialog box, which we now never visit in the first place.)
Buildscr
windows/installer.wxs