[bug] Cant bundle after upgrade to 1.3 #6853
Labels
platform: Windows
priority: 1 high
scope: bundler
The bundler used in our cli to make installers
status: needs triage
This issue needs to triage, applied to new issues
type: bug
Describe the bug
Details
Running [tauri_bundler::bundle::common] Command
C:\Users\T\AppData\Local\tauri/WixTools\candle.exe -arch x64 main.wxs -dSourceDir=F:\work\T\target\release\T.exe
Windows Installer XML Toolset Compiler version 3.11.2.4516
Copyright (c) .NET Foundation and contributors. All rights reserved.
main.wxs
F:\work\T\target\release\wix\x64\main.wxs(101) : error CNDL0107 : Schema validation failed with the following error at line 1, column 5838: The element 'DirectoryRef' in namespace 'http://schemas.microsoft.com/wix/2006/wi' cannot contain text. List of possible elements expected: 'Component Directory Merge ##other:*'.
Error [tauri_cli_node] failed to bundle project: error running candle.exe
ELIFECYCLE Command failed with exit code 1.
Reproduction
No response
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
I found some interesting content of
main.wxs
, it seems some content has been HTML escape incorrectlyDetails
The text was updated successfully, but these errors were encountered: