InstallAware for Windows Installer
 

COMMATEXT

This structure represents a collection of multiple items in a single comma-delimited string. Each item is additionally surrounded by a double quote.

For example, the collection of the following strings:

Stri,ng 1
Stri"ng 2
String 3
 
String5

will be represented as the following single string:

"Stri,ng 1","Stri""ng 2","String 3","","String5"