Hello Everyone,
When I try to open chrome browser thru Run option in Power Builder Run("chrome.exe"), it is not opening the chrome browser.
But if I specify the full path of chrome exe it opens the chrome browser successfully.
Run ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
My doubt here is, is this path can be hard coded in the application? Will it be same for different versions of windows.
If the path will be different for different windows installation, how can I get the chrome installation path dynamically from Power Builder.
Anyone have any code samples?
Regards,
Saravanan.
Will the registry key be same for different version of windows installation?