I have the UI element My_WixUI_InstallDir inside My_WixUI_InstallDir.wxs file
as follows:

<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";>
  <Fragment>
    <UI Id="My_WixUI_InstallDir">
      <TextStyle Id="WixUI_Font_Normal" FaceName="Arial" Size="8" />
      <TextStyle Id="WixUI_Font_Bigger" FaceName="Arial" Size="12" />
      <TextStyle Id="WixUI_Font_Title" FaceName="Arial" Size="9" Bold="yes"
/>

      <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
      <Property Id="WixUI_Mode" Value="InstallDir" />

      <DialogRef Id="BrowseDlg" />
      <DialogRef Id="DiskCostDlg" />
      <DialogRef Id="InstallDirDlg" />
      <DialogRef Id="ErrorDlg" />
      <DialogRef Id="ExitDialog" />
      <DialogRef Id="FatalError" />
      <DialogRef Id="FilesInUse" />

and <UIRef Id="My_WixUI_InstallDir" /> in the WiX installer source file.
and i add  My_WixUI_InstallDir.wixlib,which is a custom library to the light
command line,
and have followed the instructions given in the WiX tutorial to create
custom library..
I get the same error though.any comments?


Bob Arnson-6 wrote:
> 
> Anidil wrote:
>> error LGHT0112 : Unresolved reference to symbol 'UI:My_WixUI_InstallDir'
>> in
>> section 'Product:E2486DE6-CC2E-48C0-AD20-C2C142FA1636'.
>>   
> 
> That means it's looking for a UI element with Id My_WixUI_InstallDir. If 
> you have that, it most likely means you're not adding the library to 
> your light command line.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Custom-UI-help-tf4533744.html#a12977862
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to