Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dependency Installer 1

Status
Not open for further replies.

biddingbong

IS-IT--Management
Sep 10, 2004
67
0
0
MU
Is there a way to create an installer for the files used by my app (like dll's and ocx's)? So that when viewing the source code on other machine, I don't have to register one by one each time.
 
VB6 comes with a Package and Deployment wizard. It should be in your start menu.
 
I don't want an installer for my app. I want to know if I can "deploy" all my dependency files on another machine without me using regsvr32 everytime. Its all the vb runtime files, DLL's and OCX's that Ive created.
P&D wizard will create folders to program files and will copy my exe to the created folder.
 
>>P&D wizard will create folders to program files and will copy my exe to the created folder.

This can be avoided even with the PDW. Every install that I create with it does not copy my exe over.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top