V
Vlad
Hi everyone,
I'm very new to .NET and visual studio (2005). I am working on a simple
project that uses .NET 2.0.
Most client computers do not have .NET installed. So I need some pointers on
how to code the application so it detects if .NET is installed on the
computer; if it's not there - install and only then execute the main code.
When I run the app on a machine without .NET installed, it generates an
error and closes ("Failed to initialize") before it even gets to the part
that detects .NETs presense.
Any ideas/pointers/code on how to get around this problem are greatly
appreciated.
Thanks
Vlad
I'm very new to .NET and visual studio (2005). I am working on a simple
project that uses .NET 2.0.
Most client computers do not have .NET installed. So I need some pointers on
how to code the application so it detects if .NET is installed on the
computer; if it's not there - install and only then execute the main code.
When I run the app on a machine without .NET installed, it generates an
error and closes ("Failed to initialize") before it even gets to the part
that detects .NETs presense.
Any ideas/pointers/code on how to get around this problem are greatly
appreciated.
Thanks
Vlad