vote up 1 vote down star

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?

flag

1  
Which installer do you use? I'd suggest you to use InnoSetup – Sorantis Aug 14 at 18:44
Do you mean put a shortcut on the Start menu and/or the quick launch bar? Or do you mean you want the installer to use the same icon as your program? – Paul Williams Aug 14 at 18:46
using the same icon as project is fine – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 18:47
i am using the same installer as what comes with visual basic express, probably CLICKONCE – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 18:48

3 Answers

vote up 0 vote down

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?

link|flag
yes whatever it is on NET – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 19:08
vote up 1 vote down

This is about embedded in VS Deployment Project

full size

So add an icon file to Application Folder, name it properly. After add a shortcut to Desktop (choose a project output as target) and setup icon (your ico file as target)

link|flag
im sorry where do i find this screen? im using vb.net express 08 – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 19:13
add new project to you solution: Add Project -> Other project types -> Setup and Deployment -> Setup Project – abatishchev Aug 14 at 19:23
i dont have those options, i have add-->new project-> winform, class lib, wpf, console, – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 19:39
do you have a tree to the left of Add Project dialog with a list of project categories? img268.imageshack.us/img268/4222/… – abatishchev Aug 14 at 20:14
Also I found this: bytes.com/topic/visual-basic-net/… it seems that there is no Setup Projects in Express, only in Pro+ editions of VS, unfortunately.. but try Publish menu! – abatishchev Aug 14 at 20:15
show 1 more comment
vote up 1 vote down

Do you mean change the icon of the program so it is not a generic box thing? If that is the case, open your project, click the project menu, and select <project name> properties. Then, under the application tab, there is a place to browse for your icon: alt text

Hope this helps.

link|flag
nope i want an icon added to the desktop after application is installed – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 18:52
ok sorry, your question was a bit unclear at first. – Anders Aug 14 at 18:54
no prob thanks so much for ur help – IIIIIIIIIIllllIlIlIlIlllllllII Aug 14 at 18:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.