cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Kill Process using an MST

I have an application that installs via an MSI. I created an MST to install it silently and copy over some config files. However, the software doesn't like it if a specific exe is currently running on the machine and brings up a window to close it. How do I kill a process in the MST file as the "New Kill Process" custom action isn't available?

Thanks in advance.
Labels (1)
0 Kudos
(1) Reply
jaybee96
Level 8

because the MST cannot contain binary data.
setAllUsers.dll must be in the Binary data to call the function.

Alternative you can use a powershell or VBscript.
0 Kudos