Embed runtimes to exe

Visual Basic Topics
Post Reply
User avatar
Rksk
Major
Major
Posts: 730
Joined: Thu Jan 07, 2010 4:19 pm
Location: Rathnapura, Sri Lanka

Embed runtimes to exe

Post by Rksk » Wed Feb 03, 2010 6:45 pm

howto embed vb runtime files to vb EXE ?
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Embed runtimes to exe

Post by Neo » Wed Feb 03, 2010 11:12 pm

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.
Post Reply

Return to “Visual Basic Programming”