From 08cef4f7bfca38c7d139599a1ba2bee865bbdbc9 Mon Sep 17 00:00:00 2001 From: JGZ_YES Date: Sun, 2 Aug 2026 17:54:01 +0800 Subject: [PATCH] installer: switch to WixInternalUIBootstrapperApplication Directly shows MSI wizard (WixUI_InstallDir) without WixStdBA wrapper --- src/PazeE.Installer/Bundle.wxs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/PazeE.Installer/Bundle.wxs b/src/PazeE.Installer/Bundle.wxs index 2651bd8..b31ebce 100644 --- a/src/PazeE.Installer/Bundle.wxs +++ b/src/PazeE.Installer/Bundle.wxs @@ -13,23 +13,19 @@ AboutUrl="https://github.com/PazeE/paze" IconSourceFile="logo.ico"> - + - - + Vital="yes" />