How to deploy an Icon to the desktop

  • Thread starter Thread starter Arniec
  • Start date Start date
A

Arniec

Can someone show me some instructions on how to automatically create an icon
during installation of a vb2005 windows application?

Many thanks
 
Hello Arniec,

If you are using the ClickOnce I would start from this sample http://geekswithblogs.net/murraybgordon/archive/2006/10/04/93203.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


A> Can someone show me some instructions on how to automatically create
A> an icon during installation of a vb2005 windows application?
A>
A> Many thanks
A>
 
If you are creating a visual studio setup and deployment project, go to the
file system view. Right click the output of your application project and
select the option to create a shortcut. Drag the shortcut to the folder (in
that same view) you want the shortcut to be installed to, such as the desktop.
 
Back
Top