T
Toma Catalin
Hello. I need to deploy an application written in NET 2.0. My first problem
is that I need to install the framework silentlly. I already found how to do
this, but I still have some questions:
1. How to I know for sure if the client has or not the framework.
2. If the client has a higher version, do I need to install 2.0(does the app
work better on the version it was built with?).
3. Do if have to write in the app config file that it should use a higher
version if it doesn't have 2.0? Or it does this automaticaly
I written 2 tests for the first question. The first one checks the registry
for a key Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727 and the
second test is running an console application written in .NET that returns a
number.What if the client has version 1.1...do I need to write an .NET app
that uses something specific to 2.0?
If someone can help me...thanks, I don't know much about deploying
applications.
is that I need to install the framework silentlly. I already found how to do
this, but I still have some questions:
1. How to I know for sure if the client has or not the framework.
2. If the client has a higher version, do I need to install 2.0(does the app
work better on the version it was built with?).
3. Do if have to write in the app config file that it should use a higher
version if it doesn't have 2.0? Or it does this automaticaly
I written 2 tests for the first question. The first one checks the registry
for a key Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727 and the
second test is running an console application written in .NET that returns a
number.What if the client has version 1.1...do I need to write an .NET app
that uses something specific to 2.0?
If someone can help me...thanks, I don't know much about deploying
applications.