Results 1 to 2 of 2

Thread: Building .NET Framework together with Setup Deployment Project [Resolved]

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Location
    Klang, Selangor, Malaysia
    Posts
    163

    Question 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.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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
  •  



Click Here to Expand Forum to Full Width