Can't find setup project properties in Visual Studio 2005 - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T11:23:08Zhttp://stackoverflow.com/feeds/question/253964http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/253964/cant-find-setup-project-properties-in-visual-studio-20050Can't find setup project properties in Visual Studio 2005bruce2008-10-31T15:44:46Z2009-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#2539911Answer by John Sheehan for Can't find setup project properties in Visual Studio 2005John Sheehan2008-10-31T15:52:42Z2008-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#2543410Answer by bruce for Can't find setup project properties in Visual Studio 2005bruce2008-10-31T17:44:17Z2008-10-31T17:44:17Z<p>F4 did it. Thanks. (See, I knew it was something easy.)</p>