Hi,
I am preparing for a .NET Framework 4.5 deployment. I will first check the computer to see if .NET Framework 4.5 is already installed. If it is installed already then there is no need to restart the computer. If .NET Framework 4.5 is not installed, the application will be installed and then I would like the computer to restart.
My plan was configure SCCM to After Running: Program restart computer.
If I find that .NET Framework is already installed, will it work to terminate the script with a return code 0? Will SCCM regard this as a failure because a restart did not occur?
Thanks,
Rob