]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Comment that Inno Setup installer remains 32-bit only.
authorSimon Tatham <anakin@pobox.com>
Sat, 21 Jan 2017 14:55:53 +0000 (14:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 21 Jan 2017 14:55:53 +0000 (14:55 +0000)
Our Inno Setup installer is legacy as far as I'm concerned, so there's
no point in introducing a 64-bit version of it. 64-bit PuTTY users can
use the MSI from the start, and then there'll only ever have been one
kind of installer and they won't collide with one another.

Buildscr

index 914d969a4cbdc99c01041a87cb7e6692b9c0138c..9ea88a84ff77c2b611085a4bd9e5c3a418554d65 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -180,7 +180,7 @@ delegate windows
   in putty/windows with wix do/win candle -arch x86 -dWin64=no -dBuilddir=build32\ -dWinver="$(Winver)" -dPuttytextver="$(Puttytextver)" installer.wxs && light -ext WixUIExtension -ext WixUtilExtension -sval installer.wixobj -o installer32.msi
   in putty/windows with wix do/win candle -arch x64 -dWin64=yes -dBuilddir=build64\ -dWinver="$(Winver)" -dPuttytextver="$(Puttytextver)" installer.wxs && light -ext WixUIExtension -ext WixUtilExtension -sval installer.wixobj -o installer64.msi
 
-  # Build the old Inno Setup installer.
+  # Build the old Inno Setup installer, for 32-bit only.
   in putty/windows with innosetup do/win iscc putty.iss
 
   # Sign the installers.