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. SetUp and Deployment with all prerequisites

SetUp and Deployment with all prerequisites

Scheduled Pinned Locked Moved C#
csharpdotnetvisual-studiocomsysadmin
2 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.
  • S Offline
    S Offline
    saud_a_k
    wrote on last edited by
    #1

    I made this SetUp project using VS 2005, that works fine. The only thing is that when select prequisites from project properties, I select .NET Framework 2.0, then I select 'Install from the same location' it builds fine. VS creates a folder in the bin>>debug dir. called dotnetfx, BUT, when I run the setup on another machine where .net 2.0 is not there, I recieve the Message box That .NET 2.0 is not installed ..blah blah blah.. I also tried to delete the Launch condition of .NET Framework , it does not go.... I searched on the net and found http://visualbasic.about.com/od/usingvbnet/a/SetupProj01\_2.htm I added the prerequisites but still, it doesn't install WHY?

    _____________________________________________________ Yea! I could be wrong...

    G 1 Reply Last reply
    0
    • S saud_a_k

      I made this SetUp project using VS 2005, that works fine. The only thing is that when select prequisites from project properties, I select .NET Framework 2.0, then I select 'Install from the same location' it builds fine. VS creates a folder in the bin>>debug dir. called dotnetfx, BUT, when I run the setup on another machine where .net 2.0 is not there, I recieve the Message box That .NET 2.0 is not installed ..blah blah blah.. I also tried to delete the Launch condition of .NET Framework , it does not go.... I searched on the net and found http://visualbasic.about.com/od/usingvbnet/a/SetupProj01\_2.htm I added the prerequisites but still, it doesn't install WHY?

      _____________________________________________________ Yea! I could be wrong...

      G Offline
      G Offline
      Glen Harvy 0
      wrote on last edited by
      #2

      Hi, You are telling the installer that dotnetfx MUST be installed first AND that if it isn't then dotnetfx.exe can be found in the same location as your program AND to run that first. If this is what you want to do then you will have to distribute dotnetfx bundled with your program.

      Glen Harvy

      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