Re: [WiX-users] ICE03: String overflow warning

2008-01-04 Thread Krause, Henning
Hi, > And in some cases, it WILL break. For example, feature ids are limited > to 38 characters, regardless of schema. Good to know. But my case is limited to the CustomAction table... Kind regards, Henning - This SF.net em

Re: [WiX-users] ICE03: String overflow warning

2008-01-04 Thread Bob Arnson
Richard wrote: > While I agree with this, I would add that in practice I've never seen > a problem arising from overflowing the field. Still, it puts you in a > position of "working by accident" instead of "working by design". > I've learned the hard way over the years that "working by accident" >

Re: [WiX-users] ICE03: String overflow warning

2008-01-03 Thread Richard
In article <[EMAIL PROTECTED]>, Chesong Lee <[EMAIL PROTECTED]> writes: > > My question is: Can I safely ignore this warning? > > It would be wise to avoid the warning. While I agree with this, I would add that in practice I've never seen a problem arising from overflowing the field. Stil

Re: [WiX-users] ICE03: String overflow warning

2008-01-03 Thread Chesong Lee
Custom actions in wix source codes may be a good reference. Hope this helps. Regards, Chesong Lee -Original Message- From: Krause, Henning [mailto:[EMAIL PROTECTED] Sent: Saturday, December 29, 2007 2:25 AM To: Chesong Lee; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] ICE03: St

Re: [WiX-users] ICE03: String overflow warning

2007-12-29 Thread Krause, Henning
rge.net > Cc: Krause, Henning > Subject: Re: [WiX-users] ICE03: String overflow warning > > Codes in deferred custom action cannot directly access MSI database. > > In the function, you can only read "CustomActionData" property, of > which value is set as the name of the cu

Re: [WiX-users] ICE03: String overflow warning

2007-12-28 Thread Chesong Lee
Codes in deferred custom action cannot directly access MSI database. In the function, you can only read "CustomActionData" property, of which value is set as the name of the custom action. For example, to transfer the data to the deferred custom action named "MyDeferredCustomAction", you have to

Re: [WiX-users] ICE03 String overflow

2007-02-09 Thread Rob Mensching
It's an ICE error. You really should fix it. It isn't hard in this case, just shorten the File/@Id. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Seifert Sent: Wednesday, February 07, 2007 1:56 PM To: wix-users@lists.sourceforge.net Subject: [W