|
-
Apr 14th, 2007, 10:34 AM
#1
Thread Starter
Junior Member
[RESOLVED] Adding .Net Framework In my Project Deployment
I want to add .net framework with a checkbox to the user to ask whether they want the .NET framework to be installed it or not in the setup project can u please help.......
Thank You
-
Apr 14th, 2007, 10:59 AM
#2
Re: Adding .Net Framework In my Project Deployment
Don't ask the user. They need it to run your app so just install it if it's not already there. A .NET 2.0 installer will bootstrap the Framework installer by default. If the user doesn't already have the Framework installed it will be downloaded and installed on demand. You can also include the Framework with your installer by selecting the appropriate option when creating your installer.
-
Apr 14th, 2007, 11:07 AM
#3
Thread Starter
Junior Member
Re: Adding .Net Framework In my Project Deployment
 Originally Posted by jmcilhinney
Don't ask the user. They need it to run your app so just install it if it's not already there. A .NET 2.0 installer will bootstrap the Framework installer by default. If the user doesn't already have the Framework installed it will be downloaded and installed on demand. You can also include the Framework with your installer by selecting the appropriate option when creating your installer.
But i want a checkbox to be added which will let the user decide whether he wants to install it or not
-
Apr 14th, 2007, 11:11 AM
#4
Re: Adding .Net Framework In my Project Deployment
Why? What point is there in asking the user whether they want to install a component that is essential for the running of the application they are installing. That's like a car dealer asking you whether you want an engine. If the user chooses not to install the Framework then they can't run your app, so why are they installing it?
-
Apr 14th, 2007, 06:15 PM
#5
Frenzied Member
Re: Adding .Net Framework In my Project Deployment
you can use inno setup for that...
include the .net installer, define component and run if user selects that component... search in the newsgroups
http://news.jrsoftware.org/cgi-bin/h...ords=framework
but why do you want an option for the user...??? it must be installed to run your application...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|