The linker pulls in complete "sections".  A Fragment creates one section.  
Thus, if you reference anything in a Fragment everything the Fragment is 
included in your output.  If you want very granular inclusion of code, make 
appropriately small Fragments.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2008 21:28
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Possible bug, All of UI in Fragment included in MSI 
without UIRef

I am creating sets of dialogs in a wixlib project.  In it I am creating Dialogs 
inside of UI element contained in a Fragment.

Merely linking to the wixlib causes all of the dialogs to be included in the 
MSI without event using a UIRef or DialogRef element.

This is not what I want.  I would like to pick the individual dialogs using a 
DialogRef (and not a UIRef that references the entire UI element in the 
Fragment) to reference ONLY select dialogs.

Is there a bug?  I am using version 3.0.4153.0. Are there problems with this 
build?

Any help appreciated,
ajgreen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to