In Inno Setup, within the name of a component, the '-' value is not valid is there a list of other values besides " " that are invalid.
Is there a list of other values besides " ", and "-" that are invalid for components in Inno Setup?
77 views Asked by amalgamate At
2
There are 2 answers
1
On
If you compile a .iss file with a component with a dash, it will tell you that only alpha numeric chars are valid. In addition it will also tell you that it may not start or end with a '\' or '/'. (tho '/' and '\' are special chars and are valid to denote the level of the component. Also a component value or "not", "and" or "or" are reserved.
The rules for the
Name
parameter values of the[Tasks]
and[Components]
sections are:not
,and
,or