Hi,

I opened the msi with Orca, and the Component field is complete (more than
the 72 chars limit). Maybe WIX is just changing the table definition?

According to MS: "The installer does not internally limit the length of
columns to the value specified by the column definition format. If the data
entered into a field exceeds the specified column length, the package fails
to pass package
validation<http://msdn.microsoft.com/en-us/library/aa370569(VS.85).aspx>"


How safe is to ignore ICE03? In any case, it seems that WIX is getting all
the data into the Component field.

Thanks,

Eitan




On Sun, Sep 28, 2008 at 11:36 AM, Jon Arild Tørresdal <[EMAIL PROTECTED]>wrote:

> If you check the Component table in Orca you see that the Component field
> (same as component id in WiX) is defined with length 72. Unless WiX have
> special handling to reduce the length for longer strings and keep them
> unique, I would not exceed this limit.
>
> Jon A. Torresdal
> http://blog.torresdal.net
>
>
> -----Original Message-----
> From: Eitan Behar [mailto:[EMAIL PROTECTED]
> Sent: 28. september 2008 09:44
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Warning CNDL 1026 - can ignore ?
>
> Hi,
>
> I am getting the following warning:
>
> *warning CNDL1026: The **Component/@Id* <Component/@Id>* attribute value
> ...
> is too long for an identifier, Standard identifiers are 72 characters long
> or less.*
> **
> Please, do you know what are the implications of ignoring this warning? I
> use pretty long ids in order to identify the fragment name and file name,
> etc in each component.
>
> Thanks in advance,
>
> Eitan
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to