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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Visual Studio 2005 Deployment

Visual Studio 2005 Deployment

Scheduled Pinned Locked Moved C#
csharpvisual-studiosysadminhardwarequestion
6 Posts 3 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.
  • M Offline
    M Offline
    Marco2250
    wrote on last edited by
    #1

    Hi All. I want do make a vstd2005 setup (windows application) that will contain in itself (embedded) all pre requisites. What option I need to choose in the prerequisites window of the setup project? Is the "Download prerequisites from the same location as my application"? Thx in advance. Best regards, Marco Alves.

    J 1 Reply Last reply
    0
    • M Marco2250

      Hi All. I want do make a vstd2005 setup (windows application) that will contain in itself (embedded) all pre requisites. What option I need to choose in the prerequisites window of the setup project? Is the "Download prerequisites from the same location as my application"? Thx in advance. Best regards, Marco Alves.

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      YOu'll need whatever your app requires. If it's a C# app, you'll need the .NET framework at least, so you'll check that as a prereq (done automatically, IIRC). If your app uses any 3rd party ActiveX controls, you'll need to distribute that. If your app requires any dlls to be installed into the GAC, you'll need to do that as well as part of the install. And so on.

      Marco2250 wrote:

      Is the "Download prerequisites from the same location as my application"?

      That means you're putting all the prereqs (i.e. .NET framework, etc.) on your website, instead of the vendor's website (i.e. Microsoft, etc.).

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: And in this corner, the Party of Allah The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      M N 2 Replies Last reply
      0
      • J Judah Gabriel Himango

        YOu'll need whatever your app requires. If it's a C# app, you'll need the .NET framework at least, so you'll check that as a prereq (done automatically, IIRC). If your app uses any 3rd party ActiveX controls, you'll need to distribute that. If your app requires any dlls to be installed into the GAC, you'll need to do that as well as part of the install. And so on.

        Marco2250 wrote:

        Is the "Download prerequisites from the same location as my application"?

        That means you're putting all the prereqs (i.e. .NET framework, etc.) on your website, instead of the vendor's website (i.e. Microsoft, etc.).

        Tech, life, family, faith: Give me a visit. I'm currently blogging about: And in this corner, the Party of Allah The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

        M Offline
        M Offline
        Marco2250
        wrote on last edited by
        #3

        Hi Judah, thx a lot. But, if I choose this option the pre requisites will be placed into my setup "cab" file? thx a lot. -- modified at 15:58 Tuesday 15th August, 2006

        J 1 Reply Last reply
        0
        • J Judah Gabriel Himango

          YOu'll need whatever your app requires. If it's a C# app, you'll need the .NET framework at least, so you'll check that as a prereq (done automatically, IIRC). If your app uses any 3rd party ActiveX controls, you'll need to distribute that. If your app requires any dlls to be installed into the GAC, you'll need to do that as well as part of the install. And so on.

          Marco2250 wrote:

          Is the "Download prerequisites from the same location as my application"?

          That means you're putting all the prereqs (i.e. .NET framework, etc.) on your website, instead of the vendor's website (i.e. Microsoft, etc.).

          Tech, life, family, faith: Give me a visit. I'm currently blogging about: And in this corner, the Party of Allah The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

          N Offline
          N Offline
          Nader Elshehabi
          wrote on last edited by
          #4

          Hello

          Judah Himango wrote:

          If your app uses any 3rd party ActiveX controls, you'll need to distribute that. If your app requires any dlls to be installed into the GAC, you'll need to do that as well as part of the install

          I thought the deployment project does that for you by checking the dependencies, doesn't it?

          Judah Himango wrote:

          That means you're putting all the prereqs (i.e. .NET framework, etc.) on your website

          I also thought that "Same location as my application" means the same folder. What website you mean? Regards:rose:

          J 1 Reply Last reply
          0
          • N Nader Elshehabi

            Hello

            Judah Himango wrote:

            If your app uses any 3rd party ActiveX controls, you'll need to distribute that. If your app requires any dlls to be installed into the GAC, you'll need to do that as well as part of the install

            I thought the deployment project does that for you by checking the dependencies, doesn't it?

            Judah Himango wrote:

            That means you're putting all the prereqs (i.e. .NET framework, etc.) on your website

            I also thought that "Same location as my application" means the same folder. What website you mean? Regards:rose:

            J Offline
            J Offline
            Judah Gabriel Himango
            wrote on last edited by
            #5

            Nader Elshehabi wrote:

            I thought the deployment project does that for you by checking the dependencies, doesn't it?

            Eh, sometimes. It can find ActiveX control dependencies, but it can't always do a proper install. Often times you'll need your installer to have the ActiveX control installer run as part of it.

            Nader Elshehabi wrote:

            I also thought that "Same location as my application" means the same folder. What website you mean?

            Yeah, that's what I meant: either the vendor's website, or your deploy location.

            Tech, life, family, faith: Give me a visit. I'm currently blogging about: And in this corner, the Party of Allah The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

            1 Reply Last reply
            0
            • M Marco2250

              Hi Judah, thx a lot. But, if I choose this option the pre requisites will be placed into my setup "cab" file? thx a lot. -- modified at 15:58 Tuesday 15th August, 2006

              J Offline
              J Offline
              Judah Gabriel Himango
              wrote on last edited by
              #6

              Marco2250 wrote:

              but, if I choose this option the pre requisites will be placed into my setup "cab" file?

              Ehhh I don't think so. I don't recall very well though, you'd have to try it out.

              Tech, life, family, faith: Give me a visit. I'm currently blogging about: And in this corner, the Party of Allah The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

              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