CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2003
    Location
    Springfield
    Posts
    190

    C# App deployment Framework detection

    I created a Setup Project for my C# Application.
    Though I selected

    Download prerequisites from the component vendor's web site,

    it happens that when I launch Setup.exe the Framework 3.5 SP1 setup is asked to be downloaded, even though Framework 3.5 SP1 is already installed! If I double click the .msi file my setup app runs immediately instead.
    The same setup build, on some other PC works fine (it correctly detects the presence of the framework). One of the PC where it does not work correctly is the developer's machine.

    Everything with Microsoft Visual Studio 2008 with Framework 3.5 SP1 (which is my app's prerequisite).

    thanks to anyone who'll help.
    Mr. Burns

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: C# App deployment Framework detection

    check if the Framework 3.5 SP1 is installed properly in the developer's machine where it is not getting installed properly.
    Also since it works fine when you click on .msi file looks like you have not built the setup.exe properly, revive once again building it...

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

Featured