I believe for that you would typically create a new .wxs file containing:

<Fragment>
  <UI Id="YourErrors">
    ...
  </UI>
</Fragment>

The UI fragment can be referenced from either your <Product> or another <UI>
element.

<UIRef Id="YourErrors"/>

see: http://wixtoolset.org/documentation/manual/v3/xsd/wix/uiref.html

Also, it's worth noting that any time you reference anything from a
fragment, the entire contents of that fragment will get pulled in. Since you
are using VisualStudio, all the .wxs sources in the project will be built
and references will work between different files.

Hope that helps,
-Dave



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-veteran-using-WiX-tp7591415p7591424.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to