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

[WiX-users] ICE03: String overflow warning

2007-12-28 Thread Krause, Henning
Hi, When I compile my WIX project, I get the following warning: ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Target Is this something I should care about? After all, the column is limited (according to Orca) to 255 chars which is not enough given

Re: [WiX-users] ICE03 String overflow

2007-02-09 Thread Rob Mensching
et Subject: [WiX-users] ICE03 String overflow Hello, I'm getting the following warning when trying to compile my module, using Wix3.0 ICE03: String overflow (greater than length permitted in column); Table: File, Colu

[WiX-users] ICE03 String overflow

2007-02-07 Thread Stefan Seifert
Hello, I'm getting the following warning when trying to compile my module, using Wix3.0 ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): Maybe.the.name.for.this.file.is.too.long.dll.F69460F1_7FD1_421A_9422_D6FFD3AB741C Is there a