cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
crashcarr
Engaged Sweeper
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
6 REPLIES 6
Hemoco
Lansweeper Alumni
Make sure you upgrade to the latest beta just to be sure.
crashcarr
Engaged Sweeper
I haven't. I've tried in IE10 and IE9 here with the same result. I will continue researching myself. Thank you for your assistance.
Hemoco
Lansweeper Alumni
Were you able to figure out the cause of this problem?
We can't reproduce it.
Hemoco
Lansweeper Alumni
The chrome/firefox dll is the same as in version 4.2, we're probably missing something that is different.

Do you see any change in the javascript when comparing 4.2 to 5.0?
crashcarr
Engaged Sweeper
It does work in 4.2 and I have tried with and without the quotes. Thanks!
Hemoco
Lansweeper Alumni
Does this work in version 4.2?

the slashes are automatically doubled because javascript needs this.

I'm guessing the problem is missing quotes around your path:
"C:\Program Files\DameWare Development\Dameware Mini Remote Control 7.5\dwrcc.exe" -d:DOMAIN -c -m:{computer} -a:1