How to create Icon for ALL Users - VB.NET 2003 Deployment Project

  • Thread starter michael.dadashyan
  • Start date
M

michael.dadashyan

Hi there,

I created deployment project that installs my windows application. it
also should create icons in Start->programs and on the Desktop. But
Visual studio allows only to create icons in USER'S Desktop and
Programs folder.
How to do it for ALL Users? The application is going to be installed
by administrator and users will need to have the Icons when they are
logging in

Thanks
 
G

Guest

You could add a special folder by right clicking > Add Special Folder
Custom Folder. Then set the defaultlocation to C:\Documents and
Settings\All Users\Desktop
 
M

michael.dadashyan

You could add a special folder by right clicking > Add Special Folder> Custom Folder. Then set the defaultlocation to C:\Documents and

Settings\All Users\Desktop

I tried - doesn't seemes to work - creates on user's desktop instead
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top