
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2012 08:21 PM
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
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
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2012 11:17 PM
Make sure you upgrade to the latest beta just to be sure.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2012 11:06 PM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2012 08:10 PM
Were you able to figure out the cause of this problem?
We can't reproduce it.
We can't reproduce it.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2012 11:18 PM
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?
Do you see any change in the javascript when comparing 4.2 to 5.0?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2012 11:12 PM
It does work in 4.2 and I have tried with and without the quotes. Thanks!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2012 10:30 PM
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
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
