[RESOLVED] How to add a .mdb file into the installer?
Hi! I just need to know this:
I have a project wich uses a database.mdb file. When I make the installer using the VB package wizzard, I realise that it does not includes the database... How can I include that file and use the installer to install it? Of course, I can do manual copy and paste of the file, but I would like the installer to do it automatically.
By the way, can you recommend me a better package?
I hope you can understand my english.
Thanks!
Re: How to add a .mdb file into the installer?
Re: How to add a .mdb file into the installer?
The Package and Deployment could also do that but I've heard Inno is better but I haven't touched it yet...
Re: How to add a .mdb file into the installer?
Oh thanks. Just one more question. Do they make the installer from the code and include each .ocx?
Thanks!
Re: How to add a .mdb file into the installer?
Re: How to add a .mdb file into the installer?
Re: How to add a .mdb file into the installer?
Quote:
Originally Posted by BrailleSchool
********** and innosetup
I use Wise and i would like to ask whether the innosetup will look for dependencies (associated files) like dlls from windows directory and include them in the package.