
TheeBOB asked a question.
Component Wizard - Install Font
I was trying to follow the guide found at: http://www.installationdeveloper.com/3251/installing-fonts-during-an-installshield-installation/
I go through the Component Wizard and select the font I want. Nowhere/at no time in the Component wizard is there the option to manually specify the component name. Instead it automatically generates the component name. No matter what I try, when I click finish I get the following error message:
Component: An invalid identifier was supplied.
The field may contain letters, digits, underscores (_), or periods (.). Then field must begin with a letter or an underscore.
^ The component name that is being generated has a dash (-) in it.
I had the same problem.
My problem was, that I hat do Replace a GUID in the Project. So I opened it as XML and replaced the old GUID with the new generated.
But I haven't seen, that the old one had _ not - between the characters.
So I corrected it an everything is ok.