John,

Are you building using a .wixproj file? Or custom command-line stuff?

Neil

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Gilbert 
(MBS)
Sent: Monday, August 04, 2008 4:26 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to ignore selected ICE errors or warnings during 
compilation

I just started using WIX build 3.0.2420.0,  (I was using 3.0.1502.0).  When 
Light.exe runs it performs the ICE validations.
Some of those, I want to ignore.  However, I have not been able to figure out 
how to do so.

Here are a couple of lines of output I am seeing:
1>c:\main\source\setup\msiwix\components64\components64.wxs(424) : error 
LGHT0204 : ICE80: This 32BitComponent Client.Anameterdll uses 64BitDirectory 
DIR_Client_Common
1>c:\main\source\setup\msiwix\components64\components64.wxs(438) : error 
LGHT0204 : ICE80: This 32BitComponent RemoveDIR_SetupTmpFiles uses 
64BitDirectory DIR_Setup
1>c:\main\source\setup\msiwix\components64\components64.wxs(442) : error 
LGHT0204 : ICE80: This 32BitComponent Setup.SynchronizationServiceDll uses 
64BitDirectory DIR_Setup
1>c:\main\source\setup\msiwix\components64\components64.wxs(449) : error 
LGHT0204 : ICE80: This 32BitComponent Setup.NetBusinessConnector uses 
64BitDirectory DIR_Setup
1>c:\main\source\setup\msiwix\components64\components64.wxs(458) : error 
LGHT0204 : ICE80: This 32BitComponent Setup.SynchronizationProxyOfficeDll uses 
64BitDirectory DIR_Setup

In this instance, the errors relate to a common merge module included in both a 
32bit and 64bit MSI.  Everything had been working just fine on 64 bit machines, 
(with MSIs built with build 1502), so it appears that I can ignore this error.  
However it is causing the compile to fail.

I tried the following SW command line parms for Light.exe, but they either 
caused their own errors or did nothing.  Some of the errors say the parm should 
look like "-sw6".
-sw
-sw0204
-swLGHT0204
-sw80
-swICE80
All of the above with the values in angle brackets.

Anybody know how to get Light.exe to skip selected ICE validations?


:-) John Gilbert


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to