Link to home
Start Free TrialLog in
Avatar of funtus
funtusFlag for India

asked on

Downloading the single deployed setup file from the web

Hi Experts,

I have developed a desktop applications using vb.net version 1.1. Then I successfully created the setup files for the application, which consists of 5 files. Now I have a situation that I need to upload the setup files to the web. So I zipped all the files and uploaded the zip file to our web server. So anyone can download the zipped file, unzip the files, then run the setup. That things is working perfectly. But now I need to remove the zip-unzip things from there, in short, have to provide the users a link, which will automatically download the files and don the installations.

Please help me with a solution for how to create a single installation file from the set of setup files and make that availabe to the web for downloading.

Thanks in advance,
Funtus
Avatar of Wayne Taylor (webtubbs)
Wayne Taylor (webtubbs)
Flag of Australia image

Hi funtus,

If you have access to VS2005, you can use ClickOnce -> http://msdn.microsoft.com/clickonce

Regards,

Wayne
Avatar of funtus

ASKER

Thanks Wayne.
But as I had mentioned earlier, I'm using VS2003 with Dotnet 1.1 framework.
ASKER CERTIFIED SOLUTION
Avatar of Wayne Taylor (webtubbs)
Wayne Taylor (webtubbs)
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial