Couldn't install Microsoft.IntelliTrace.ProfilerProxy.Msi

Frocalo 21 Reputation points
2022-01-28T06:10:04.007+00:00

Whenever I install the .NET desktop development workload for Visual Studio Community 2022 I get the error "Couldn't install Microsoft.IntelliTrace.ProfilerProxy.Msi"
I am an administrator. I have tried uninstalling and reinstalling Visual Studio, and repairing. 169280-dd-setup-20220128162906-errors.log

Edit: I fixed the problem by uninstalling my antivirus.

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.
966 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anna Xiu-MSFT 25,706 Reputation points Microsoft Vendor
    2022-01-28T08:55:22.597+00:00

    Hi @Frocalo ,

    Welcome to Microsoft Q&A!

    After looking at your logs, Package 'Microsoft.IntelliTrace.ProfilerProxy.Msi,version=15.0.21225.1,chip=neutral' failed to install. The installer has insufficient privileges to access this directory: D:\Programs\Microsoft Visual Studio\Shared\Common\IntelliTrace. The installation cannot continue.

    Please check the security setting of the folder and make sure you have the necessary permissions on it: D:\Programs\Microsoft Visual Studio\Shared\Common\IntelliTrace.
    • Administrators group: Full control
    • SYSTEM account: Full control
    • Everyone group: Read & Execute
    • Users group: Read & Execute

    Meanwhile, please check if you have specialized anti-virus, app-blocker, or GPO based permission software installed that maybe be denying access to this location.
    Temporarily disabling Windows Defender and\or Windows Defender Controlled Folder Access.

    Then, running VS installer as administrator to repair your VS installation.

    Sincerely,
    Anna
    *
    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.


0 additional answers

Sort by: Most helpful