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!

Setup message 'Problem registering msado25.tlb' 1

Status
Not open for further replies.

niteen

Programmer
May 21, 2001
2
GB
Setup pops up message 'Problem registering msado25.tlb' during the deployment of a VB6 application. If I ignore it the setup completes successfully and the program works ok. Can anyone help?
 
hi - yeah in your install directory setup.lst change the line
File6=@msado25.tlb,$(WinSysPath),$(DLLSelfRegister),...

to

File6=@msado25.tlb,$(WinSysPath),$(TLBRegister),$(Shared)

know bug - cheers! deadcoffee@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top