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 javascript.
Is it possible? Please advise me.
below is some ideas of mine , but i don't know is it possible, So i open suggestion
The webclient was downloaded file to the client system, Can any possible way to download exe and get tha path for where it download?
download file with developer defined path?
Dynamically create folder in local system and download the exe in tht dynamic path?