From b0d899b76d4eda61fd2889e5d073f93542070c3f Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:25:33 +1000 Subject: [PATCH 1/2] feat(windows): as set native machine property firstvoices Fixes: #15260 --- oem/firstvoices/windows/src/inst/firstvoices.wxs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/oem/firstvoices/windows/src/inst/firstvoices.wxs b/oem/firstvoices/windows/src/inst/firstvoices.wxs index ad5b02e15c..a23285383e 100644 --- a/oem/firstvoices/windows/src/inst/firstvoices.wxs +++ b/oem/firstvoices/windows/src/inst/firstvoices.wxs @@ -1,5 +1,5 @@  - + + + + + @@ -179,6 +184,7 @@ 1 + From 7929345340620c2cb3c28041ad4e90b590fbedc3 Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:33:24 +1000 Subject: [PATCH 2/2] feat(windows): add WixUtilExtension to light cmd --- oem/firstvoices/windows/src/inst/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/firstvoices/windows/src/inst/build.sh b/oem/firstvoices/windows/src/inst/build.sh index cad414d39b..930779e082 100755 --- a/oem/firstvoices/windows/src/inst/build.sh +++ b/oem/firstvoices/windows/src/inst/build.sh @@ -74,7 +74,7 @@ function do_publish() { -sice:ICE82 -sice:ICE80 \ -dWixUILicenseRtf=License.rtf \ -out firstvoices.msi \ - -ext WixUIExtension firstvoices.wixobj desktopui.wixobj + -ext WixUIExtension -ext WixUtilExtension firstvoices.wixobj desktopui.wixobj # # Sign the installation archive