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

Many thanks
--
Arnie

Re: How to deploy an Icon to the desktop by RobinS

RobinS
Thu Jan 24 00:08:22 CST 2008

What are you using to install the application?

RobinS.
------------------------------
"Arniec" <Arniec@discussions.microsoft.com> wrote in message
news:3C8EE105-125A-448D-96BF-627A88BF5FCE@microsoft.com...
> Can someone show me some instructions on how to automatically create an
> icon
> during installation of a vb2005 windows application?
>
> Many thanks
> --
> Arnie


Re: How to deploy an Icon to the desktop by Michael

Michael
Thu Jan 24 02:36:51 CST 2008

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>



RE: How to deploy an Icon to the desktop by FamilyTreeMike

FamilyTreeMike
Thu Jan 24 05:52:01 CST 2008

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.

"Arniec" wrote:

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

Re: How to deploy an Icon to the desktop by Ravi

Ravi
Tue Feb 05 12:57:53 CST 2008

See this link:

http://www.knowdotnet.com/articles/createshortcutondesktop.html

Hope this helps,

/ravi

-----------------
"Arniec" <Arniec@discussions.microsoft.com> wrote in message
news:3C8EE105-125A-448D-96BF-627A88BF5FCE@microsoft.com...
> Can someone show me some instructions on how to automatically create an
> icon
> during installation of a vb2005 windows application?
>
> Many thanks
> --
> Arnie