Ian Couper wrote:

I have created a custom UI dialog to allow the user to enter database/user/password so users can run build in SQL scripts to a database they specify, and I believe I've created the dialog properly (used WixEdit for a lot of it) and created the new wixlib for my UI with no issues, but when I go to create the MSI I get the following error:

error LGHT0112 : Unresolved reference to symbol 'UI:WixUI_Database' in section 'Product:0762784E-E434-42D6-AB40-7905721E6DDA'.


How did you create the UI dialog set? Which version of WiX are you using?

...I assume the UIRef can't find the new wixui library,


Nothing connects a .wixlib to the linker so if you have a fragment in a .wixlib you need to pass it to light.

--
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