hello everyone. I want to make a setup file in vb6 myself ( without package and development wizard ). I am looking for vb6 tutorial for it. can you give me some tutorial about makeing setup file by vb6 source code?
Printable View
hello everyone. I want to make a setup file in vb6 myself ( without package and development wizard ). I am looking for vb6 tutorial for it. can you give me some tutorial about makeing setup file by vb6 source code?
Kind of pointless, unless the the target system has all the necessary VB run-time files, then the installer won't even run.
Just use an already-made installer like Inno Setup or Easy Install Creator.
If you wanted to do this, you'd probably want to write it in C or C++.
But if you still want to do it in VB, then here's an example:
http://www.pscode.com/vb/scripts/Sho...50198&lngWId=1
And more...
http://www.pscode.com/vb/scripts/Bro...t=Alphabetical
Moved To Application Deployment