I have an application created with Visual Studio with several projects inside. For each project I create an executable that I am going to use later, the executable has a name like miAplicacion.exe
, but when I try to open a file from "Open with..." the name that appears is myApplication and I would like "Jota Application" to appear. Say a friendly name instead of the executable name. Can this be done from Visual Studio? Or is it by building the installer and registering my app?
In principle, the name that should appear is the one you specify as "Title" of the application in the assembly information.
Open the project properties. In the "Application" tab click the "Assembly Information" button and put whatever name you want in "Title".
In the image it is in English but I think it is understood.