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. Visual Basic
  4. Deploying windows applications

Deploying windows applications

Scheduled Pinned Locked Moved Visual Basic
csharpdotnetvisual-studiohelp
4 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.
  • B Offline
    B Offline
    Britnt7
    wrote on last edited by
    #1

    This is my first time deploying a windows application. I am able to deploy it correctly but I need some help with deploying it to a computer which doesn't have the .net framework installed. I am using visual studio 2002 with framework 1.0. Most example's only explain the framework 1.1. How is this done? Thanks:) Beginner in VB.Net

    D 1 Reply Last reply
    0
    • B Britnt7

      This is my first time deploying a windows application. I am able to deploy it correctly but I need some help with deploying it to a computer which doesn't have the .net framework installed. I am using visual studio 2002 with framework 1.0. Most example's only explain the framework 1.1. How is this done? Thanks:) Beginner in VB.Net

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      The machine you deploy your application to must have the Framework installed. The method of installation hasn't changed between 1.0 and 1.1. The examples you found for 1.1 will work with the 1.0 Framework. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      B 1 Reply Last reply
      0
      • D Dave Kreskowiak

        The machine you deploy your application to must have the Framework installed. The method of installation hasn't changed between 1.0 and 1.1. The examples you found for 1.1 will work with the 1.0 Framework. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        B Offline
        B Offline
        Britnt7
        wrote on last edited by
        #3

        How do I check to see if it does and if it doesn't install framework 1.0? Dotnetfx.exe can be redistributed with your setup. How do you do this? Thanks:) Beginner in VB.Net

        D 1 Reply Last reply
        0
        • B Britnt7

          How do I check to see if it does and if it doesn't install framework 1.0? Dotnetfx.exe can be redistributed with your setup. How do you do this? Thanks:) Beginner in VB.Net

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          It's called "bootstrapping". You can't include the .NET Redistributable in the .MSI that contains your application because one of the pre-launch conditions for install is that the .NET Framework already be installed! So, you must use a non-.NET managed application as a Setup program to check for the required software that must be installed, and unpackage and launch the appropriate installers for them, then, lastly, launch the .MSI setup for your application. See this[^] excellent article on CodeProject for an example and explanation. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          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