Re: [WiX-users] Wix Visual Studio Unused components does not create an error

2014-05-06 Thread Nick Ramirez
This is just a guess: when you referenced one component, you created a link between the fragment and the main project. Now the linker will yell at you if it finds anything orphaned in that fragment. On the other hand, when you didn't link anything from the fragment to the project, the linker

[WiX-users] Wix Visual Studio Unused components does not create an error

2014-04-28 Thread Jan Obrestad
Hello, I'm using wix 3.8 in Visual Studio 2010. If I have 2 components in a fragment in a wxs file and I only reference one of them in a feature I get an ICE21 error. If I have a wxs file with components where none of the components are part of a feature I get no error, the components are