|
-
Apr 18th, 2006, 09:49 AM
#1
Thread Starter
Member
VB System files
My deployment app is pretty much complete now, however i was wondering...
I have all the basic vb system files in my install but what about extra ones i added to my project? Like the dlls for my ADO sql connection and dlls for my data environment and reports?
Im assuming i do however that would mean adding alot more files and i dont want to be wasting time and space if they are unnecesary.
Thanks
-
Apr 18th, 2006, 01:12 PM
#2
Re: VB System files
you need to include any dependancy files your app may need to function properly...
in the case of having an ADO connection to a SQL Server database, you would need to distribute and have your installer run MDAC on the target PC to ensure the Microsoft Data Access Components needed for a VB app to interact with a SQL server are installed... many PCs will already have mdac, but you can't just assume they will...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|