Two questions:
1) What is the ICE80 message?
2) What is the commandline to candle?

-----Original Message-----
From: tsk [mailto:thomas.kr...@mecadtron.de] 
Sent: Monday, October 19, 2009 6:34 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] LGHT0204 : ICE80 error


Hi,
I get LGHT0204 : ICE80 on the attached input on a 64 bit machine.
Nevertheless the msi is created and works AFAICS.
Other solutions proposals to similar errors do not help here.

Any suggestions?

WIX 3.5.1002.0

Thomas

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Product Id="3A31C209-0F66-4C18-8FE2-C74864BB3678"
UpgradeCode='0C61B1AD-BF64-4E76-AB05-098320E689CD' Name="Test 1.0.0.0"
Language="1033" Version="1.0.0.0" Manufacturer="Me">
    <Package Id="*" Description="A description" Comments=" A comment"
InstallerVersion="300" Compressed="yes" Platform="x64"/>

    <Media Id="1" Cabinet="Product.cab" EmbedCab="yes" />

    <Condition Message="You need to be an administrator to install this
product."> Privileged </Condition>
    <Condition Message='Windows XP or Windows 2003 Server or newer'>
VersionNT >= 501 OR Installed</Condition>

    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="ProgramFiles64Folder" Name="PFilFold">
        <Directory Id="X" Name="X">
          <Directory Id="INSTALLDIR" Name="Y">
            <Directory Id="bin" Name="bin"/>
          </Directory>
        </Directory>
      </Directory>
    </Directory>

    <DirectoryRef Id="bin">
      <Merge Id="VC90CRTModule" Language="1033"
SourceFile="$(env.CommonProgramFiles)\Merge
Modules\Microsoft_VC90_CRT_x86_x64.msm" DiskId='1' />
      <Merge Id="POLICY90VC90CRTModule" Language="1033"
SourceFile="$(env.CommonProgramFiles)\Merge
Modules\policy_9_0_Microsoft_VC90_CRT_x86_x64.msm" DiskId='1' />
      <Merge Id="VC90MFCModule" Language="1033"
SourceFile="$(env.CommonProgramFiles)\Merge
Modules\Microsoft_VC90_MFC_x86_x64.msm" DiskId='1' />
      <Merge Id="POLICY90VC90MFCModule" Language="1033"
SourceFile="$(env.CommonProgramFiles)\Merge
Modules\policy_9_0_Microsoft_VC90_MFC_x86_x64.msm" DiskId='1' />
    </DirectoryRef>

    <Feature Id="TheFeature" Title="The Title" Description='The
description.' Display='expand' Level="1" ConfigurableDirectory='INSTALLDIR'>
      <Feature Id='TheSubFeature' Title='The other title' Description='The
other description' Level='1'>
        <MergeRef Id='VC90CRTModule' />
        <MergeRef Id='POLICY90VC90CRTModule' />
        <MergeRef Id='VC90MFCModule' />
        <MergeRef Id='POLICY90VC90MFCModule' />
      </Feature>

    </Feature>

    <UIRef Id="WixUI_Mondo" />

    <Property Id='ALLUSERS'>All</Property>

    <Property Id='ARPCOMMENTS'>X</Property>
    <Property Id='ARPCONTACT'>X</Property>
    <Property Id='ARPURLUPDATEINFO'>X</Property>
    <Property Id='ARPHELPTELEPHONE'>123</Property>
  
  </Product>
</Wix>

-- 
View this message in context:
http://n2.nabble.com/LGHT0204-ICE80-error-tp3849029p3849029.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to