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. .NET (Core and Framework)
  4. Deploying a .NET app

Deploying a .NET app

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpbusinesshelp
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.
  • A Offline
    A Offline
    antoine orchus tech
    wrote on last edited by
    #1

    Hi! We have finished writing our app in c#. Its cool, and it holds a video control from VSnet controls. Now, we can'T afford InstallShield, and were not gurus. Can someone kindly guides us through the steps we must take to make a good install... we need to install the NET framework unto the clients machines that all have different flavors of windows. and next we need to install our app. We need help! :-) Please, give us a hand, and show us in detail how we can deliver on time our app. Thanks! Orlanda Coding is a family business

    L 1 Reply Last reply
    0
    • A antoine orchus tech

      Hi! We have finished writing our app in c#. Its cool, and it holds a video control from VSnet controls. Now, we can'T afford InstallShield, and were not gurus. Can someone kindly guides us through the steps we must take to make a good install... we need to install the NET framework unto the clients machines that all have different flavors of windows. and next we need to install our app. We need help! :-) Please, give us a hand, and show us in detail how we can deliver on time our app. Thanks! Orlanda Coding is a family business

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You can create an install project using VS.NET. This will handle installing the files for your app. In order to install the .NET framework you need to look for the bootstrap application that MS has written. It basically checks to see of the framework is installed, installs it by running dotnetfx.exe (which can be downloaded from MS), and then runs your .msi install package. The bootstrapper sample is here http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/830/msdncompositedoc.xml[^] This would probably make a good little CP tutorial. Joel VssConnect - Remote SourceSafe(r) Access http://www.voxcode.com[^]

      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