From 1832e2d286838a3da6426d6db1209735be4bb5ab Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 3 Jun 2025 18:19:31 +0900 Subject: [PATCH] msi: show checkbox to guide release note See https://docs.firegiant.com/wix3/wixui/wixui_customizations/ https://docs.firegiant.com/wix3/tutorial/net-and-net/launch-the-internet/ Note that CustomAction with WixQuietExec64 or Property and ExeCommand with asyncNowait wouldn't worked, so use ExeCommand with Directory=TARGETDIR. Signed-off-by: Kentaro Hayashi --- fluent-package/msi/source.wxs | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/fluent-package/msi/source.wxs b/fluent-package/msi/source.wxs index a7b784fdc..95641d74e 100644 --- a/fluent-package/msi/source.wxs +++ b/fluent-package/msi/source.wxs @@ -151,6 +151,10 @@ + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 AND NOT Installed @@ -291,6 +295,31 @@ Return="check" Impersonate="yes" /> + + + + + + + + + NOT Installed + NOT Installed + + NOT Installed NOT Installed