Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying an application 1

Status
Not open for further replies.

ndalli

Programmer
Nov 6, 1999
76
MT
Hi

When creating the setup files for a VB application, a number of files are
created (CAB, EXE etc...).

Does anyone know how I could amalgamate all these into one exe, and when the
user clicks on the exe, the installation runs automatically.

I know that it is possible, but I do not know how or if another software is
required.

Thanks
 
With the PDW you need the setup.exe, setup.lst and the .cab file. All the user does is double click the setup.exe. The .lst tells the exe which files to install, how to install them and where. The .cab contains the files you need to install. You need to distribute all three but the user only deals with one.

To create a single setup fiel you will need to use another setup package. Something like Visual Studio Installer (free from microsoft) or INNO setup (free from There are also others out there that you can use.

Thanks and Good Luck!

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top