Where does the .NET Desktop Runtime installer launch from?

KKoop 0 Reputation points
2024-05-30T20:45:55.8333333+00:00

I have an installer for Gates Corp Design Power which recognizes that .NET Desktop Runtime is not installed and automatically initiates an installation of it. I need to know where it is finding the installer.

Also knowing what permissions to what, that the Runtime installer needs would be helpful.

Our desktops are locked down, and I am using a Privilege Manager to elevate the permission for the Design Power installer, but am blocked when the Desktop Runtime installation launches.

Thanks!

—K

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,136 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jiachen Li-MSFT 28,076 Reputation points Microsoft Vendor
    2024-05-31T02:31:34.6366667+00:00

    Hi @KKoop ,

    Usually, the automatically downloaded installation package is placed in a temporary folder on the system. You can press Win + R to open the run window, then type %temp% and press enter. This will open your temporary folder, where you can look for the relevant installation package.

    If it doesn't exist, then manually download the required installation package and install it.

    Best Regards.

    Jiachen Li


    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.


  2. KKoop 0 Reputation points
    2024-06-05T12:32:17.8566667+00:00

    Hi Jiachen,

    I had been working with the developer, but their response was a bit slow.

    For the record, the solution was to elevate the privilege on the path, which I noted above, using the following syntax:

    C:\users*\AppData\Local\Temp

    Once I had the path defined like that, the privilege elevation for the .NET Runtime installer works and the end-user is able to install the full application

    Thanks for your input!

    —K

    0 comments No comments