Thomas Svare wrote:

I'm using 2.4611 and I'm removing the license agreement dialog from WixUI_InstallDir.wxs. Candle and Lit build my new library just fine but when I try to Light my wxs referencing the new library I get:

D:\temp\src\ui\wixui\installdir\WixUI_InstallDir.wxs : error LGHT0112 : Unresolved reference to symbol 'UI:WixUI_Common' in section 'Fragment:'.


WixUI_Common is a UI fragment needed by most every dialog set. Make sure you're including it and every other fragment that WixUI_InstallDir includes in its build (src/ui/ui.build).

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to