Do I need to include into the setup package follow files:
Asycfilt.dll
Oleaut32.dll
Stdole2.tlb
Olepro32.dll
COMCAT.DLL
VB6STKIT.DLL
I plan to install my VB program on 2000/XP/2003/Vista.
Printable View
Do I need to include into the setup package follow files:
Asycfilt.dll
Oleaut32.dll
Stdole2.tlb
Olepro32.dll
COMCAT.DLL
VB6STKIT.DLL
I plan to install my VB program on 2000/XP/2003/Vista.
Run the Package & Deployment Wizard, or get Inno Setup and run that. Either one will create a package that will include the files you need as an install package.
Moved to application deployment
Al42
This is wrong way. I need to minimize the size of the setup file. And I know that some of this files is not required for systems like 2000/XP/2003/Vista.
They are required I'm afraid... to ensure your program works, you need all of the files that it relies on, and you need to have certain versions of those files.
Windows 2000 does not include appropriate versions of those files by default, so if you don't install them then you need to hope that somebody else has already.
The method that Al42 suggested is not the wrong way at all - it is what you should be doing.