Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix old themes URL and a bad wix.exe option #288

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading