Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<comClass> entries sometimes are omitted #17

Open
DaveInCaz opened this issue Aug 22, 2017 · 1 comment
Open

<comClass> entries sometimes are omitted #17

DaveInCaz opened this issue Aug 22, 2017 · 1 comment

Comments

@DaveInCaz
Copy link
Contributor

On occasion when we run UMMM for our project, for a given DLL there will be no entries added.

It seems like this has occurred in cases where an older version of the DLL was registered on the PC which had conflicting CoClass GUIDs.

Specifically, in pvDumpClasses the expression

LenB(pvRegGetValue("CLSID" & .Guid & "\InprocServer32")) <> 0

results in FALSE.

I'm curious however why this is a problem. My initial impression was that UMMM relies only on information in the actual DLL file - but it seems that registry information is also taken into account?

Thanks

@wqweto
Copy link
Owner

wqweto commented Aug 22, 2017

UMMM uses both typelib from dll/ocx files and registry entries to construct manifest xml. Which means that dll/ocx files have to be registered before generating project manifest.

Implementing registry redirection and shelling dll/ocx registeration from UMMM was an option that I weighted potential risks on not implementing. As of now it just relies on output binaries being freshly compiled on build machine before final project manifest being generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants