shetty_rohan
Posts: 363
Joined: Fri Dec 07, 2012 5:28 am
Location: Bangalore, India
Contact: Website

Termintaing the process problem

I have created a custom action"Terminate Process" which terminates the UCSoftphone.exe. Is there any way to terminate the process only if it was launched by the currently logged in user?
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: Termintaing the process problem

Hi Rohan,

If you want to terminate the process only if it was launched by the currently logged it user, you can run the "Terminate Process" custom action as "Immediately". I'm not sure if this also happens on Windows XP and below.

Another solution is to create your own custom action that sets a property if the process is launched by the current user and then you use that property as a condition for the "Terminate Process" custom action.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
shetty_rohan
Posts: 363
Joined: Fri Dec 07, 2012 5:28 am
Location: Bangalore, India
Contact: Website

Re: Termintaing the process problem

Thank your for your response
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: Termintaing the process problem

You're welcome. Glad to help.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”