|
From: Kathleen M. <km...@ny...> - 2005-06-21 18:25:24
|
Anyone,
=20
When installing a component with wix how does one register a dll.
=20
I have been trying to work with the following example and when I give
made up values for the id numbers the dll is registered.
<Component Id=3D"SomeFile.dll" Guid=3D"..." DiskId=3D"1">
<File Id=3D"getsomet.dll" Name=3D"SomeFile.dll"
KeyPath=3D"yes" />
<TypeLib Id=3D"..." Advertise=3D"yes"
MajorVersion=3D"3" MinorVersion=3D"0"=20
=20
Language=3D"0" Description=3D"SomeFile 1.0 Type Library" Cost=3D"50000">
<Class Id=3D"..." Advertise=3D"yes" =
Description=3D"SomeClass
Class"=20
Context=3D"InprocServer32" =
ThreadingModel=3D"both">
<ProgId Id=3D"SomeFile.SomeClass.1" =
Description=3D"SomeClass
Class">
<ProgId Id=3D"SomeFile.SomeClass" =
Description=3D"SomeClass
Class" />
</ProgId>
</Class>
</TypeLib>
</Component>
=20
=20
However should these id numbers be created for this purpose or do
they exist already and if so where do I obtain them from.
=20
Thanks
Kath
=20
______________________________________________________________________
This e-mail transmission contains confidential information that is the =
property of the sender. If you are not the intended recipient, you are =
notified that any retention, disclosure, reproduction or distribution of =
the contents of this e-mail transmission, or the taking of any action in =
reliance thereon or pursuant thereto, is strictly prohibited. No =
warranty is given by NYSIF that this e-mail is free of viruses, =
interception or interference. NYSIF disclaims liability for any =
unauthorized opinion, representation, statement, offer or contract made =
by the sender on behalf of NYSIF. NYSIF's delegation of authorities, =
setting out who may make representations or contract on behalf of NYSIF, =
is available by contacting NYSIF at ma...@ny.... Jurisdiction for =
all actions arising out of dealings with NYSIF shall lie only in a court =
of competent jurisdiction of the State of New York.
|