Re: [WiX-users] How to resolve WiX Warning: Too Many Components within Feature ?

2010-04-12 Thread Bob Arnson
On 4/12/2010 1:01 AM, Sascha Beaumont wrote:
 Are you planning to support installation on Win9x systems?

 If so, then yes you should address this warning. However if you're not
 planning to support Win9x systems you can safely ignore this
 limitation.
ICE47 is suppressed by default in WiX v3.5 -- it doesn't apply to 
NT-based OSes.

-- 
sig://boB
http://joyofsetup.com/


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to resolve WiX Warning: Too Many Components within Feature ?

2010-04-11 Thread jeff00seattle

Hi 

I have a project with over 1000 files (1287 to be exact). 

I created WiS configuration using: 

 heat dir .\Source -gg -g1 -cg WordPressOnAzure -nologo -sfrag -ke -out
 Source.wxs

Then I used it within a WiX 3.0 project in Visual Studio 2008. 

When I built it, the following single warning appeared: 

Warning 1 ICE47: Feature 'ProductFeature' has 1287 components. This could
cause problems on Win9X systems. You should try to have fewer than 817
components per feature.

It bothers me not to address warnings. How can I resolve this?

-
Thanks
Jeff in Seattle
-- 
View this message in context: 
http://n2.nabble.com/How-to-resolve-WiX-Warning-Too-Many-Components-within-Feature-tp4888158p4888158.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to resolve WiX Warning: Too Many Components within Feature ?

2010-04-11 Thread Sascha Beaumont
Are you planning to support installation on Win9x systems?

If so, then yes you should address this warning. However if you're not
planning to support Win9x systems you can safely ignore this
limitation. See also the documentation on ICE47 -
http://msdn.microsoft.com/en-us/library/aa368976(VS.85).aspx and the
'-sice' switch for light if you wish to prevent this particular
warning appearing.

Sascha



On Mon, Apr 12, 2010 at 1:23 PM, jeff00seattle
jeff_tan...@earthlink.net wrote:

 Hi

 I have a project with over 1000 files (1287 to be exact).

 I created WiS configuration using:

 heat dir .\Source -gg -g1 -cg WordPressOnAzure -nologo -sfrag -ke -out
 Source.wxs

 Then I used it within a WiX 3.0 project in Visual Studio 2008.

 When I built it, the following single warning appeared:

 Warning 1 ICE47: Feature 'ProductFeature' has 1287 components. This could
 cause problems on Win9X systems. You should try to have fewer than 817
 components per feature.

 It bothers me not to address warnings. How can I resolve this?

 -
 Thanks
 Jeff in Seattle
 --
 View this message in context: 
 http://n2.nabble.com/How-to-resolve-WiX-Warning-Too-Many-Components-within-Feature-tp4888158p4888158.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users