Ian Couper wrote:

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.


Nothing jumps out from the information you've supplied. I suggest double-checking the .wixlib you created to make sure it has all the dialogs. You can open the .wixlib in a text editor and/or grep for WixUI_Database.

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