Today I started with my own WixUI interface library. Therefore I 
followed the ten steps from the tutorial 
http://www.tramontana.co.hu/wix/lesson2.php#2.5

Now I have a project inside of my VS2005 and it looks good so far. But 
if I try to compile I get many errors, for instance here:

<Control Id="LicenseText" Type="ScrollableText" X="20" Y="60"    
Width="330" Height="140" Sunken="yes" TabSkip="no">
        <Text SourceFile="!(wix.WixUILicenseRtf=$(var.licenseRtf))" />
</Control>

The problem here is the variable $(var.licenseRtf). It will be marked as 
unknown on the build process. What do I have to do for getting a 
workable interface library?

I use WiX 3.0.2218.0 and VS 2005.

If there is another guide how to start developing my own WixUI interface 
library I would to know it.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to