Can a CLSID be different for the same program installed on two different machines?

Posted by uberjumper on Stack Overflow See other posts from Stack Overflow or by uberjumper
Published on 2010-03-15T03:19:23Z Indexed on 2010/03/15 3:19 UTC
Read the original article Hit count: 320

Filed under:
|

I am using comtypes to generate wrappers for a certain com library. I am having certain issues with a few things, that are not being generated properly. I can get around this by doing the missing work, manually. However can i depend on the fact that CLSID's will not change?

Lets say:

I install a program with the com library Foo 1.0, now i install the exact same version of that program on another PC, will the CLSID's of the interfaces change?

This might be a terribly dumb question.

© Stack Overflow or respective owner

Related posts about python

Related posts about com