I am currently working on asp.net,c# and javascript. I have tried to automatic download and install from server to client system.
I a partially done by using Webclient . I used this way : Download file and automatically save it to folder
But it's works only downloaded, But i don't know how to install this automatically?
Let me know i want to do, like the following requirements.
I have one exe file in my server, But i need to install this exe to client (local) system.
Automatically install and run the exe to local server by using browser download popup details.(ex: IE and Firefox) by using c# or JavaScript.
And I want to where is the file was downloaded and need to display that path to user like the exe was download path"@C/FolderName/Filename". using c# or java ...
Go to the complete details ...