I've discovered that when using Squirrel for Windows installation framework, the program's Publisher name, as seen in the Programs and Features
of Windows, is specified by the Authors
field of the Package Metadata in the .nuspec file.
However, when I specify a company name that includes a comma, e.g. Company, Inc.
, the Publisher is displayed as just Company
, truncating the rest.
Is there a way to specify a company name that includes a comma?