Skip to content

Conversation

@webfiltered
Copy link
Contributor

@webfiltered webfiltered commented Aug 14, 2025

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

  • Automatically download & install VC++ redistributable during build process
  • Ensure admin elevation prompt is displayed in foreground

Implementation

  • afterPack.cjs: Downloads redistributable from Microsoft during build
  • installer.nsh: Checks for and installs VC++ during installation with proper UAC handling

@webfiltered webfiltered requested a review from a team as a code owner August 14, 2025 00:40
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Aug 14, 2025
@comfy-pr-bot
Copy link
Member

Test Evidence Check

⚠️ Warning: Test Explanation Missing

If 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.

⚠️ Warning: Visual Documentation Missing

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:

  • GitHub: Drag & drop media directly into the PR description
  • YouTube: Include a link to a short demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants