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
However building the corresponding bundle project fails with
Bundle.wxs(12): error WIX0005: The BootstrapperApplicationRef element contains an unexpected child element 'WixStandardBootstrapperApplication'.
Question: is it even currently supported in WiX v4? Or am I doing it fundamentally wrong and there's another way of implementing it in WiX v4? My goal is to have a custom bootstrapper application in a wixlib which is based on WixStandardBootstrapperApplication and differs only by theming. Previously I was using a custom wixstdba.dll, now I don't need to do that.
The idea is to reference the custom application with minimum configuration required in the bundle project.
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.
-
Hi,
We used a custom bootstrapper application in a wixlib in WiX v3.
This is how it was defined in a wixlib:
and used in the project like this:
I've upgraded the definition in the wixlib to the following:
However building the corresponding bundle project fails with
Question: is it even currently supported in WiX v4? Or am I doing it fundamentally wrong and there's another way of implementing it in WiX v4? My goal is to have a custom bootstrapper application in a wixlib which is based on WixStandardBootstrapperApplication and differs only by theming. Previously I was using a custom wixstdba.dll, now I don't need to do that.
The idea is to reference the custom application with minimum configuration required in the bundle project.
Beta Was this translation helpful? Give feedback.
All reactions