C:\dev\wix30\build\debug\x86>light -?
Microsoft (R) Windows Installer Xml Linker version 3.0.4813.0
Copyright (C) Microsoft Corporation. All rights reserved.

 usage:  light.exe [-?] [-b basePath] [-nologo] [-out outputFile] objectFile 
[objectFile ...] [...@responsefile]

   -ai        allow identical rows, identical rows will be treated as a warning
.
.
.
.
   -sice:<ICE>  suppress an internal consistency evaluator (ICE)
.
.
.
   -? | -help this help information



-----Original Message-----
From: Ryan Parlee [mailto:list...@jesca.com] 
Sent: Saturday, January 03, 2009 22:16
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How to disable LGHT1076: ICE47

I am using a pattern of one component per file and am getting the following
error from Light:

LGHT1076: ICE47: Feature X has 1829 components.  This could cause problems
on Win9x systems.  You should try to have fewer than 817 components per
feature.


Is there a way to selectively disable ICE47 validation so that my project
will report build success?  It does actually build okay, but it reports
failure due to this validation failure.  


I don't care about Win9x, what is the best way to make Win2000 the minimum
supported install environment?


Thanks,
Ryan Parlee 





------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to