Hi folks.

I am trying to learn the Wix tool and I'm taking the online tutorial at 
http://www.tramontana.co.hu/wix/
In the "user interface" section, I am trying to follow the instruction to build 
the SampleWixUI package. But I get linker errors when I try to build it:

C:\tools\Wix2\projects\SampleWixUI>..\..\light.exe SampleWixUI.wixobj
Microsoft (R) Windows Installer Xml Linker version 2.0.5805.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

C:\tools\Wix2\projects\SampleWixUI\SampleWixUI.wxs : error LGHT0112 : 
Unresolved reference to symbol 'UI:WixUI_ErrorProgressText' in section 
'Product:8CFA474A-8341-481F-80DE-60C51D422077'.
C:\tools\Wix2\projects\SampleWixUI\SampleWixUI.wxs : error LGHT0112 : 
Unresolved reference to symbol 'UI:WixUI_Mondo' in section 
'Product:8CFA474A-8341-481F-80DE-60C51D422077'.

It seems that the following lines of code are causing these errors:

    <UIRef Id="WixUI_Mondo" />
    <UIRef Id="WixUI_ErrorProgressText" />

I have tried some other examples which use WixUI and I get similar errors. I 
have tried this with Wix version 2.0 and also with Wix version 3. I am not 
using the visual studio environment - I am running

Can someone please help me figure out what the problem is? Do I need to install 
something extra to make WixUI work?

Thanks,
Hammad
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
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