Link to home
Start Free TrialLog in
Avatar of philkryder
philkryder

asked on

? VISUAL STUDIO 2010 - I can't find the FILE SYSTEM EDITOR

This
http://msdn.microsoft.com/en-us/library/syyw4edd(v=vs.100).aspx
MSDN article refers to a FILE SYSTEM ETDITOR
in Visual Studio

? what is it?
?and how can I find it?

Thanks
Phil
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

isn't it simply the dialog shown when you want to open a file? what are you trying to do?
You right-click the setup project within Solution Explorer, then select View->File System. You can see an example of that in the following tutorial:

http://vijirajkumar.blogspot.com/2010/03/create-setup-and-deployment-project.html
Avatar of philkryder
philkryder

ASKER

but, I don't have the option of view ->Files System - just View-> Class Diagram
that example is VS 2008. I have VS 2010 pro.
I think they are referring to the windows explorer in that article:
User generated image
Yep... the File Syestem Editor you see all over hat article actually refers to Widows Explorer.
It has nothing to do with Visual Studio.
The article on MSDN is in the section "Visual Studio Installer deployment". Accordingly, it applies to Setup and Deployment Project. If you create one, or add to your solution (which is explained in the 2nd and 3rd articles in the same section on MSDN), you will see File System Editor at once.
User generated image
I'm a little lost as to which article is being referred to.
this article to which I referred does not seem to be referencing windows explorer:
http://msdn.microsoft.com/en-us/library/syyw4edd(v=vs.100).aspx
but, rather a FILE SYSTEM EDITOR in VISUAL STUDIO.

Also,
I'm using a CLICKONCE deployment; not a Setup And Deployment project.

My "goal" is to be able to use my project specific ICON in Add and Remove Programs.
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it was clear.