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 / C++ / MFC
  4. setup project

setup project

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++winformsdebuggingquestion
9 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.
  • F Offline
    F Offline
    Franken
    wrote on last edited by
    #1

    Hi everybody, I've written a mfc application which uses dundas gauge controls (together with windows forms). Everything works fine in debug or release mode but when I try to install the software on a different machine (windows XP, freshly installed) the application don't even start. Actually the installation works fine but the software don't run. I've checked all dependencies with dependency walker and also included "DundasWinGauge.dll" in the setup project (VS2005 setup wizard). DotNet is installed on the target machine. If I exclude the dundas gauge control then the application also runs on the target machine. Does anybody have an idea? Best regards, Frank.

    D C 2 Replies Last reply
    0
    • F Franken

      Hi everybody, I've written a mfc application which uses dundas gauge controls (together with windows forms). Everything works fine in debug or release mode but when I try to install the software on a different machine (windows XP, freshly installed) the application don't even start. Actually the installation works fine but the software don't run. I've checked all dependencies with dependency walker and also included "DundasWinGauge.dll" in the setup project (VS2005 setup wizard). DotNet is installed on the target machine. If I exclude the dundas gauge control then the application also runs on the target machine. Does anybody have an idea? Best regards, Frank.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      By chance, do you need vcredist_x86.exe on the target machine?


      "A good athlete is the result of a good and worthy opponent." - David Crow

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      F 1 Reply Last reply
      0
      • D David Crow

        By chance, do you need vcredist_x86.exe on the target machine?


        "A good athlete is the result of a good and worthy opponent." - David Crow

        "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

        F Offline
        F Offline
        Franken
        wrote on last edited by
        #3

        I don't know. What is vcredist_x86.exe? It's my first mixed-mode setup project. Actually it's my first setup project at all.

        D 1 Reply Last reply
        0
        • F Franken

          I don't know. What is vcredist_x86.exe? It's my first mixed-mode setup project. Actually it's my first setup project at all.

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Franken wrote:

          What is vcredist_x86.exe?

          See here.


          "A good athlete is the result of a good and worthy opponent." - David Crow

          "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

          F 1 Reply Last reply
          0
          • D David Crow

            Franken wrote:

            What is vcredist_x86.exe?

            See here.


            "A good athlete is the result of a good and worthy opponent." - David Crow

            "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

            F Offline
            F Offline
            Franken
            wrote on last edited by
            #5

            hm, this unfortunatly doesn't solve the problem:(. I've installed vcredist_x86.exe on the target machine but the error still occurs.

            D 1 Reply Last reply
            0
            • F Franken

              hm, this unfortunatly doesn't solve the problem:(. I've installed vcredist_x86.exe on the target machine but the error still occurs.

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #6

              Ok, could it be a (ActiveX) control that needs to be registered?


              "A good athlete is the result of a good and worthy opponent." - David Crow

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              F 1 Reply Last reply
              0
              • D David Crow

                Ok, could it be a (ActiveX) control that needs to be registered?


                "A good athlete is the result of a good and worthy opponent." - David Crow

                "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                F Offline
                F Offline
                Franken
                wrote on last edited by
                #7

                I use TeeChart as ActiveX Control but this doesn't seem to make problems. It is the only ActiveX control which I use. When I build the setup project with the ActiveX control and without the gauge control (dll) everything works fine. The gauge control don't have any ActiveX component.

                1 Reply Last reply
                0
                • F Franken

                  Hi everybody, I've written a mfc application which uses dundas gauge controls (together with windows forms). Everything works fine in debug or release mode but when I try to install the software on a different machine (windows XP, freshly installed) the application don't even start. Actually the installation works fine but the software don't run. I've checked all dependencies with dependency walker and also included "DundasWinGauge.dll" in the setup project (VS2005 setup wizard). DotNet is installed on the target machine. If I exclude the dundas gauge control then the application also runs on the target machine. Does anybody have an idea? Best regards, Frank.

                  C Offline
                  C Offline
                  carrivick
                  wrote on last edited by
                  #8

                  Is it you maifest file ?

                  F 1 Reply Last reply
                  0
                  • C carrivick

                    Is it you maifest file ?

                    F Offline
                    F Offline
                    Franken
                    wrote on last edited by
                    #9

                    I don't know wether the problem is due to the manifest file. I have know experience with mixed-mode setup projects. I just added the exe file to the setup wizard and when I compile the setup project it recognizes the dependency to the dundaswingauge.dll which is then added to the setup project. When I exclude the dundas gauge control from the project. The application runs fine also on the target machine. The dundaswingauge.dll doesn't show up in the manifest file. Might this be the problem? Best regards, Frank.

                    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