Visual Studio Cordova tools using Google Canary

432 Views Asked by At

I am trying to use Visual Studio tools for Cordova, but deployment to Ripple fails saying, "Chrome must be installed in order to launch the app in Ripple". I am using Google Chrome Canary. Is there a setting somewhere that can override the search for Google Chrome standard?

2

There are 2 best solutions below

2
On

You can change the below reg key to point to custom location like Chrome Canary application location "C:\Users[username]\AppData\Local\Google\Chrome SxS\Application\chrome.exe" HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\shell\open\command

0
On

try to change a register value REGISTER LOCATION: HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome Change value for '(Default)' from 'Chrome' to 'Google Chrome'

Details are written in my blog, however, written in Korean.

http://hyunjong-lee.github.io/tech/2015/02/04/Apache_Cordova.html