WildCardLongFileNameType (Simple Type)

WiX Help

WildCardLongFileNameType (Simple Type)

Description

Values of this type will look like: "Long File N?me.extension*". The following characters are not allowed: \ | > : / " or less-than. The name must be shorter than 260 characters. The value could also be a localization variable with the format $(loc.VARIABLE).

Pattern Type
Must match the regular expression: '[^\\\|><:/"]{1,259}|\$\(loc\.[_A-Za-z][0-9A-Za-z_.]*\)'.
See Also
Wix Schema