Can't find setup project properties in Visual Studio 2005 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T11:23:08Z http://stackoverflow.com/feeds/question/253964 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/253964/cant-find-setup-project-properties-in-visual-studio-2005 0 Can't find setup project properties in Visual Studio 2005 bruce 2008-10-31T15:44:46Z 2009-01-13T00:59:33Z <p>All of the various postings, when speaking of Setup projects in vs2005, simply say "the properties are there" and/or "In Studio, I just click on the project name in the Explorer and I get the property window typical to other projects, and it's right there." BUT I DON'T!! I get a very limited list of properties (Output file name, Package files (as):, Compression, and URL. That's it! You can't believe how frustrating this is! I'm assuming it's something simply I'm (not) doing. PLEASE HELP. How do I get access to the miriad of Setup Properties???</p> http://stackoverflow.com/questions/253964/cant-find-setup-project-properties-in-visual-studio-2005/253991#253991 1 Answer by John Sheehan for Can't find setup project properties in Visual Studio 2005 John Sheehan 2008-10-31T15:52:42Z 2008-10-31T15:52:42Z <p>Highlight your project and hit F4. That's the properties pane. Right click and select Properties for the project properties dialog.</p> http://stackoverflow.com/questions/253964/cant-find-setup-project-properties-in-visual-studio-2005/254341#254341 0 Answer by bruce for Can't find setup project properties in Visual Studio 2005 bruce 2008-10-31T17:44:17Z 2008-10-31T17:44:17Z <p>F4 did it. Thanks. (See, I knew it was something easy.)</p>