thank you...I know it...
but I'd still like to know if there's any 'offical' way to display a dialog
in case .net framework is not installed..
as it may happens like:
- user install the msi (.net framework + my program)
- user uninstall the .net framework
- user run my program..
it is undesirable to see a program crash in any situration....giving our
error message is definitely a better way to do it..
or should I write a win32 application which check if the .net framework is
installed and the call createprocess to invoke the .net application?
thank you very much!