-
Notifications
You must be signed in to change notification settings - Fork 183
Add VC++ to the Windows installer #1248
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
base: main
Are you sure you want to change the base?
Conversation
Uses `BUILD_RESOURCES_DIR` env var to read the exe and include in NSIS installer bundle. Filename: vc_redist.x64.exe
Test Evidence CheckIf this PR modifies behavior that requires testing, a test explanation is required. PRs lacking applicable test explanations may not be reviewed until added. Please add test explanations to ensure code quality and prevent regressions. If this PR changes user-facing behavior, visual proof (screen recording or screenshot) is required. PRs without applicable visual documentation may not be reviewed until provided. You can add it by:
|
Overview
Bundle Visual C++ Redistributable with Windows installer to ensure runtime dependencies are met.
User Impact
Removes the requirement for users to manually download and install VC++ redistributable.
Key Changes
Implementation
afterPack.cjs: Downloads redistributable from Microsoft during buildinstaller.nsh: Checks for and installs VC++ during installation with proper UAC handling