Hello.
Have got the following question...

How do I register a COM server for ALL USERS?

The problem is that, after installation, when a "restricted user"
tries to do CreateObject("MyObject"), this just fails.

I'm installing the setup with ALLUSERS=1 from Admin account.

COM components being installed are also included in "Class" &
"Typelib" tables, i.e. advertised, but this does not help... Removing
this advertising does not help as well...

COM entries were grabbed by tallow into "Registry" table. Removing all
that and using self-Registration instead does not help either...

If COM registry entries created with setup are viewed with regedit,
they are all inaccessible to a "restricted user" after setup (member
of "Users" group). All COM entries created with setup have only
permissions for "Administrators" and "System"...

So, my question is, how this can be managed?

How can I make my COM component creatable for every user of the
machine with setup?

Am I missing something simple?
It seems that other COM servers installed with other applications, can
be used from "restricted user" account without any problems.

Thanks in advance.


_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to