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 / C++ / MFC
  4. Deployment In C++

Deployment In C++

Scheduled Pinned Locked Moved C / C++ / MFC
c++sysadminhelpworkspace
5 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.
  • J Offline
    J Offline
    jannathali
    wrote on last edited by
    #1

    Hai, I am having a VC++ exe. i wat to create a setup file, I tried creating a setupfile by reading the msdn site.when i am running it, it is working in some machines, but not in other machines. will you please help me

    N 1 Reply Last reply
    0
    • J jannathali

      Hai, I am having a VC++ exe. i wat to create a setup file, I tried creating a setupfile by reading the msdn site.when i am running it, it is working in some machines, but not in other machines. will you please help me

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      Are you making the setup from your debug or your release version? If you are making it from debug, it probably is the reason why in some machines does not work. They probably are machines where visual studio is not installed, and so your program is missing the needed libraries and dlls to be able to run the application. What error do it appears in the machines where it is not working?

      Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpfull answers is nice, but saying thanks can be even nicer.

      J 1 Reply Last reply
      0
      • N Nelek

        Are you making the setup from your debug or your release version? If you are making it from debug, it probably is the reason why in some machines does not work. They probably are machines where visual studio is not installed, and so your program is missing the needed libraries and dlls to be able to run the application. What error do it appears in the machines where it is not working?

        Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpfull answers is nice, but saying thanks can be even nicer.

        J Offline
        J Offline
        jannathali
        wrote on last edited by
        #3

        i Am making it from the debug version.It is showing the error Application Not configuredf properly.Try reinstalling it.

        N A 2 Replies Last reply
        0
        • J jannathali

          i Am making it from the debug version.It is showing the error Application Not configuredf properly.Try reinstalling it.

          N Offline
          N Offline
          Nelek
          wrote on last edited by
          #4

          As I said, if you do the setup from the debug version and you try to run the application in a machine where no visual studio is installed... you may have problems. The debug versions sometimes need to have some DLLs and other files in the target computer to run correctly. Take a look with the dependancy-walker about what your programm needs when it is running and add it to the setup packet. Or do the setup with released version. If you do this, I strongly recommend to take a look into: Surviving the Release Version[^] Debugging Release Mode Problems[^]

          Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpfull answers is nice, but saying thanks can be even nicer.

          1 Reply Last reply
          0
          • J jannathali

            i Am making it from the debug version.It is showing the error Application Not configuredf properly.Try reinstalling it.

            A Offline
            A Offline
            Abhi Lahare
            wrote on last edited by
            #5

            Are you including visual studio runtime library in your setup? The Target machine may not have these files

            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