Does `vc_redist.x64.exe /install /passive` restart a user's system?

user 0 Reputation points
2024-10-24T13:46:07.7666667+00:00

https://learn.microsoft.com/en-us/cpp/windows/redistributing-visual-cpp-files?view=msvc-170#command-line-options-for-the-redistributable-packages

This example command installs the x64 Redistributable. It shows installation progress, but doesn't require user interaction or a restart: vc_redist.x64.exe /install /passive /norestart

So does this mean that vc_redist.x64.exe /install /passive will restart Windows?

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,053 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 31,416 Reputation points Microsoft Vendor
    2024-10-25T03:44:24.64+00:00

    Hello @user,

    Welcome to Microsoft Q&A forum.

    So does this mean that vc_redist.x64.exe /install /passive will restart Windows?

    Yes, you are right.

    During the installing, it’s possible that Windows will be restarted automatically. But with argument /norestart, Windows will not restart automatically.

    If you run the vc_redist.x64.exe /help command in CMD, you will see details about the arguments.

    User's image

    User's image

    Feel free to let us know if you have any further concerns:)

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.