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
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"
>
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
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
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
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
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
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
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
9 matches
Mail list logo