Install vc_redist #7641
Replies: 3 comments 4 replies
-
I used an ExecPackage in WiX3.x, but never found a DetectCondition as necessary. You could show the actual error message and the source code that causes the error. That can help to reproduce your problem and gives more chance to get an answer. Try a minimal reproducible example . Anyway, that's the excerpt from my bundle source code:
|
Beta Was this translation helpful? Give feedback.
-
Yes, I did the same or similar - but in Wix 4 a value for DetectCondition is now required (the documentation is very clear about this too) |
Beta Was this translation helpful? Give feedback.
-
Hi,
that's all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are many hits on stackoverflow about installing vc_redist with Wix 3.x but not 4.x
I'm trying to use an
ExePackage
to do the install but it's complaining thar I must specifyDetectCondition
In the past launching the vc_redist handled itself.
So what do I need to specify for
DetectCondition
when install vc_redist?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions