Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8837431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:43:20+00:00 2026-06-14T09:43:20+00:00

I have two custom actions running two EXE files. But they get extracted at

  • 0

I have two custom actions running two EXE files. But they get extracted at the same time and the processes block each other during install. How do I schedule them one after the other?

<CustomAction Id="StartAppOnExit1"
              FileKey="UMIEXE"
              ExeCommand=""
              Execute="deferred"
              Return="asyncNoWait"
              Impersonate="no" />

<InstallExecuteSequence>
    <Custom Action="StartAppOnExit1"
            Before="InstallFinalize">$UMIEXE=3</Custom>
</InstallExecuteSequence>

<CustomAction Id="StartAppOnExit2"
              FileKey="Python"
              ExeCommand=""
              Execute="commit"
              Return="check"
              Impersonate="no" />

<InstallExecuteSequence>
    <Custom Action ="StartAppOnExit2"
            After="StartAppOnExit1" >$Python=3</Custom>
</InstallExecuteSequence>

Here is my code, but I seem to be getting an error with what you told.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:43:21+00:00Added an answer on June 14, 2026 at 9:43 am

    In product.wxs sequence them one after another and in custom action have a check to validate that the exe is executed and hold the process there only

    <Custom Action="FirstCustomAction" After="InstallFinalize">NOT INSTALLED AND NOT REMOVE</Custom>
    <Custom Action="SecondCustomAction" After="FirstCustomAction">NOT INSTALLED AND NOT REMOVE</Custom>
    

    in CustomAction
    WaitForExit() in process call.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my WiX projects I have two custom actions, in the same DLL. Both
I have two domains: mydomain.com and mydomain.fr They both correspond to the same IP
I have two custom ActionFilters on an action. In first of the actionfilters, I
I have one custom action (add) and two custom objects (favorites list) and (tv
I have two custom value transformers contained within my Other Sources folder, bound to
I have created two custom controls. On the basis of features any one of
I have two apps that use custom URL schemes to switch between each other.
I have two helper methods inside a custom View which are called by their
I have a UITableView with two custom cells and each of them has a
I have two ItemsControls, one a ListView, and one a custom control I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.