Wix4 RC1: Strange Warnings when trying to detect Dotnet7 through netfx #7167
Answered
by
rseanhall
ChristianSauer
asked this question in
Questions
-
I have adapted a WIP slightly to try and detect if Dotnet7 desktop is installed.
this gives a lot of warnings, which I am unable to understand:
Does anybody know the cause of this? |
Beta Was this translation helpful? Give feedback.
Answered by
rseanhall
Jan 16, 2023
Replies: 1 comment
-
The warnings are trying to tell you that you're using something that isn't supported in a bundle. In v4, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChristianSauer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The warnings are trying to tell you that you're using something that isn't supported in a bundle. In v4,
netfx:DotNetCompatibilityCheck
is only implemented for MSI andnetfx:DotNetCoreSearch
is only implemented for bundles.