views:

269

answers:

3

i would like the installer to put an icon shortcut to my app created in vb.net. how do i do this?

i am using click once

edit:

i am using visual basic express 2008. perhaps it is not possible to add the icon to desktop using the built in installer?

+1  A: 
Anders
nope i want an icon added to the desktop after application is installed
I__
ok sorry, your question was a bit unclear at first.
Anders
no prob thanks so much for ur help
I__
+1  A: 
abatishchev
im sorry where do i find this screen? im using vb.net express 08
I__
add new project to you solution: Add Project -> Other project types -> Setup and Deployment -> Setup Project
abatishchev
i dont have those options, i have add-->new project-> winform, class lib, wpf, console,
I__
do you have a tree to the left of Add Project dialog with a list of project categories? http://img268.imageshack.us/img268/4222/addprojectsetup.png
abatishchev
Also I found this: http://bytes.com/topic/visual-basic-net/answers/437573-no-setup-project-2005-express-edition it seems that there is no Setup Projects in Express, only in Pro+ editions of VS, unfortunately.. but try Publish menu!
abatishchev
publish doesnt do it i just checked
I__
A: 

Every installer does that differently, depending on what you are using you should be able to find a feature to add the icon to the desktop.

What installer are you using? .Net Deployment wizard?

Cyril Gupta
yes whatever it is on NET
I__