diff --git a/Buildscr b/Buildscr
index 6e2bbc3b..e530ad12 100644
--- a/Buildscr
+++ b/Buildscr
@@ -171,7 +171,7 @@ delegate windows
in putty/doc with htmlhelp do/win hhc putty.hhp & type putty.chm >nul
# Build the WiX MSI installer.
- in putty/windows with wix do/win candle -dWinver="$(Winver)" -dPuttytextver="$(Puttytextver)" installer.wxs && light -ext WixUIExtension -sval installer.wixobj
+ in putty/windows with wix do/win candle -dWinver="$(Winver)" -dPuttytextver="$(Puttytextver)" installer.wxs && light -ext WixUIExtension -ext WixUtilExtension -sval installer.wixobj
# Build the old Inno Setup installer.
in putty/windows with innosetup do/win iscc putty.iss
diff --git a/windows/installer.wxs b/windows/installer.wxs
index d4aa6c35..22ea6e4a 100644
--- a/windows/installer.wxs
+++ b/windows/installer.wxs
@@ -420,6 +420,9 @@
1
1
+ WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed
+
+
+
+
+
+