Tagged Questions
0
votes
0answers
107 views
Arguments not passed to Desktop Shortcut in Deployment Project
I put together a deployment project (VS2008) for my project. I want the desktop shortcut to pass two arguments when it is invoked. I've added the values to the Arguments property for the shortcut, but ...
0
votes
1answer
2k views
Can I create a custom desktop icon for a shortcut in ClickOnce Deployment?
My application creates a shortcut on the user's desktop with a standard icon. How can I change the icon to something custom? I'm using VS2008 with .NET 3.5. Thank you.