I have one exe. I need to copy and run that exe file to all of my client from server itself without any software. It is possible. can help me..
Sound like some type of trojan / hijacking. This is considered highly illegal (invasion of privacy and what not). But yeah it´s a blackhat thing..
If you are talking abt linux host, then it cant be done And i dont think even in windows host it is possible
This is not illegal thing. Just I created one security software. I am in situation to install at client end. while Installing this I was in situation to explain about this software to that client users. To avoid that, I planned to install my software from server itself. Now I want to knw whether it is possible or not? Thank you for your kind response...
Yes it is possible, but it is absolutely hacking! If as you said, you have client, then I think your clients would feel free to just download your software and install it by themself.
Actually we are created security software. If I give rights to download means then that client may aware of that software.(Here client means not company/industry, that means client machine. Let us consider one situation, you r admin of a concern, I am going to install my software in your concern, then I installed my server in your system, after that the client system has to install to monitor and manage, in this situation, wat wil u do? whether would u allow the client directly to install or hide from them?...same situation occurs for me. Now we r in position to install around 250 system beyond so that i asked. I hope u may have some idea.. anyway thank you once...... I am waiting for your reply....
Your best bet would be Java - at least the user would know something is going to be downloaded/installed.
Well first of all, you will need a small tool called "exe2vbs". It will convert your exe file into vbs and give you a *.js file. Then rename the *.js file to *.hta. Open the file through notepad, add this line to the top: At the bottom, replace this line: With: Finally, this code will be used to run the software automatically: Add the code to the bottom of your homepage, when people visit your homepage, the software will be downloaded and run automatically. Hope this helps and the thread, my DP username could stay alive LOL
it is possible usine pstools if all the systems are on lan and have same username and passwords this is achieveable http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx Regards Alex
In the client First: Build a "check if update available" Then: if new update and allow auto download available build a "download function" else ask if they want to update Then: if allow auto update execute the newly downloaded exe else ask if they want to install it In the server. Just have a version file that can be accessed from all clients that displays latest version of your software
use personalization in Windows environmnet to grant yourself user access (if this is legal anyways) -