Hey could someone guide me here? Here is my situation:
I have a piece of software that requires .Net 4.5.1 or Higher to be installed. I want to put some sort of logic into the script that checks the workstation. If 4.5 or less is installed it will install 4.6.1 but if the workstation has 4.5.1 or higher it will just install the application.
I know what everyone is saying, why not just install 4.6.1 and be done with it? Don't want to take a chance on breaking something!
any advice would be greatly appreciated.
thanks.