Install VC redistributable from a msi #7723
Unanswered
RoyZhang2022
asked this question in
Questions
Replies: 1 comment 1 reply
-
The Windows Installer does not support concurrent installs. The VC Redist install is hung waiting for your install to finish, and your install is hung waiting for the VC Redist to finish. You are deadlocked. This is why Bundles exist. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
My application has a dependency on Microsoft VC runtime libraries. So I want to include the VC runtime package in my msi installer. I added the following code to my wix file. The msi installer could be built sucessfully. But when I tested the installer, I could see the VC runtime installation could be started, but stopped at 1/3 and failed after 1 minute. I see this error from Windows event viewer. Does anyone have any idea of what is wrong? Tried on different machines and saw same problem.
--error info
--code
--VC redist installation stops at 1/3

Beta Was this translation helpful? Give feedback.
All reactions