I added a custom action to the beta and it works great in IE but in Chrome it doesn't. It is a direct path to a local program we use to remotely connect to computers.
Here is what I put in the action:
C:\Program Files\DameWare Development\Dameware Mini Remote Control 7.5\dwrcc.exe -d:DOMAIN -c -m:{computer} -a:1
Here is what it changes it to:
javascript:runApp('C:\\Program Files\\DameWare Development\\Dameware Mini Remote Control 7.5\\dwrcc.exe -d:DOMAIN -c -m:COMPNAME -a:1','false');
IE doesn't seem to care about the additional slashes but Chrome does. Would this need an escape character for slashes or perhaps an update to the .dll for Chrome?
Thanks,
James