Gary Kercheck
SW Engineering Manager
Sekidenko, Inc.
"Gary Kercheck" <gary.k...@sekidenko.com> wrote in message
news:3b3a...@12.41.20.38...
1911 is a Windows Installer error (hence you won't find it in the ISX help.
But, if you click on the MSI Help Library on the ISX help menu, you will
find it). The Windows Installer help gives this info:
Could not register type library for file [2]. Contact your support
personnel.
If you can call that info, that is :-).
> "Gary Kercheck" <gary.k...@sekidenko.com> wrote in message
> news:3b3a...@12.41.20.38...
> > this because it is a major annoyance. What should have been a simple
> > operation (upgrading an Active X .EXE component) consumed the better
This may be the source of the problem - if you're upgrading then the control
is already registered. Although there should be any problem with this, the
Windows Installer may have trouble registering a control that's already
registered (I know that regsvr32.exe doesn't, but I suspect that Windows
Installer doesn't use that). Perhaps the control needs to be unregistered
before the upgrade ?
Cheers
Craig
I do my final compiles on a completely separate machine (our server), such that
I don't have to worry about file changes I make on my work machine screwing up
the final product (I started this after I installed some program that updated my
DLLs without me knowing it, causing later compiles to not work on machines the
program was already installed on).