I have created a windows application and want to run it on click of a button in ribbon in crm 2011.
I have the exe of it. How can i do that.
I have tried this in web resource
var _Object=new ActiveXObject( "WScript.Shell" ) ;
_Object.Run("C:\\folder1\\folder2\\abc.exe" );
..