Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Including dotnetfx.exe in deployment project

Including dotnetfx.exe in deployment project

Scheduled Pinned Locked Moved C#
csharpvisual-studioannouncementdotnetsysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kyledunn
    wrote on last edited by
    #1

    Upon first pass it appears as thought the dotnet framework is no longer embedded and automatically deployed with VS.NET microsoft installer deployment projects as it was in Release Candidate 1. I was hoping not to have the user have to run the dotnetfx.exe redistributable separately before they could install the .NET application I have written. When I compile a deployment project I get the 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 can be redistributed with your setup." Does any know a way to have the dotnetfx.exe automatically run when a new .NET application is being installed? Any ideas on other options? Kyle

    J 1 Reply Last reply
    0
    • K kyledunn

      Upon first pass it appears as thought the dotnet framework is no longer embedded and automatically deployed with VS.NET microsoft installer deployment projects as it was in Release Candidate 1. I was hoping not to have the user have to run the dotnetfx.exe redistributable separately before they could install the .NET application I have written. When I compile a deployment project I get the 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 can be redistributed with your setup." Does any know a way to have the dotnetfx.exe automatically run when a new .NET application is being installed? Any ideas on other options? Kyle

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      Thomas Scheidegger had this to say about it on the DOTNET mailing list. MS did a last-minute change in deployment strategy! .NET Framework Deployment Guide: [http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp](http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp) and in special for VS.NET and .msm: [http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp](http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp) the solution seems to be a 'Bootstrapper' hack.....   Thomas James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002

      K 1 Reply Last reply
      0
      • J James T Johnson

        Thomas Scheidegger had this to say about it on the DOTNET mailing list. MS did a last-minute change in deployment strategy! .NET Framework Deployment Guide: [http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp](http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp) and in special for VS.NET and .msm: [http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp](http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp) the solution seems to be a 'Bootstrapper' hack.....   Thomas James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002

        K Offline
        K Offline
        kyledunn
        wrote on last edited by
        #3

        That was very helpful. Thank you. Kyle

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups