Is there a way to install my application without a manufacturer name using a Visual Studio Setup Project?
For example, if in the setup project properties I leave the manufacturer name blank, it installs to
C:/Program Files/Default Company Name/ApplicationName
my desired install location is
C:/Program Files/ApplicationName
How can I install to a directory without using the Manufacturer name field at all?