Hi,
I am writing an application which takes a vb6 project and needs to compile it with some data files into a single installation file the same as the visual studio 6 packaging and deployment wizard does. What I was wanting to know was if there was anywhere that I could get visual basic source code that does the same thing or something similar. It will be passed a visual basic project file (.vbp) and an array of xml files which need to be included with the installation. The desired output should be a single file like a self extracting installation program.




Reply With Quote