Re: Exe File Dependencies
Create an installation package. VB comes with the built in Package & Deployment wizard. When running this, it will put all necessary files into a folder named SUPPORT.
I like to use a different install program for the actual installer though, one like Inno Setup or Easy Install Creator. Easy Install Creator is the easiest to use for me. You can just point it to that SUPPORT folder and it will add/compress all the files into a single installation EXE that you can give to anyone.
Re: Exe File Dependencies