hi all,

I work with creating installer packages using InstallShield and WISE. I have an exe created in VB6.0 that needs to run from the CD. Now in order for that exe to run, the target machine must have runtime dlls (msvbvm60.dll etc) and if they don't my installer would fail. To sure error free execution i want to distribute all DLLs/File necessary on the CD so exe could certainly run on all OSs.

Questions:
1-Do i need to have all the DLLs/tlb in the exe folder to ensure error free execution?
2-Do you think there might still be a risk of failing to run that exe on the target machine?

Comments?
Thanks
paracha3