Re: [WiX-users] Votive error

2008-04-22 Thread Rob Mensching
Yes, bug, please. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm Sent: Tuesday, April 22, 2008 03:59 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Votive error I am getting the following error in the properties page with the latest build of Votive (3.0

Re: [WiX-users] Votive error

2008-04-22 Thread Neil Sleightholm
Thanks for the tip, I went for option 2. I will raise a bug on this. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gendelman, Yuri Sent: 22 April 2008 14:34 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Votive error Yes, it seems

Re: [WiX-users] Votive error

2008-04-22 Thread Gendelman, Yuri
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: I myself prefer the 2nd. BR Yuri Gendelman --

Re: [WiX-users] Votive error

2008-04-22 Thread Neil Sleightholm
That is correct for WiX source but I was trying to set it in the Visual Studio property page. Neil From: Willie Burton [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 13:47 To: Neil Sleightholm Subject: RE: [WiX-users] Votive error I thought it was like that. Did it change