Score:0

How do you check if Net Framework Developer Pack v4.6 and v4.0 is installed on the server?

ru flag

How do you check if Net Framework Developer Pack v4.6 and v4.0 is installed on the server? I have a Github action telling me to install these, and IT tells me both are installed. How do you check that? Is there a command line script I can run to see if they're installed?

Score:1
us flag

Detect .NET Framework 1.0 through 4.0

Each version of .NET Framework from 1.1 to 4.0 is listed as a subkey at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP

Detect .NET Framework 4.5 and later versions

The version of .NET Framework (4.5 and later) installed on a machine is listed in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

You can use this article for more information

How to: Determine which .NET Framework versions are installed

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.