Skip to content
⌘ NSIS Forum Archive

Restart a process

2 posts

real_yoni#

Restart a process

Hey,

During the installation I need to close the user's browsers. I found this function that does it all.

What I need is a way to restart the browsers. The question is how can I find the executable path of each browser. I've no problem locating their process. so can I get the exe path from the process somehow? So I can use it with the EXEC command.

Other Ideas are also welcome as well.

Thanks,
Y
MSG#
For chrome and firefox, the installatin path should probably be stored in the registry. For IE, I'm not sure. Maybe the same.