Quote Originally Posted by gigemboy
Thats what the MSI file is. A file you run that installs the program and any extra files you add to the project... Its a "Windows Installer Package", that can be double clicked and ran in windows...
Hi. Thanks for the reply. Yes, I know what an MSI is, and I know how to create MSI installers (using InstallShield or Wise). But what I want to know is if VB can be compiled with others files inside the compiled executable, and self-extract those files during runtime, similar to the AutoIt code on my first post.

Thanks.