Hello dear Wix# Community,
I tried to define 2 merge modules (WixSharp.Merge) in my component without making them part of a feature. (They are part of a UI component I'm using and have to be always installed).
But now I get the error:
Additional information: Merge Module XXX does not belong to any feature and "Complete" feature is not found
When I check the WXS I generate from the same project there is a Complete Feature (where are all my files of the setup are stored) but for some reason this is not found by the compiler.
I checked the Source Code of the Compiler class and there it searches for A XmlElement Feature with the name, is maybe the Completed feature added later?
How can I add the feature Complete? Or can I add a custom feature which is installed by default? Or do I have to use _WixSourceGenerated?
My second attept was to create a custom feature called Complete, but this only created a Completed.1. Also since I add two merge modules there is a bug that the Complete.1 feature is added twice in the xml which causes an error.
Thank you for Help and Greetings
Michi
Side Note:
I also noticed a bug setting the project.ControlPanelInfo.UrlInfoAbout causes the property to be written multiple times in the wxs, which causes a WiX error. Is this a known issue?
I tried to define 2 merge modules (WixSharp.Merge) in my component without making them part of a feature. (They are part of a UI component I'm using and have to be always installed).
But now I get the error:
Additional information: Merge Module XXX does not belong to any feature and "Complete" feature is not found
When I check the WXS I generate from the same project there is a Complete Feature (where are all my files of the setup are stored) but for some reason this is not found by the compiler.
I checked the Source Code of the Compiler class and there it searches for A XmlElement Feature with the name, is maybe the Completed feature added later?
How can I add the feature Complete? Or can I add a custom feature which is installed by default? Or do I have to use _WixSourceGenerated?
My second attept was to create a custom feature called Complete, but this only created a Completed.1. Also since I add two merge modules there is a bug that the Complete.1 feature is added twice in the xml which causes an error.
Thank you for Help and Greetings
Michi
Side Note:
I also noticed a bug setting the project.ControlPanelInfo.UrlInfoAbout causes the property to be written multiple times in the wxs, which causes a WiX error. Is this a known issue?