Visual Studio 2019 can't install Microsoft.VisualStudio.MinShell.Msi.Resources

MP 6 Reputation points
2020-11-02T05:50:14.56+00:00

Every time I try to install Visual Studio 2019, I get the error "Microsoft.VisualStudio.MinShell.Msi.Resources could not be installed". I have tried everything I have found on the Internet. When I go to the Download folder of the Visual Studio Installer and I execute the .msi file directly of the package I get the error that it is forbidden due to a software group policy. It is my laptop and I am the admin, so there is no reason why it should be forbidden.
If I try to execute with admin rights, it says that the package is not existing or it is broken.36679-dd-setup-20201101182419-001-microsoftvisualstudiom.txt
I have Windows 10 Home and I am trying to install Visual Studio 2019 Enterprise(the Community edition also does not work).

The log file is attached.
All Log files can be seen here: view

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,911 questions
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.
971 questions
{count} vote

4 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 26,231 Reputation points Microsoft Vendor
    2020-11-02T08:25:12.13+00:00

    Hi @MP ,

    After checking your logs, it seems that system policy on your machine blocks the Installer to install the MSI package.

    Please temporarily disable 3rd party anti-virus software and try the following steps to check if it works for you:

    1. Type “Administrative Tools” in search box
    2. Open “Local Security Policy
    3. Navigate to “Software Restriction Policies” (If it displays “No Software Restrictions Defined”, please right-click on the “Software Restriction Policies” node and select “New Software Restriction Policies”)
    4. Double-click on “Enforcement
    5. Select “All users except Local Administrators” and click on OK
    6. Restart your computer and run the Visual Studio Installer as administrator to repair the installation
    • If the answer is helpful, please click "Accept Answer" and upvote it.
      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.

    Sincerely,
    Anna

    1 person found this answer helpful.

  2. Merv Charles 6 Reputation points
    2021-06-16T06:42:55.08+00:00

    I don't have an answer for the above, but I am experiencing the very same and having tried all these suggestions I still can't install VS with workflows. I can install VS by itself, but as soon as I select any workflow I get the error message.

    Even returning to 2017 has issues now when I try to debug .asm files, I can't now open a watch window.?

    Merv

    1 person found this answer helpful.
    0 comments No comments

  3. Ana Sofia Moreira 21 Reputation points
    2021-03-25T15:12:51.867+00:00

    Do you have any suggestion to solve this problem?

    0 comments No comments

  4. Markus Tuwuna 1 Reputation point
    2022-09-12T12:15:32.797+00:00

    Run cmd.exe as an admin, then type "sfc /scannow". Then try again.

    0 comments No comments