Hi:
I'm creating an installer where I'm modifying the WixUI_InstallDir dialogue set.
I've copied the fragment from the file in the source containing the 
WixUI_InstallDir dialog definition, and in my product.wxs I have:
<!--Set up user interface.-->
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
    <UIRef Id="WixUI_InstallDir" />
I get the following when trying to compile using visual studio 2008:
1 Duplicate symbol 'WixUI:WixUI_InstallDir' found. WixUI_InstallDir.w 38 1 
Installer
2 Location of symbol related to previous error. Dialogues.wxs 6 1 Installer
How do I go about solving this ,do I need to rename my dialog set?
I'm using the latest beta of wix 3.6, visual studio 2008 sp1 and the latest 
windows sdk.
Any help appreciated.
Sean.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to