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 8221649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T14:00:00+00:00 2026-06-07T14:00:00+00:00

I am developing an installer using Wix and need to kill a process (not

  • 0

I am developing an installer using Wix and need to kill a process (not application) silently during installation so the user doesn’t get a pop up asking to kill the process or wait and restart. I have seen solutions for killing an application but not a process.

  • 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-07T14:00:03+00:00Added an answer on June 7, 2026 at 2:00 pm

    After some digging around I found this solution which uses the WixUtilExtension Quiet Execution Custom Action http://wix.sourceforge.net/manual-wix3/qtexec.htm:

    <InstallExecuteSequence>
      <Custom Action='MyProcess.TaskKill' Before='InstallValidate'/>
    </InstallExecuteSequence>
    
    <Property Id="QtExecCmdLine" 
              Value='"[WindowsFolder]\System32\taskkill.exe" /F /IM MyProcess.exe'/>
    <CustomAction Id="MyProcess.TaskKill" 
                  BinaryKey="WixCA" 
                  DllEntry="CAQuietExec" 
                  Execute="immediate" 
                  Return="ignore"/>
    
    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="WindowsFolder" Name="WINDOWS"/>
        ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are developing a customized installer using Wix and Wpf. We have developed some
We are developing customized installer using visual studio 2008 installer project. The requirement which
We are developing a Windows application using C#. We would like to change the
I am developing an application in Netbeans, and it is using JavaDB. I can
I am developing an C# Visual Studio application and I am using a config.txt
i am developing an application which can play youtube video in webview using iframe.
I'm using nsis for developing an installer. As the last step there is a
I'm developing on WinXP Pro 32bit using VS2008 Pro. Do I need to create
I have been happily developing my application locally and using sqlite3 as database only
im developing QT application, and im using few icons this is my resource.qrc file

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.