Results 1 to 4 of 4

Thread: How do I run 2 setup programs

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: How do I run 2 setup programs

    Okay. Then I would recommend the following deployment scenario:

    1. Compile your "Helper" tool with an unique Product GUID. I would suggest to create a silent install or launch it in silent mode at runtime.

    2. Add the "Helper" tool executable to your main project(s). See attached screenshots. The code checks if the Helper Product GUID exists. If this is not the case, it "installs" the Helper.exe installer into the temporary Windows folder and launches it. Then it deletes the file.

    This will install the Helper tool.

    Does this help?

    Friedrich

    P.S. If you also need some tips on how to uninstall it from your main products, let me know.
    Attached Images Attached Images    

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •