Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good Morning All,

I have to write a web service in such a way that it install an exe file from the server to my client system. Please help me to achieve this.

Thank You.
Posted
Comments
Sergey Alexandrovich Kryukov 19-Jan-15 1:43am    
Did you try to click on it? :-)
—SA
Dharanya K 19-Jan-15 1:53am    
Which i want to try clicking? I don't understand.
Sergey Alexandrovich Kryukov 19-Jan-15 1:58am    
:-)
Sinisa Hajnal 19-Jan-15 2:26am    
Provide a link to it and when clicked it will download. Whether it starts or not depends on the user.
Dharanya K 19-Jan-15 2:38am    
I provided a link which calls a function in my web service. I wanted to know that, is it possible to install an exe file without downloading from the server?

1 solution

Why do you need a webservice for your requirement, you can deploy your apps using clickonce deployment.
Have look here http://www.c-sharpcorner.com/uploadfile/37db1d/deploying-wpf-application-with-clickonce-deployment-techniques/[^] for more information
 
Share this answer
 
Comments
Dharanya K 19-Jan-15 5:44am    
A key will be provided by the customer. I need to check the key and then i need to install the product(Windows Application)

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