I'm getting the following error on the fragment below.  Any ideas on how
I can fix this?  

ICE03: Not a valid foreign key; Table: Registry, Column: Value, Key(s):
reg82F2FC0E8673F402AF338328B5020A2C     

Fragment Code -----------------------------------

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Fragment Id="FragmentNTSVC">
    <DirectoryRef Id="TARGETDIR">
      <Component Id="NTSVC"
Guid="{4F850F61-E0CB-41CA-BFC3-EC5234D1D003}">
        <File Id="ntsvc.ocx" KeyPath="yes"
Source="D:\Projects\NFTS\Src\apps\nfts\binaries\ntsvc.ocx">
          <TypeLib Id="{E7BC34A0-BA86-11CF-84B1-CBC2DA68BF6C}"
Control="yes" Description="Microsoft NT Service Control"
HelpDirectory="binaries" Language="0" MajorVersion="1" MinorVersion="0">
            <Class Id="{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}"
Context="InprocServer32" Description="NT Service Control" Version="1.0"
Control="yes">
              <ProgId Id="NTService.Control.1" Description="NT Service
Control" />
            </Class>
            <Interface Id="{E7BC34A1-BA86-11CF-84B1-CBC2DA68BF6C}"
Name="_DNtSvc" ProxyStubClassId="{00020420-0000-0000-C000-000000000046}"
ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" />
            <Interface Id="{E7BC34A2-BA86-11CF-84B1-CBC2DA68BF6C}"
Name="_DNtSvcEvents"
ProxyStubClassId="{00020420-0000-0000-C000-000000000046}"
ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" />
          </TypeLib>
        </File>
        <RegistryValue Root="HKCR"
Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\MiscStatus\1"
Value="199824" Type="string" Action="write" />
        <RegistryValue Root="HKCR"
Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\MiscStatus" Value="0"
Type="string" Action="write" />
        <RegistryValue Root="HKCR"
Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\ToolboxBitmap32"
Value="[!filCF703A9BAE43C19E5A2520BB35E21977], 1" Type="string"
Action="write" />
      </Component>
    </DirectoryRef>
  </Fragment>
</Wix>

Fragment Code -----------------------------------

Thanks,
Jim


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to