Setup File

  • Thread starter Thread starter Ghada Al-Mashaqbeh via DotNetMonster.com
  • Start date Start date
G

Ghada Al-Mashaqbeh via DotNetMonster.com

Hi all,

As you know any .Net application when installed need .net framework to be
installed on the target machine to run the application, I want to make a
setup file for my application with the following two options:
-- the setup file include the .net framework setup file, So my setup file
will install the ,net framework if it is not installed on the target machine.
-- My setup file also has the ability to install the .net framework form the
internet.

So the end user will select any option according to his needs and the
available resources.

Can you help me how to include such options with my setup file?

waiting a reply.

Thanx

Ghada
 
Hello, Ghada!

GAM> -- the setup file include the .net framework setup file, So my setup
GAM> file will install the ,net framework if it is not installed on the
GAM> target machine.

Have a look at
( http://support.microsoft.com/default.aspx?scid=kb;en-us;324733 )

GAM> -- My setup file also has the ability to install the .net framework
GAM> form the internet.

This option means that your setup will download .NET Framework and start the installation
in the reduce UI mode, this can be accomplished by a custom action

( http://www.c-sharpcorner.com/Code/2003/Dec/CustomInstallMG.asp )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top