Get list of installed .Net Framework versions

  • Thread starter Thread starter Sagar R Kale
  • Start date Start date
S

Sagar R Kale

Guest
Hi,

I have a specific need to list all installed .Net Framework versions in a Drop down. I tried below solution, but it gives results based on the latest SubKey available in Registry. This way, the output shows even non-available Framework versions as well.

Scenario: A system has .Net 4.6, 4.6.1, 4.7.1,4.8 .Net framework tools installed, then the output should list only these ones.

Determine which .NET Framework versions are installed

After applying the solution provided in above link, the output shows, all framework versions starting 4.6 till 4.8, which is not as per my requirement.

1594455


How can i filter the list to only, available .Net framework version?


Thanks in advance,

Sagar

Continue reading...
 
Back
Top