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
Originally posted by Lindsay-Mathieson September 15, 2024
Have the main installer sorted - does my desktop app and service ...
The discussion helped to identify the issue with the XML root Fragment elements (e.g. DotNetCompatibilityCheck) failing because of the unconditional *Ref element being inserted in the XML doc while it's only required for the non-root elements.
In the future even more explicit control might be required over project.AddWixFragment(...) but until the need is detected/confirmed a simple conditional auto-insert for *Ref is sufficient.
The text was updated successfully, but these errors were encountered:
oleg-shilo
changed the title
Avoid unnessesary *Ref element for Fragment definitions.
Avoid unnecessary *Ref element for Fragment definitions.
Oct 5, 2024
- #1652: Bundle DotNetCompatibilityCheck element suport
- #1653: Avoid unnecessary *Ref element for Fragment definitions.
- #1579: installDir variable erased depending on ManagedProject structure
- Updated custom dialogs to deal with changes in the size of Wix stock background images
Discussed in #1639
Originally posted by Lindsay-Mathieson September 15, 2024
Have the main installer sorted - does my desktop app and service ...
The discussion helped to identify the issue with the XML root
Fragment
elements (e.g.DotNetCompatibilityCheck
) failing because of the unconditional*Ref
element being inserted in the XML doc while it's only required for the non-root elements.In the future even more explicit control might be required over
project.AddWixFragment(...)
but until the need is detected/confirmed a simple conditional auto-insert for*Ref
is sufficient.The text was updated successfully, but these errors were encountered: