-
[RESOLVED] Embedded
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
-
Re: Embedded
I do believe there is a size limit on resource files. Easiest way is to use a third party packager program. They usually create a single setup.exe file. ;)
Or also using the self extracting edition of winzip will do it too.
-
Re: Embedded
Thanks :)
Any other suggestion?