G
Guest
Hello,
I've written an application in .NET 2.0 and used ClickOnce deployment. I've
set the prerequisites options to 'download from component vendor's website'.
When users try to install it via the web, if they haven't got .NET framework
installed at all, then it asks them whether they want to open or save the
*.application file. Obviously this isn't good, so if this happens they don't
know what to do and I tell them to install the .NET framework version 2.0 and
then their machine will recognise the .application file and the app will
install, which it does.
But my question is, what if they have got version 1.0 or version 1.1 of the
..NET framework but not 2.0, will it know how to recognise the .application
file and then subsequently know that it needs to upgrade the .NET framework
to version 2.0 from the Microsoft website, or are .application files only
recognized with the advent of ClickOnce in v2.0?
I've written an application in .NET 2.0 and used ClickOnce deployment. I've
set the prerequisites options to 'download from component vendor's website'.
When users try to install it via the web, if they haven't got .NET framework
installed at all, then it asks them whether they want to open or save the
*.application file. Obviously this isn't good, so if this happens they don't
know what to do and I tell them to install the .NET framework version 2.0 and
then their machine will recognise the .application file and the app will
install, which it does.
But my question is, what if they have got version 1.0 or version 1.1 of the
..NET framework but not 2.0, will it know how to recognise the .application
file and then subsequently know that it needs to upgrade the .NET framework
to version 2.0 from the Microsoft website, or are .application files only
recognized with the advent of ClickOnce in v2.0?