greetings
i'm creating a setup project for my application. so far so good. VS.NET
creates the MSI for my application. but what I want is to also
distribute the dotnetfx.exe package to install automatically the .NET
Framework on destination machine, if this machine does not have .NET
Framework installed. How can I do this using VS.NET? I see the setup.ini
file that VS.NET creates and there is an entry
InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832
Can this be changed to something like InstallFile=dornetfx.exe?
Any ideas?
TIA
Almeida
Todd Derksen [MSFT] - 29 Jun 2004 19:12 GMT
Almeida, you are looking for the .NET framework bootstrapper avaialble for
download at:
http://msdn.microsoft.com/vstudio/downloads/tools/bootstrapper/
Todd Derksen
--------------------
Visual Basic Deployment Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Subject: application setup package with .net redist package within
>greetings
>
[quoted text clipped - 12 lines]
>
>Almeida