How to copy application on server to client ? Active X?
-
I offer a service which is done using an application. It needs to be run on client machine, is there anyway I can get it through without making client manually downloaded the file first then ran it again manually? I have been looking at ActiveX but can't relly find an article that show me how.. I am really new to ActiveX though.
-
I offer a service which is done using an application. It needs to be run on client machine, is there anyway I can get it through without making client manually downloaded the file first then ran it again manually? I have been looking at ActiveX but can't relly find an article that show me how.. I am really new to ActiveX though.
Not really. Remotely launching an executable is an extreme security risk, so it is VERY tightly controlled. More details on your application would be helpful. Is your code coming from a web site? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Not really. Remotely launching an executable is an extreme security risk, so it is VERY tightly controlled. More details on your application would be helpful. Is your code coming from a web site? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
The code is not from the website, however I used the coding for hardware infomation http://www.codeproject.com/csharp/Hardware\_Properties\_C\_.asp as an example. The application I wish to run is used to check for machine hardware infomation which is needed to be ran on client machine in order to get the infomation... is it that right? Is there any other way to do it? I read something on .cab today? Could it be a possible solution? http://msdn.microsoft.com/workshop/components/activex/packaging.asp#EXAMPLE Thank you,