I'm trying to register a COM component and followed the instruction on the
tutorial - running tallow -c WelcomeCOM.dll.
However, it does not appear to be successfully registering the object.
The tallow outputs:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="TARGETDIR">
<Component Id="component0" DiskId="1"
Guid="A8D11ADD-9C2B-48ca-B666-B930D9F932E0">
<File Id="file0" Name="WELCOM_1.DLL" LongName="WelcomeCOM.dll"
Source="WelcomeCOM.dll" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}"
Value="WelcomeCOM.WelcomeIntermidiateClass" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\Implemented
Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32"
Value="mscoree.dll" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32"
Name="ThreadingModel" Value="Both" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32" Name="Class"
Value="WelcomeCOM.WelcomeIntermidiateClass" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32"
Name="Assembly" Value="WelcomeCOM, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=df61475a3cf9abfe" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32"
Name="RuntimeVersion" Value="v2.0.50727" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32"
Name="CodeBase" Value="[INSTALLDIR]WelcomeCOM.dll" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32\1.0.0.0"
Name="Class" Value="WelcomeCOM.WelcomeIntermidiateClass" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32\1.0.0.0"
Name="Assembly" Value="WelcomeCOM, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=df61475a3cf9abfe" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32\1.0.0.0"
Name="RuntimeVersion" Value="v2.0.50727" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\InprocServer32\1.0.0.0"
Name="CodeBase" Value="[INSTALLDIR]WelcomeCOM.dll" Type="string" />
<Registry Root="HKCR"
Key="CLSID\{20D0E68E-393C-11DC-8314-0800200C9A66}\ProgId"
Value="WelcomeCOM.WelcomeIntermidiateClass" Type="string" />
<Registry Root="HKCR" Key="Component
Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}" Name="0" Value=".NET
Category" Type="string" />
<Registry Root="HKCR" Key="WelcomeCOM.WelcomeIntermidiateClass"
Value="WelcomeCOM.WelcomeIntermidiateClass" Type="string" />
<Registry Root="HKCR" Key="WelcomeCOM.WelcomeIntermidiateClass\CLSID"
Value="{20D0E68E-393C-11DC-8314-0800200C9A66}" Type="string" />
<Registry Root="HKLM" Key="Software\Classes" />
</Component>
</DirectoryRef>
</Fragment>
</Wix>
Any suggestion?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users