|
-
Jun 24th, 2009, 03:20 AM
#1
Thread Starter
New Member
Setup source
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?
-
Jun 24th, 2009, 03:55 AM
#2
Re: Setup source
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
-
Jun 24th, 2009, 06:27 AM
#3
Re: Setup source
Moved To Application Deployment
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|