Can not add child element <Bundle> to <Wix> #8815
Replies: 2 comments
-
The documentation also says this:
emphasis mine So, remove the |
Beta Was this translation helpful? Give feedback.
-
Thank you Rob for quick response. It's a bummer this was not easier spoted in the documentation, as I have spent 2 days figuring out why it does not work. and trying all kinds of trick to solve my root problem. Anyway I guess the problem lies in what is possible to do with a msi :-) Anyway, I still have the problem how to add an external installer (when in the form of a msi or exe) Anyway, I realy appreciated your quick repsonse. |
Beta Was this translation helpful? Give feedback.
-
I can not add the child element to
Like:
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
Under the Bundle keyword i have "squigle" lines
When compiling, I receive :
The element 'Wix' in namespace 'http://wixtoolset.org/schemas/v4/wxs' has invalid child element 'Bundle'. List of possible elements expected: 'Fragment' in namespace 'http://wixtoolset.org/schemas/v4/wxs'.
Installer C:\Users\notne\source\Workspaces\Picsara\2024-Branch\Installer\Package.wxs 120
I'm using Visual Studio.
I have installed HeatWave:
I have tried on two different computers, same result.
In my project file i have:
The documentation clearly says Bundle should go under
I'm trying to add an external installer.exe to my installer project, have spent two days on this now and getting quite frustrated!!!
Please help
/Thomas
Beta Was this translation helpful? Give feedback.
All reactions