Re: [WiX-users] The Tooltip string is overflowed!

2008-07-18 Thread Derek Tarm
Hi Chris, Thanks for your reply! The problem is that I must get rid of all the warning, otherwise the central building server in my corp will reject my code :-(. And it is odd that although this warning exists, the MSI package works perfectly, that means, the tooltip string is shown completely du

Re: [WiX-users] The Tooltip string is overflowed!

2008-07-18 Thread Christopher Karper
Is the property formattable? If so, you could assign a property value to it. But, the fact is, that is a valid warning. Wix just puts the string into a table in the resulting .msi/.msm and that technology imposes limits on it's content. If you want to use the installer, you have to play by t