S
stuart
I have a C# app deployed at a number of sites, that automatically
downloads updates from a web server overnight, and restarts itself.
It's written for .Net 1.1, but I want to switch over to 2.0. As some of
the users may not have the 2.0 framework installed, I can't deploy the
next version automatically. Is there a way I can test for 2.0 from my
1.1 app to see if the new version can be installed without user
intervention?
Stuart.
downloads updates from a web server overnight, and restarts itself.
It's written for .Net 1.1, but I want to switch over to 2.0. As some of
the users may not have the 2.0 framework installed, I can't deploy the
next version automatically. Is there a way I can test for 2.0 from my
1.1 app to see if the new version can be installed without user
intervention?
Stuart.