Can't select Primary Output as target of shortcut in Visual Studio 2005 setup project - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T19:02:58Z http://stackoverflow.com/feeds/question/127288 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/127288/cant-select-primary-output-as-target-of-shortcut-in-visual-studio-2005-setup-pro 1 Can't select Primary Output as target of shortcut in Visual Studio 2005 setup project HollyStyles 2008-09-24T13:56:51Z 2008-09-24T14:04:52Z <p>I've Added a setup project to my solution (didn't use the wizard) I then added the primary output of the Windows Application I have coded to the Applcation Folder node (Right click the setup project in Solution-Explorer and select View -> File System). I Right clicked the User's Desktop node and selected 'Create Shortcut to user's Desktop' in the context menu. Typed a name for the shortcut and then in the properties window clicked the ellipsis button for the Target property. A dialog is displayed but it won't expand the Application folder node and let me select the Primary Output as the target !!! WTF ??? </p> <p>I have done this on another project but I can't for the life of me figure out why I can't do it on this one. Hell! the projects are almost identical in every other way. Gah! going bald. Hoping someone out there is having a better day than me and has time to give me the probably screamingly obvious solution and make me feel lame.</p> http://stackoverflow.com/questions/127288/cant-select-primary-output-as-target-of-shortcut-in-visual-studio-2005-setup-pro/127325#127325 1 Answer by Craig Vermeer for Can't select Primary Output as target of shortcut in Visual Studio 2005 setup project Craig Vermeer 2008-09-24T14:02:27Z 2008-09-24T14:02:27Z <p>You actually have to right-click on 'Primary Output From ' in your setup project, and create a shortcut to that. Then, you can move the shortcut over to the 'Users Desktop' location within your setup project.</p> http://stackoverflow.com/questions/127288/cant-select-primary-output-as-target-of-shortcut-in-visual-studio-2005-setup-pro/127339#127339 1 Answer by Blorgbeard for Can't select Primary Output as target of shortcut in Visual Studio 2005 setup project Blorgbeard 2008-09-24T14:04:52Z 2008-09-24T14:04:52Z <p>I think you've created a shortcut to the desktop, on the desktop.</p> <p>Try clicking on User's Desktop, then right-clicking in the right hand pane, and selecting "Create new shortcut" from there.</p>