472,122 Members | 1,523 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

VB6 deployment

284 100+
I want to know what thing we had do use while deploying our program to another computer if we donot want to install vb6 in client computer.

I know deployment wizard will do that, but I donot like deployment wizard. I had downloaded some trial version of installers like advacne installer.

Now, my question is what programe should I add as a prerequest or as a merge moudle so I donot have to install vb6 on my clinet machine and each and every dll will be registerd.
Nov 11 '11 #1
1 1373
Even if you do not like the deployment wizard, the easiest way to get all the required dependencies is use the wizard when you're done with the project. Afterwards, go to the folder where you build your project and look for the folder "Redist" and you will find all the needed files there. You can then put them where you're building your install (with whatever installer package you happen to be using) and link the files the deployment wizard found for you.

Hope this helps! Let us know how things turn out. :)
Dec 21 '11 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by Felix | last post: by
reply views Thread by Mystery Man | last post: by
4 posts views Thread by wobbles | last post: by
3 posts views Thread by Steve Brecher | last post: by
3 posts views Thread by al | last post: by
2 posts views Thread by Bill Nguyen | last post: by
6 posts views Thread by andrewbb | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.