Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Is it possible to silent install a software(.exe) from a remote location in C# ?

P.S. The location is sent by the server to the client and the installation is done on the client machine?

Please help!!!
Posted
Comments
[no name] 25-May-14 15:17pm    
Why do you need to install software on a computer without the owners knowledge or consent? That is what is sounds like you are asking.
sovit agarwal 25-May-14 15:20pm    
Well that is the requirement of my project...
sovit agarwal 25-May-14 15:22pm    
i need to perform some tests on the client machine for which i require to have few softwares installed. If it is not installed i need them to be installed silently
[no name] 25-May-14 15:28pm    
Okay.... so... to answer the question that you asked. Yes it is possible.
sovit agarwal 25-May-14 15:29pm    
can u enlighten on how is it done?

1 solution

Thank you for clarifying your purpose. This question is almost off-topic, because it is hardly related computer science or software development (unless you want to create some remote installation service and client by yourself), but is related to the user level, the use of some available software. You can just learn this topic: http://bit.ly/1nKrpQQ[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900