VB6 deployment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muddasirmunir
    Contributor
    • Jan 2007
    • 284

    VB6 deployment

    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.
  • BigPapaN0z
    New Member
    • Dec 2011
    • 24

    #2
    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. :)

    Comment

    Working...