Detecting .NET Framework

  • Thread starter Thread starter Brad Allison
  • Start date Start date
B

Brad Allison

This is another form of a question I posed last night.

I know how to detect the .NET Framework using the installer bootstrap, but
what if the user wants to not install the program, but run it from the CD?
How would the program then detect for .NET or would this be an outside
script that has to be written? If so, any suggestions?

Thanks for the information

Brad
 
* "Brad Allison said:
I know how to detect the .NET Framework using the installer bootstrap, but
what if the user wants to not install the program, but run it from the CD?
How would the program then detect for .NET or would this be an outside
script that has to be written? If so, any suggestions?

The application cannot do that because it will only run if the .NET
framework is installed on the machine. You will have to write a
script/application (for example in C) which checks if the framework is
installed and launches the application.
 
Hi Herfried,

Is this the same answer as this one?

Can God make a stone which he cannot raise himself?

(From an old Jidish Witz)

:-))

Cor
 
I was sure that would be the answer, but what do I need to do to detect the
dependancy? I am not very experience at writing scripts.

Thanks for any information, articles or site that you can direct me to. You
are always very helpful.

And Cor, God can do all things if that answers your question :-).

Brad
 
* "Brad Allison said:
I was sure that would be the answer, but what do I need to do to detect the
dependancy? I am not very experience at writing scripts.

Some hints:

And Cor, God can do all things if that answers your question :-).

:-)
 
* "Cor Ligthert said:
Is this the same answer as this one?

Can God make a stone which he cannot raise himself?

(From an old Jidish Witz)

"Witz"? "Joke"?

:-)))
 
Hi Brad,

The complete Witz (Joke) is

The rabeh says to little Moos
God can do all things

And than little Moos ask the rabeh
Can God make a stone, which he cannot raise himself?

Cor
 
Back
Top