Yes, it seems to be a bug.

The source of troubles seems to be the "non-alphanumeric" dot.
I know two ways to bypass:
- Rename file "License.rtf" to "License_rtf" and use
    "WixUILicenseRtf=License_rtf"
- Move this definition into the .wxs:
    <WixVariable Id="WixUILicenseRtf" Value="License.rtf" />

I myself prefer the 2nd.


BR

Yuri Gendelman


-----Original Message-----
Date: Tue, 22 Apr 2008 11:59:05 +0100
From: "Neil Sleightholm" <[EMAIL PROTECTED]>
Subject: [WiX-users] Votive error
To: <wix-users@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

I am getting the following error in the properties page with the latest
build of Votive (3.0.4014.0):

 

WiX variable: The Wix variables you entered is not in a valid format.
Etc

 

The variable I am entering is "WixUILicenseRtf=License.rtf" which I
think is valid (it was in previous versions). Is anyone else seeing
this? Should I raise a bug?

 

Regards

 

Neil

 

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to