Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime install has missing dependency #1012

Closed
kennykerr opened this issue Jul 1, 2021 · 5 comments
Closed

Runtime install has missing dependency #1012

kennykerr opened this issue Jul 1, 2021 · 5 comments
Assignees
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration
Milestone

Comments

@kennykerr
Copy link
Contributor

kennykerr commented Jul 1, 2021

I tried installing the runtime from here:

https://github.com/microsoft/WindowsAppSDK/releases/tag/v0.8-preview

It works on a dev box but fails on a machine without dev tools installed:

---------------------------
ProjectReunion-0.8Preview-Install-x64.exe - System Error
---------------------------
The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix this problem.
---------------------------
OK  
---------------------------
@ghost ghost added the needs-triage label Jul 1, 2021
@jonwis jonwis assigned jonwis, DrusTheAxe and dkbennett and unassigned jonwis Jul 1, 2021
@jonwis jonwis added area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration and removed needs-triage labels Jul 1, 2021
@DrusTheAxe
Copy link
Member

DrusTheAxe commented Jul 1, 2021

I suspect the installer is linked with the VS CRT which isn't installed on the machine. It should be linked with the Hybrid CRT like we did here. I'll throw up a PR. Thanks for the bug!

I bet if you install the VS redistributable the installer will run fine.

@zaryaf
Copy link
Contributor

zaryaf commented Aug 5, 2021

@DrusTheAxe @dkbennett Is this still an ongoing issue or can we close?

@DrusTheAxe
Copy link
Member

DrusTheAxe commented Aug 6, 2021

@DrusTheAxe @dkbennett Is this still an ongoing issue or can we close?

This is a dupe of the 'Use the Hybrid CRT' issue/plan. The WindowsAppSDK repository (this one) was updated but not all of the WinAppSDK components have yet (including the installer?). I'm working with those components/devs so we expect to be 100% HybridCRT for 1.0 (but given schedules and vacations I don't expect it for 1.0-experimental1).

@dkbennett is the installer updated to play the HybridCRT game yet? If not we should keep this issue open until that's addressed.

@DrusTheAxe DrusTheAxe reopened this Aug 6, 2021
@ghost ghost added the needs-triage label Aug 6, 2021
@andrewleader
Copy link
Contributor

@DrusTheAxe is this fixed in 1.0?

@DrusTheAxe
Copy link
Member

@DrusTheAxe is this fixed in 1.0?

Yes fixed a while back just forgot to update this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration
Projects
None yet
Development

No branches or pull requests

7 participants