Hi Wix people.
 
I'm having a problem using Wix 3.0.2128.0
 
I'm trying to merge the ATL 7.1 merge module into my package, but when I do so, I get the following error:
 
error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys
 
Is this a problem with mismatched database formats between the merge module and the output of my wix build?
 
My listings follow.
 
This is in one file:
 
    <Fragment>
      <Directory Id='TARGETDIR' Name='SourceDir'>
        <Directory Id='ProgramFilesFolder' Name='PFiles'>
          <Directory Id='RBS' Name='RBS'>
            <Directory Id='FX' Name='FX'>
              <Directory Id='Snapins' Name='Snapins'/>
            </Directory>
          </Directory>
        </Directory>
        <Directory Id="SystemFolder" Name="SFolder" />
      </Directory>
    </Fragment> 
 
   .... some more fragments
 
    <Fragment>
        <DirectoryRef Id="SystemFolder">
            <Merge Id="_054C9BCECAD4437585EE3DCF506B94F4" DiskId="1" SourceFile="VC_User_ATL71_RTL_X86_---.msm" Language="0" />
        </DirectoryRef>
    </Fragment>
 
And then in the main file:
 
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 
    <Product Id="{6664BFF6-6084-4F98-B8FF-70B1F8445A8C}" Codepage="1252" Language="1033" Manufacturer="Test" Name="Test" UpgradeCode="{7A4E4C62-834E-4EBB-A067-5AD9721CC74C}" Version="1.0.0">

        <Package Comments="Test" Compressed="yes" InstallerVersion="200" Languages="1033" Manufacturer="Test" Platforms="Intel" />
        <Feature Id="DefaultFeature" ConfigurableDirectory="TARGETDIR" Level="1">
           
            <!-- Some components -->
           
            <ComponentRef Id="abc.dll" />
            <!-- TODO ATL71 redistributable -->
 
            <MergeRef Id="_054C9BCECAD4437585EE3DCF506B94F4" />

        </Feature>
       
        <Media Id="1" Cabinet="_C305A902BC464FB087D40FA910CA6B47" EmbedCab="yes" />
       
    </Product>
</Wix>
 
Any help would be greatly appreciated.
 
Thanks
 
Dave
***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. 
Authorised and regulated by the Financial Services Authority 
 
This e-mail message is confidential and for use by the 
addressee only. If the message is received by anyone other 
than the addressee, please return the message to the sender 
by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The 
Royal Bank of Scotland plc does not accept responsibility for 
changes made to this message after it was sent. 

Whilst all reasonable care has been taken to avoid the 
transmission of viruses, it is the responsibility of the recipient to 
ensure that the onward transmission, opening or use of this 
message and any attachments will not adversely affect its 
systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry 
out such virus and other checks as it considers appropriate. 
Visit our websites at: 
http://www.rbos.com
http://www.rbsmarkets.com 
***********************************************************************************
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to