Skip to content

Commit

Permalink
Fix old themes URL and a bad wix.exe option
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <[email protected]>
  • Loading branch information
l0rd committed Jun 28, 2024
1 parent 41bf30b commit 6da8a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Docusaurus/docs/fourthree/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/Docusaurus/docs/tools/wixexe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6da8a18

Please sign in to comment.