Can't select Primary Output as target of shortcut in Visual Studio 2005 setup project - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T19:02:58Zhttp://stackoverflow.com/feeds/question/127288http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/127288/cant-select-primary-output-as-target-of-shortcut-in-visual-studio-2005-setup-pro1Can't select Primary Output as target of shortcut in Visual Studio 2005 setup projectHollyStyles2008-09-24T13:56:51Z2008-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#1273251Answer by Craig Vermeer for Can't select Primary Output as target of shortcut in Visual Studio 2005 setup projectCraig Vermeer2008-09-24T14:02:27Z2008-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#1273391Answer by Blorgbeard for Can't select Primary Output as target of shortcut in Visual Studio 2005 setup projectBlorgbeard2008-09-24T14:04:52Z2008-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>