question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Find the correct default install location for dotnet windows MSI

See original GitHub issue

Right now the dotnet MSI installs by default into %programfiles%\Microsoft\dotnet.

  • Is %programfiles% the right place to install dotnet? This is where users typically expect files to be after installation. But the user needs admin privileges.
  • Is %LOCALAPPDATA%\Programs the right place to install? This becomes a per-user installation, though it can follow the user around the network. The user does not need admin privileges to install.

I like to get some feedback on this. cc: @Petermarcu @piotrpMSFT @blackdwarf @anurse

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:19 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
Sridhar-MScommented, Nov 19, 2015

Yes. And SxS is enabled by downloading zip packages.

0reactions
Sridhar-MScommented, Dec 3, 2015

Tracking OSX dotnet/cli#390

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install .NET on Windows
In this article, you'll learn how to install .NET on Windows. .NET is made up of the runtime and the SDK. The runtime...
Read more >
How do I set the default install path with a windows installer?
In a Visual Studio Setup project, you control the default install path by setting the DefaultLocation property of the Application Folder ...
Read more >
MSI Installer - Use user path as default installation path?
When I click on the project, go to "File System Editor" then click on the "Application Folder" you have a DefaultLocation in the...
Read more >
Running Visual Studio Code on Windows
By default, VS Code is installed under C:\Users\{Username}\AppData\Local\Programs\Microsoft VS Code . Alternatively, you can also download a Zip archive, ...
Read more >
4. Using Python on Windows — Python 3.11.4 documentation
The default installation directory for all-user installs ... and use Apps and Features, or else find Python in Start and right-click to select...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found