WXS Fragment to create subfolders/files in install directory #11196
Unanswered
LickABrick
asked this question in
Q&A
Replies: 1 comment
-
If you run tauri build with the --verbose flag you will get the full wix logs which should hopefully help to debug this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I can't get my Wix fragment working to create an aditional folder in the install directory. The fragment looks like this:
My config contains:
"windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { "fragmentPaths": ["folder-fragment.wxs"], "componentRefs": [ "MySubfolderComponent" ] } }
I get an error
Error failed to bundle project: error running candle.exe
Beta Was this translation helpful? Give feedback.
All reactions