views:

48

answers:

0

Is there a way (programmatically) to determine, after installing a COM+ component, if the admin choose 'Install Component' or 'Import Component' ?

We have an application that take care of querying a server to dump its COM+ configuration for a specified package. And, to make sure we installed it the exact same way onto another server, we want to know if the component were installed via 'install' or 'import'.

Is there a way to know that programmatically after the actual setup ?