Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a setup package in webserver (Installshield Single Image Exe)
I want to download the package from webserver and initialize the setup in unattended mode
from a windows form, when user clicks a button.. Is it possible ???
Can I get its installation progress also ??

Thanks
Posted

1 solution

This post here http://www.csharp-examples.net/download-files/[^] shows one method for downloading the file. Once downloaded you could execute the installer like described in this question from a while ago:
execute an exe file in C#[^]
Perhaps you will have to deal with execution permissions and alike, but that's for the next question.
 
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