Answered
How to find exe location using Registry Key
Hi,
I am trying to use
var createProcessResult = window.cep.process.createProcess("C:/Program Files (x86)/Microsoft Office/root/Office16/WINWORD.EXE");
to launch Word Application.
But since the path to the WinWord exe can be different for users. So I am looking for a method to find the WinWord exe path programmatically. Probably by reading registry key values.
Please let me know if any CEP API can help me in doing this.
