I have created a small update tool for my software which remove some old DLLs and replace with new DLLs. Right now I am giving one folder with that tool which has all the new DLLs. Is there any way in VB6 that I can embedded all the DLLs in one executable as a resource file so that I have to give only one executable as an update tool

Plz Help