I am using WiX 2.0. I used the WiXEdit program for creating the actual
dialog, but simply used the InstallDir UI for the rest of the dialogs. I
edited the WixUI_InstallDir.wxs and WixUI_en_us.wxl files to include the
references to my new dialog. I then built the libraries using candle to
build the .wixobj files and lit to link them to create the .wixlib for
the new UI. Then when compiling the MSI I made sure to include the new
library when running light.
Basically I followed the tutorial for it...
http://www.tramontana.co.hu/wix/lesson2.php#2.5
________________________________
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 23, 2007 10:49 PM
To: Ian Couper
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom UI Problems...
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