From 71f59be168c6f1404986f72403e1117af62acc49 Mon Sep 17 00:00:00 2001 From: alfeilex <101652401+alfeilex@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:25:24 +0100 Subject: [PATCH] #1095: Fix MSI Installation Drive Selection (#1096) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Hohwiller --- windows-installer/Package.en-us.wxl | 8 +++---- windows-installer/Package.wxs | 28 ++++++++++++------------- windows-installer/README.adoc | 4 ++-- windows-installer/WixUI_IDEasySetup.wxs | 20 ++++++++---------- 4 files changed, 28 insertions(+), 32 deletions(-) diff --git a/windows-installer/Package.en-us.wxl b/windows-installer/Package.en-us.wxl index 39c6c2018..e376eb18b 100644 --- a/windows-installer/Package.en-us.wxl +++ b/windows-installer/Package.en-us.wxl @@ -8,9 +8,9 @@ This file contains the declaration of all the localizable strings. - - + + - - + + diff --git a/windows-installer/Package.wxs b/windows-installer/Package.wxs index 2f925f830..f2d36bdfe 100644 --- a/windows-installer/Package.wxs +++ b/windows-installer/Package.wxs @@ -10,33 +10,32 @@ + + + + - - - - - - - - - - + + - - + + + + + @@ -52,7 +51,7 @@ @@ -73,6 +72,5 @@ - diff --git a/windows-installer/README.adoc b/windows-installer/README.adoc index 0a0bc4dc8..b108c5c0c 100644 --- a/windows-installer/README.adoc +++ b/windows-installer/README.adoc @@ -21,14 +21,14 @@ Ensure you have the following installed: 2. **Build the MSI package** - wix build Package.wxs WixUI_IDEasySetup.wxs -loc Package.en-us.wxl -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -d ProductVersion=${current.version} -o ideasy.msi + wix build Package.wxs WixUI_IDEasySetup.wxs -loc Package.en-us.wxl -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -o ideasy.msi == Debugging Installation Issues To debug the installation process and capture detailed logs, use the following command: ``` -msiexec /i IDEASY.msi /l*v install.log +msiexec /i IDEASY.msi /l*vx install.log ``` This will create a verbose log file (`install.log`) that can help diagnose installation issues. diff --git a/windows-installer/WixUI_IDEasySetup.wxs b/windows-installer/WixUI_IDEasySetup.wxs index c6420cf89..5c342c768 100644 --- a/windows-installer/WixUI_IDEasySetup.wxs +++ b/windows-installer/WixUI_IDEasySetup.wxs @@ -66,22 +66,20 @@ - - - - - - - + + + - - + + + + - - + +