Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Custom Action Type 38 Validation fails


1 reply to this topic

TonyLowrey

TonyLowrey
  • Members
  • 15 posts

Posted 02 February 2006 - 11:02

I am using Custom Action Type 38 with the VBScript in the Target field of the Custom Action table. They work fine.

However, ICE validation reports that the target field exceeds the maximum field length!
CODE
ICE03 Warning String overflow (greater than length permitted in column); Table: CustomAction, Column: Target, Key(s): CheckCodeSignSystemSearch CustomAction Target CheckCodeSignSystemSearch

Not suprising as the field is full of script text!

The _Validation table does not appear to have a field length in the schema so I cannot see a way to remove this validation warning. Also, I see no mention of a maximum field length in the Microsoft docs for this field.

Has anyone found a solution to get rid of this ICE warning?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 February 2006 - 15:07

I don't know but you can always stire it in the Binary table instead.