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. WiX : how to find dependencies

WiX : how to find dependencies

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++visual-studiotutorial
3 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.
  • L Offline
    L Offline
    Leif Goodwin
    wrote on last edited by
    #1

    (Could not find a more appropriate location for this question.) We are looking to use WiX as our installer creator as it is so powerful, and not that hard to learn/use. But, it does not automatically find dependencies, whereas the VS installer automatically adds in standard merge modules. Is there any tool we can use to locate dependent merge modules such as Microsoft.VC80.MFC ?

    S 1 Reply Last reply
    0
    • L Leif Goodwin

      (Could not find a more appropriate location for this question.) We are looking to use WiX as our installer creator as it is so powerful, and not that hard to learn/use. But, it does not automatically find dependencies, whereas the VS installer automatically adds in standard merge modules. Is there any tool we can use to locate dependent merge modules such as Microsoft.VC80.MFC ?

      S Offline
      S Offline
      Sauro Viti
      wrote on last edited by
      #2

      You can use the Dependency Walker, which is provided with Visual Studio. To run it open a Visual Studio Command Prompt and execute depends.exe: the Dependency Walker lets you open an executable file and give you informations about dependencies and imported and exported symbols.

      L 1 Reply Last reply
      0
      • S Sauro Viti

        You can use the Dependency Walker, which is provided with Visual Studio. To run it open a Visual Studio Command Prompt and execute depends.exe: the Dependency Walker lets you open an executable file and give you informations about dependencies and imported and exported symbols.

        L Offline
        L Offline
        Leif Goodwin
        wrote on last edited by
        #3

        Thank you. Unfortunately it only tells us the DLLs. What we really would like to know is the merge modules. We can of course go through the DLLs, and locate the matching merge modules, but that is fairly time consuming.

        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