Skip to content

Include VC++ Redistributable with installer#592

Merged
charlespierce merged 1 commit intovolta-cli:masterfrom
charlespierce:vcc_redist
Nov 8, 2019
Merged

Include VC++ Redistributable with installer#592
charlespierce merged 1 commit intovolta-cli:masterfrom
charlespierce:vcc_redist

Conversation

@charlespierce
Copy link
Copy Markdown
Contributor

Closes #587

Our Windows executable requires that the Visual C++ Runtime is available in order to execute. This is often the case, however in brand-new installs (or as noted in the issue, the Windows Sandbox), it isn't always already installed. Given that, we should provide the VC++ merge module to make the runtime available on systems where it isn't already provided.

Followed the instructions here: https://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html to include the redistributable merge module, and based on testing by @pjking07 in the issue, it appears to resolve the problem and allow Volta to run on those systems.

@charlespierce charlespierce merged commit 94230d8 into volta-cli:master Nov 8, 2019
@charlespierce charlespierce deleted the vcc_redist branch November 8, 2019 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows: system error if VCRUNTIME140.dll is not previously installed

1 participant