From 6da8a18fa1a48f21ce2bfabc69225dbcd7974480 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Fri, 28 Jun 2024 18:26:09 +0200 Subject: [PATCH] Fix old themes URL and a bad wix.exe option Signed-off-by: Mario Loriedo --- src/Docusaurus/docs/fourthree/faqs.md | 2 +- src/Docusaurus/docs/tools/wixexe.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Docusaurus/docs/fourthree/faqs.md b/src/Docusaurus/docs/fourthree/faqs.md index 44b29eb1..d0362911 100644 --- a/src/Docusaurus/docs/fourthree/faqs.md +++ b/src/Docusaurus/docs/fourthree/faqs.md @@ -329,7 +329,7 @@ To get the same behavior as v3, use `bal:DisplayInternalUICondition="WixBundleAc ### Upgrading custom wixstdba themes There were so many breaking changes done to the UI library (thmutil), the XML schema, and the built-in themes that it wasn't worth time trying to build a tool to convert v3 themes into v4. -Look at the built-in themes and rebuild your theme from one of them: https://github.com/wixtoolset/wix4/tree/HEAD/src/ext/Bal/wixstdba/Resources. +Look at the built-in themes and rebuild your theme from one of them: https://github.com/wixtoolset/wix/tree/v4.0.5/src/ext/Bal/wixstdba/Resources. (TODO: link to documentation about all the cool new features) diff --git a/src/Docusaurus/docs/tools/wixexe.md b/src/Docusaurus/docs/tools/wixexe.md index 8394f417..952de11a 100644 --- a/src/Docusaurus/docs/tools/wixexe.md +++ b/src/Docusaurus/docs/tools/wixexe.md @@ -90,7 +90,7 @@ wix msi decompile [options] {inputfile.msi|inputfile.msm} | `-type` _type_ | Optionally specify the input file type: _msi_ or _msm_. If not specified, type is inferred by file extension. | | `-intermediateFolder` _path_ | Optional working folder. If not specified, a folder in %TMP% is created. | | `-out` or `-o` _path_ | Optional path for the decompiled output file. If not specified, output path will have the same base name as the input file in the same directory. | -| `x` _path_ | If specified, export embedded binaries and icons to specified folder. | +| `-x` _path_ | If specified, export embedded binaries and icons to specified folder. | ### `wix msi inscribe` subcommand {#msiinscribe}