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 didn't
bother getting involved because the entire fragment was excluded from the
project. Maybe you could use ComponentGroup elements to round up all
components and include them all at once?





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Visual-Studio-Unused-components-does-not-create-an-error-tp7594373p7594540.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 just silently skipped.
Is this the desired behaviour? Is there a way to force an error message in this 
case?

Jan Obrestad
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users