You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am using Visual Studio 2022 and moved my wix3 projects to wix4.
When i moved my Bundle project to wix 4 my installer broke down. Error was:
[4468:5D8C][2023-11-08T12:44:06]e000: Error 0x8007000d: Window elements must contain either the Caption or StringId attribute.
[4468:5D8C][2023-11-08T12:44:06]e000: Error 0x8007000d: Failed to parse theme window element.
[4468:5D8C][2023-11-08T12:44:06]e000: Error 0x8007000d: Failed to parse theme.
[4468:5D8C][2023-11-08T12:44:06]e000: Error 0x8007000d: Failed to load theme from path: C:\Users\VLADIM~1.TER\AppData\Local\Temp\{D95169BF-9CE9-4F80-9D1E-F1057B19BF2C}\.ba\thm.xml
[4468:5D8C][2023-11-08T12:44:06]e000: Error 0x8007000d: Failed to initialize data in bootstrapper application.
So, i changed a Caption to window and updated schema to v4
My customrheme.xml file
How to fix this? Or at least how to find out the root of a problem?
When i turn off this theme, basic rtfLicense ui is shown and there is no problem, so it seems to be custometheme.xml problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am using Visual Studio 2022 and moved my wix3 projects to wix4.
When i moved my Bundle project to wix 4 my installer broke down. Error was:
So, i changed a Caption to window and updated schema to v4
My customrheme.xml file
Build was fine and no errors appear, but my ui is empty
My Bundle.wxs part with customtheme.xml reference
How to fix this? Or at least how to find out the root of a problem?
When i turn off this theme, basic rtfLicense ui is shown and there is no problem, so it seems to be custometheme.xml problem
Beta Was this translation helpful? Give feedback.
All reactions