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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distribute an App

Status
Not open for further replies.

tcace

Programmer
Jun 27, 2004
10
US
If I decide to use some of the included ActiveX controls, such as the Microsoft Comm Cntrol 6.0, how do I distribute that application?

I actually used the control in Access, and the ODETools Deployment Wizard does not capture this ActiveX control.

I tried both RegSvr32 and RegOCX32, both of which appear to register the control, but then get the error "There is no object in this control."

Help, please!

tcace
 
I'd use a setup wizard for the app. I don't know how to do this on deploying applications written in vb6. But there is a program: Microsoft InstallShield that will do the job.
 
If you can't afford InstallShiled, which is a damn good program, try the VB Installer wizard that comes with InterDev. Very nifty stuff and very easy to use. Always picks up all the controls and references you're using.
-Max
 
Where is the VB Installer Wizard? I have VB 6.0 Prof
 
If you only have VB you will not have it. You must have InterDev (part of VisualStudio, along with VB) to do this.
 
There is also something called InnoSetup that you can download free from . I've got some code that extracts the locations for all the references and components from the registry and creates a skeleton InnoSetup script. I'll mail it if you think it would be of any use.

PeteJ
(Contract Code-monkey)

It's amazing how many ways there are to skin a cat
(apologies to the veggies)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top