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
Vadym Stetsyak - 21 Aug 2006 09:51 GMT
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