When using the following definition for an Open With dialog
<ProgId Id="GSA.10.1.Text.document" Description="GSA document (ASCII)" Advertise="no" >
<Extension Id="GWA" >
<Verb Id="open" Command="Open with GSA 10.1" Argument='"%1"' Target="[TARGETDIR_Program_Files_Oasys_GSA_10.1]Gsa.exe" />
</Extension>
</ProgId>
I'm expecting the Open With dialog to display GSA 10.1
but instead displays GSA
in the right click menu
And GSA 10
after selecting Open With...
If I change the definition to be 10-1
the first dialog looks better
<ProgId Id="GSA.10.1.Text.document" Description="GSA document (ASCII)" Advertise="no" >
<Extension Id="GWA" >
<Verb Id="open" Command="Open with GSA 10.1" Argument='"%1"' Target="[TARGETDIR_Program_Files_Oasys_GSA_10.1]Gsa.exe" />
</Extension>
</ProgId>
But still get the same issue when selecting Open With...
I'm trying to get GSA 10.1
to display in both menus and I'm having problems finding any documentation about what would be a valid name to display correctly.