Package and Deployment

Not sure this goes in this fourm. Anyways I have created an app and I want to let people download it from the internet. My question is how do I put the (Cab files, LST file, and setup.exe) in to the same package. So when they download it from my website the setup runs automaticlly. I thought about putting the files in a Zip file, but then I have the problem of what if they dont have a program to unzip the file.

Anyone got any good suggestions?

Ps as always who ever answers my question will get reputation points. :)

Thanks,
Doc
[565 byte] By [Doc_Loveless] at [2007-11-19 7:27:22]
# 1 Re: Package and Deployment
make a self extracting zip file, which then runs your setup on completion of unzipping.
Pinky98 at 2007-11-9 20:44:41 >
# 2 Re: Package and Deployment
Well, If you are connected to a web server and have publishing rights..

You first create the Package, by clicking the Package button in P&D Wizard.
Afterwards, click the Deploy button. On the Deployment method screen select Web Publishing, On the Web Publishing Site screen select the destination URL (Or type it in), and select the Web Publishing Protocol (HTTP or FTP).
HanneSThEGreaT at 2007-11-9 20:45:41 >