|
-
Jul 15th, 2003, 07:27 PM
#1
Thread Starter
Registered User
Building .NET Framework together with Setup Deployment Project [Resolved]
When I build/rebuild my Setup Project, i get the following lines in the Output panel:
Building file 'E:\\Installer Project\Debug\Setup.msi'...
WARNING: This setup does not contain the .NET Framework which must be installed on the target machine by running dotnetfx.exe before this setup will install. You can find dotnetfx.exe on the Visual Studio .NET 'Windows Components Update' media. Dotnetfx.exe can be redistributed with your setup.
But i still managed to successfully build the "Setup.msi" for my project.
When I used this "Setup.msi" to install the program I developed on PC without .NET Framework, the installation will alert me and stop the installation immediately.
How can I redistributed .NET Framework (dotnetfx.exe) with my Setup Project "Setup.msi", so that instead of stopping from futher installation, user can automatically straight away install the .NET Framework if it is not found on the PC?
How can I do so?
please guide, thank you.
Last edited by albertlse; Aug 21st, 2003 at 08:16 PM.
-
Jul 15th, 2003, 07:49 PM
#2
Sleep mode
MSDN Help :
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003APR.1033/vsintro7/html/vxtskaddingnetframeworklaunchcondition.htm
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
|