Install .NETFramework depending on condtions
Although .NET is installed on all our desktops, the application to be deployed may require a newer version. It would be nice to use conditions to check prior to installing. What is the proper method to check (File or Registry) if .NET is installed?
Thanks!
0
Comments
According to this article you can query the registry.
Great! Good guide to start. Thanks!