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

Ensure that VC++ Redistributable is installed during installation #49

Open
mschuettlerTNG opened this issue Jan 23, 2025 · 0 comments
Open
Assignees
Milestone

Comments

@mschuettlerTNG
Copy link
Collaborator

mschuettlerTNG commented Jan 23, 2025

Previously we implemented a .nsh script snippet that would install the VC++ Redist during AI-Playground setup. This snippet was missed when the build scripts were moved to the public repo and should be added again to ensure that users have a working runtime environment.

    ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64" "Installed"
    ${If} $0 != "1"
      DetailPrint "Installing Microsoft Visual C++ Redistributable..."
      inetc::get /CAPTION " " /BANNER "Downloading Microsoft Visual C++ Redistributable..." "https://aka.ms/vs/17/release/vc_redist.x64.exe" "$TEMP\vc_redist.x64.exe"
      ExecWait "$TEMP\vc_redist.x64.exe /install /norestart"
    ${EndIf}
@mschuettlerTNG mschuettlerTNG added this to the Next milestone Jan 23, 2025
julianbollig added a commit that referenced this issue Jan 23, 2025
Signed-off-by: julianbollig <[email protected]>
julianbollig added a commit that referenced this issue Jan 23, 2025
Signed-off-by: julianbollig <[email protected]>
julianbollig added a commit that referenced this issue Jan 23, 2025
julianbollig added a commit that referenced this issue Jan 27, 2025
Signed-off-by: julianbollig <[email protected]>
julianbollig added a commit that referenced this issue Jan 27, 2025
@mschuettlerTNG mschuettlerTNG modified the milestones: Next, Jan Jan 28, 2025
julianbollig added a commit that referenced this issue Jan 29, 2025
Signed-off-by: julianbollig <[email protected]>
julianbollig added a commit that referenced this issue Jan 29, 2025
julianbollig added a commit that referenced this issue Jan 30, 2025
Signed-off-by: julianbollig <[email protected]>
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

No branches or pull requests

2 participants