Issue with setup that check whether Visual Studio 2022 C# is installed. #9111
Unanswered
hugoqribeiro
asked this question in
Questions
Replies: 1 comment
-
That sounds like there is a problem in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
We've got this Wix project that uses a launch condition to check whether VS 2022 is installed.
This has been working perfectly for ages. Recently, we started having machines that wouldn't instance/upgrade the msi because the launch condition is not met (like if VS 2022 is not installed, which it is).
On one of these machines, the setup log includes the following messages:
Both
VS2022_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED
andVS2022_EXTENSIONS_DIR
are not being evaluated correctly (we tried removing the launch condition but the problem that is that things are installed in wrong places becauseVS2022_EXTENSIONS_DIR
is not defined.Any idea what could cause something like this or what else we could do to diagnose why this happens only on certain machines?
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions