|
-
Oct 15th, 2002, 09:29 AM
#1
Thread Starter
Junior Member
Installing a VB Program
What is the best way of distributing my small VB application to one user. It's basically a conversion program that will only run on one machine; no mass distribution.
How can I distribute the file to the user successfully? Can I just Make the EXE and send him that? He may or may not have all the appropriate DLLs. Is there an installer built in to VB6?
Thanks in advance.
-Steve
-Steve
Steve Parks
CEO
Adept Developer Consulting, Inc.
http://www.adeptdeveloper.com/
-
Oct 15th, 2002, 09:38 AM
#2
Fanatic Member
-
Oct 15th, 2002, 09:42 AM
#3
Lively Member
yes
there is too many kind of programs
1- p&dw this including with vb6 sub menu
2- visual studio installer i think you can get it from MS site
3- golden
4- inno
5- sheild installer
but i dont know which is the best here is iam with you asking the
expert who was handling this programs to tell us which one is the best
thanks
-
Oct 15th, 2002, 10:40 AM
#4
Frenzied Member
If it's a truly small program that doesn't use any non-standard controls, DLLs or components, and the user in question already has Internet Explorer 5 or better then you may be able to get away with just copying the .EXE over.
Try it and see.
If it fails it will normally say what file it was looking for - this could be MSVBVM60.DLL (most likely), which is the VB runtime file. Anyway, if it gives you a filename that it was expecting but couldn't find, then copy that file from your machine to the other machine (into the same folder - ie C:\WINDOWS\SYSTEM) and try the program again.
'Buzby'
Visual Basic Developer
"I'm moving to Theory. Everything works there."
-
Oct 15th, 2002, 10:47 AM
#5
Fanatic Member
Originally posted by Buzby
If it fails it will normally say what file it was looking for - this could be MSVBVM60.DLL (most likely), which is the VB runtime file. Anyway, if it gives you a filename that it was expecting but couldn't find, then copy that file from your machine to the other machine (into the same folder - ie C:\WINDOWS\SYSTEM) and try the program again.
Missing file(s) will also have to be registered.
-
Oct 15th, 2002, 10:59 AM
#6
Hyperactive Member
Uhh, no!
You can just put the files in the directory and they will work just fine!
This is probably a preferred method because if you are just blindly copying files over you don't want to accidently screw up any other programs that already work correctly! Putting them in the same directory as the EXE will make the EXE work without registering any stuff.
-
Oct 15th, 2002, 11:01 AM
#7
Hyperactive Member
there is another one thats easy to use that i love to use, looks really good too 
the Clickteam Installer
http://www.clickteam.com/English/installmaker.php
-
Oct 15th, 2002, 11:49 AM
#8
Lively Member
once again
i have downloaded V.S INSTALLER
but dosnt work under windows-xp
message = ((((((((((((( wrong os)))))))))
I dont know why isit need some of extra programe ??????
thanks
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
|