Does anyone have any idea how to include a dll in the compiled exe because it is looking for a msvb***.dll which people will only have if they have visual basic. I heard of a program called fusion , any ideas where to get that from?
Printable View
Does anyone have any idea how to include a dll in the compiled exe because it is looking for a msvb***.dll which people will only have if they have visual basic. I heard of a program called fusion , any ideas where to get that from?
Use the VB Setup Toolkit (VB5) or Package and Deployment Wizard (VB6). Fusion is at http://www.bit-arts.com/ but it's not free.
BTW, you'll get more responses when you post VB Questions in the General VB Questions forum. :)
I tried that and it didn't work. I'll try again :rolleyes:
Hello,
I don't think the package and deployment wizard actualy attaches the dll to the exe. I don't think there is a free way to do that, I don't know.
Good luck,
You can use Bitarts Fusion to do what you want, but you can also use a good installer such asInno Setup. Inno Setup will compile all of your install files into a single executable install file, and gives you great control over the install process. It's also free.