|
-
Mar 9th, 2006, 01:18 PM
#1
Thread Starter
Member
[RESOLVED] Deployment icons
Hi all,
ive created a setupfile and created shortcuts to users desktop and programs folder. In the application folder ive added an add or remove icon.
Ive tried putting icons in the other two folders but when i install the app all i get on the desktop is two crappy looking file icons. (ones a shortcut to the appexe and the others just an icon.
What am i doing wrong?
It's only easy if you know!
VB.NET2003/1.1
VB2005/2.0
-
Mar 9th, 2006, 01:39 PM
#2
Fanatic Member
Re: Deployment icons
Did you make the icon property of the exe equal to your Icon?
 Originally Posted by mrcrash
Hi all,
ive created a setupfile and created shortcuts to users desktop and programs folder. In the application folder ive added an add or remove icon.
Ive tried putting icons in the other two folders but when i install the app all i get on the desktop is two crappy looking file icons. (ones a shortcut to the appexe and the others just an icon.
What am i doing wrong?
-
Mar 9th, 2006, 03:05 PM
#3
Thread Starter
Member
It's only easy if you know!
VB.NET2003/1.1
VB2005/2.0
-
Mar 9th, 2006, 07:16 PM
#4
Re: Deployment icons
 Originally Posted by mrcrash
Hi all,
ive created a setupfile and created shortcuts to users desktop and programs folder. In the application folder ive added an add or remove icon.
Ive tried putting icons in the other two folders but when i install the app all i get on the desktop is two crappy looking file icons. (ones a shortcut to the appexe and the others just an icon.
What am i doing wrong?
Hi,
To create a shortcutIcon on your desktop:
Click on the Primary Output from....... output then go
to the menuBar Action ad click on the Create Shortcut and name it. Go to the property of your Shortcut and Add your Icon.Then drag to the User's Desktop. Build the installer!
Hope it helps,
sparrow1
Last edited by sparrow1; Mar 10th, 2006 at 04:34 PM.
-
Mar 9th, 2006, 11:34 PM
#5
Re: Deployment icons
I had the same problem a short while ago. What I did was include the icon in the actual setup project as a new item, and set the "exclude" property to "true" on install. I then used that icon inside of the setup project for the shortcut icons (or something to that effect)...
-
Mar 10th, 2006, 01:11 PM
#6
Thread Starter
Member
Re: Deployment icons
Thanks sparrow... worked a treat!
I was creating the shortcut, moving it to desktop and program folders, then assigning an icon..... not the result i wanted!
It's only easy if you know!
VB.NET2003/1.1
VB2005/2.0
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|