Hi Guys,
I created a small application using the MS vstudio 2008. The application is using the ms charts controls.
my question is what's the best way to deploy this application to users that might not have microsoft framework 3.5
(or not have any version of the framework).
How do i deploy it with all the dependencies etc? I think the best that if during the installation it's detected that
the user machine has no framework 3.5 it will prompt the user to download and install it from Microsoft website
but I'm not sure how to put it all together.
any explantion or guidance will be great.
TIA
I created a small application using the MS vstudio 2008. The application is using the ms charts controls.
my question is what's the best way to deploy this application to users that might not have microsoft framework 3.5
(or not have any version of the framework).
How do i deploy it with all the dependencies etc? I think the best that if during the installation it's detected that
the user machine has no framework 3.5 it will prompt the user to download and install it from Microsoft website
but I'm not sure how to put it all together.
any explantion or guidance will be great.
TIA
Comment