I'm currently trying to portablize a .NET application. As we expect .NET to be available on the machines where it will, it doesn't matter that it's not really portable.
At least we want to check for an installed .NET version. So I was happy to find the UsesDotNetVersion parameter in AppInfo.ini. I started the App on a PC without the required .NET and expected to some kind of dialog.
Nothing happened. So here are my questions:
- Is this feature already implemented?
- What behaviour is to expect when .NET is missing?
- Who does check for .NET - the launcher or the framework/menu?
I also tested some other apps which use .NET. They behave the same.
Can anyone help?
Thanks
Jens