Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit ac462bc

Browse files
l0rdbarnson
authored andcommitted
Fix old themes URL and a bad wix.exe option
Signed-off-by: Mario Loriedo <[email protected]>
1 parent 41bf30b commit ac462bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Docusaurus/docs/fourthree/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ To get the same behavior as v3, use `bal:DisplayInternalUICondition="WixBundleAc
329329
### Upgrading custom wixstdba themes
330330

331331
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.
332-
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.
332+
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.
333333

334334
(TODO: link to documentation about all the cool new features)
335335

src/Docusaurus/docs/tools/wixexe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ wix msi decompile [options] {inputfile.msi|inputfile.msm}
9090
| `-type` _type_ | Optionally specify the input file type: _msi_ or _msm_. If not specified, type is inferred by file extension. |
9191
| `-intermediateFolder` _path_ | Optional working folder. If not specified, a folder in %TMP% is created. |
9292
| `-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. |
93-
| `x` _path_ | If specified, export embedded binaries and icons to specified folder. |
93+
| `-x` _path_ | If specified, export embedded binaries and icons to specified folder. |
9494

9595

9696
### `wix msi inscribe` subcommand {#msiinscribe}

0 commit comments

Comments
 (0)