|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to find out the "GUID" of installed assembly?Hi;
How to find out the "GUID" of installed assembly? Tks. Alvaro Alvaro,
>How to find out the "GUID" of installed assembly? Which GUID do you have in mind, and what do you need it for?Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. >In setup project I'm adding a "Launch Condition" and require I'm no setup expert but this page>ComponentId (GUID) of Oracle.DataAccess.DLL like valid value of the >condition. http://msdn2.microsoft.com/en-us/library/f09xywha(VS.80).aspx recommends using a tool such as MSI Spy to determine the Component ID of an installed component. Note that this GUID is part of the MSI package, it's not really a property of the assembly. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
|||||||||||||||||||||||