Embed runtimes to exe
Embed runtimes to exe
howto embed vb runtime files to vb EXE ?
Re: Embed runtimes to exe
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.
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.