ClickOnce - Customer Requirements

I am currently working with some users who do not have the .NET Framework installed. I have a ClickOnce application that I am trying to deploy. This led me to two questions:

  • What is the minimum version of the .NET Framework required for these users computers? I heard .NET 2.0 and .NET 3.5.
  • If a user has .NET 2.0, do they need administrator rights to upgrade to .NET 3.5?

Thanks.

+3
source share
3 answers

At a minimum, you will need .NET 2.0 on your computer (otherwise the .application file will not be recognized), and I don't think you need administrator rights for .NET 3.5.

Hope this helps.

+2

, .NET Framework ClickOnce. .application - . ClickOnce .NET Framework , setup.exe.

"", .NET Framework ClickOnce. , "" ClickOnce, .NET Framework.

+11

, , . , , VS 2008 - , "", "".

Not sure about administrator requirements, so I will not assume.

0
source

Source: https://habr.com/ru/post/1716784/


All Articles