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.

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).a

[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 warnin