I use VS2010 to create a setup and deployment Project. I want to set the Program name. I have tried using the Properties window and set the Manufacturer Name and Title but when the 'Do you trust this Application' Dialog Shows during setup process, It shows the Installation Path instead of the name.
Program Name : C:/Users/C-SHARP/Documents/Visual Studio 2010/Projects/Matrix/MatrixSetup/Setup.exe
Publisher : Unknown
Source : Hard disk on the Computer.
What I want is that the "Program Name" should show Matrix
instead of the Path. How can I do this?