Page 1 of 1

Embed runtimes to exe

Posted: Wed Feb 03, 2010 6:45 pm
by Rksk
howto embed vb runtime files to vb EXE ?

Re: Embed runtimes to exe

Posted: Wed Feb 03, 2010 11:12 pm
by Neo
According to my knowledge this is not possible.
You could download the VB runtime re-distributable from here.

However, if you use a setup program like InstallShield, it will handle all dependant DLLs automatically.

There are methods to embed EXE or any other file to a VB EXE, however it still require VB Runtime to run on a machine.