How do you make a setup application that will install the program as an application on the computer? Like setup.exe installs the program...
Printable View
How do you make a setup application that will install the program as an application on the computer? Like setup.exe installs the program...
You use a program like the Package & Deployment Wizard that comes with VB (alternatives are listed in the FAQ at the top of this forum).
P&DW will be on the Start menu near VB itself, and will guide you thru the process of creating an installation package.
Yah... I jstfigured out how to use that, but I am looking atsome better alternatives...
I just found Inno Installer... verry useful!!!