Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: Re: How do I get the Framework to install with my setup project...


Message #1 by "Jeff Mackie" <jeff@m...> on Fri, 27 Dec 2002 22:33:53
> I advise you to put dotnetfx.exe which is required to be installed with 
dot
net projects in the set up project and associate it with any of the user
interface (dialog form.)

so when the you run the set up dotnet framework automatically get installed
with the set up.
(dotnetfx.exe id provided in windows component update cd provided with
visual studio dot net.)

Hope it helps..
-- Manuj

----- Original Message -----
From: "Sven Nil" <bvs_sv_ni@h...>
To: "pro_VB_dotnet" <pro_vb_dotnet@p...>
Sent: Saturday, July 06, 2002 8:15 PM
Subject: [pro_vb_dotnet] Re: How do I get the Framework to install with my
setup project...


> If you start a new Wizard Setup project, there are some notes about the
> Framework. On the .NET component update CD, there is an exe-file that
starts
> updating to .NET Framework.
> Probebly it will ask for the CD, so you can deploy the CD with your setup
> package (it's legal), and automatically start the .NET Framework setup
from
> your setup wizard. I hope I gived you an advice.
> Search on msdn.microsoft.com for help.
>
> Sincerely,
> Sven Nilsen
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
> ---
> Change your mail options at http://p2p.wrox.com/manager.asp or
> to unsubscribe send a blank email to

>

As per microsoft...

.NET applications and components require the .NET Framework to be already 
installed on the computer where the application or control runs. 
Installers built using Visual Studio deployment also require the .NET 
Framework; therefore, you cannot install the .NET Framework as part of a 
deployment project. The .NET Framework must be installed using the .NET 
Framework redistributable (Dotnetfx.exe) before installing your 
application. For more information on installing the redistributable, 
see .NET Framework Deployment Guide.


  Return to Index