I am using nsis 2.46 version. In my script I am checking if chrome process is running or not.
Thanks, Rajesh
This piece of code works fine on windows 7 machine. However, in windows 10 it returns 0 even if chrome is running. I am not sure what is the problem here. Can someone help me with this?code:
Processes::FindProcess "chrome.exe"
StrCpy $bChromeProcessesRunning $R0
Thanks, Rajesh
Comment