473,545 Members | 2,041 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can I install the File System Editor?

Does anyone know how to add the File System Editor to a Visual Studio 2003
installation?

Thanks!
Nov 19 '05 #1
4 1289
Which File System Editor ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tom C." <tc************ @yahoo.com> wrote in message
news:%t******** ***@tornado.rdc-kc.rr.com...
Does anyone know how to add the File System Editor to a Visual Studio 2003 installation?

Thanks!

Nov 19 '05 #2
Thanks for asking.

Here are a few references to it:

http://msdn.microsoft.com/library/de...ingfolders.asp

http://www.developer.com/net/print.php/10916_3356411_1

http://www.developer.com/net/net/art...1087_3352511_5

Any ideas appreciated!

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u$******** ********@TK2MSF TNGP10.phx.gbl. ..
Which File System Editor ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tom C." <tc************ @yahoo.com> wrote in message
news:%t******** ***@tornado.rdc-kc.rr.com...
Does anyone know how to add the File System Editor to a Visual Studio
2003 installation?

Thanks!


Nov 19 '05 #3
You already have it installed if you're running VS.NET.

See:
http://msdn.microsoft.com/library/de...stemEditor.asp

The File System Editor adds project outputs and other files to a deployment
project, to specify the locations where files will be installed on a target
computer, and to create shortcuts on a target computer.

To access the File System Editor, on the View menu, point to Editor,
and then click File System when a deployment project is selected in
Solution Explorer.

So, first create a deployment project, and then access the File System Editor,
as outlined above, from within your opened deployment project.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tom C." <tc************ @yahoo.com> wrote in message
news:Ya******** ******@tornado. rdc-kc.rr.com...
Thanks for asking.

Here are a few references to it:

http://msdn.microsoft.com/library/de...ingfolders.asp

http://www.developer.com/net/print.php/10916_3356411_1

http://www.developer.com/net/net/art...1087_3352511_5

Any ideas appreciated!

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u$******** ********@TK2MSF TNGP10.phx.gbl. ..
Which File System Editor ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tom C." <tc************ @yahoo.com> wrote in message
news:%t******** ***@tornado.rdc-kc.rr.com...
Does anyone know how to add the File System Editor to a Visual Studio 2003
installation?

Thanks!



Nov 19 '05 #4
Hi Juan,

You're right! Thank you very much for your reply; with your help I was able
to find it after hours of banging my head.

Now that I've found it, I'll play around with it to try to solve my problem.

Thanks again!

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:O2******** ******@TK2MSFTN GP14.phx.gbl...
You already have it installed if you're running VS.NET.

See:
http://msdn.microsoft.com/library/de...stemEditor.asp

The File System Editor adds project outputs and other files to a
deployment
project, to specify the locations where files will be installed on a
target
computer, and to create shortcuts on a target computer.

To access the File System Editor, on the View menu, point to Editor,
and then click File System when a deployment project is selected in
Solution Explorer.

So, first create a deployment project, and then access the File System
Editor,
as outlined above, from within your opened deployment project.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tom C." <tc************ @yahoo.com> wrote in message
news:Ya******** ******@tornado. rdc-kc.rr.com...
Thanks for asking.

Here are a few references to it:

http://msdn.microsoft.com/library/de...ingfolders.asp

http://www.developer.com/net/print.php/10916_3356411_1

http://www.developer.com/net/net/art...1087_3352511_5

Any ideas appreciated!

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u$******** ********@TK2MSF TNGP10.phx.gbl. ..
Which File System Editor ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tom C." <tc************ @yahoo.com> wrote in message
news:%t******** ***@tornado.rdc-kc.rr.com...
Does anyone know how to add the File System Editor to a Visual Studio
2003 installation?

Thanks!



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1699
by: StepH | last post by:
Hi, I'm new to Python. I'm working under XP, and I've alot of prob. (not with the langage itself, but with the tools): I've install Pyhton 2.4 in C:\Python24, using the .msi windows installer. Then, I've install "PythonWin" (the last build-203). I'll try to summerize my prob.:
6
2023
by: João Santa Bárbara | last post by:
hi all i need to create an setup package that registers an assembly can some one tell me how to start ?? thks JSB
6
2017
by: Paul | last post by:
Hello everyone: I am developing a VB.Net Windows Application and I am now ready to create the deployment project for it. This application needs to be installable on a different number of users / clients, and the application has an Access DB out on their network. How can I create a deployment routine where I can have a dialog box prompt...
2
5328
by: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically works. Now, I am wondering if there is any way to change the directory that the installer installs the files to. I want to be able to put my files...
3
9461
by: Jeff Yang | last post by:
I have two applications(A and B),and I install the two applications seperatly.Now I want to get B's install path in A,How can I do that?Thanks.
3
56938
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I want to test this service on a Windows Server 2003 box that doesn't have the Visual Studio Command prompt. How do I go about installing the...
2
7972
by: Fan Wang | last post by:
Hi All, I wrote a windows service with C# as below. But I can't install it with installutil.exe. I got an error message " Exception occurred while initializing the installation: System.IO.FileNotFoundException: File or assembly name windowsservice1, or one of its dependencies, was not found.. " I am new to C# environment. Any idea any clue...
2
2827
by: ValK | last post by:
Hello All. I have a windows service, that monitors file directory. Now I'm trying to create custom install wizard for this service. I added projectinstaller class to my application, where I specified properties like ServiceName, DisplayName and so on. What I like to do, is to add one more dialog screen with the test box and "Browse" button...
1
1998
by: PHPBABY3 | last post by:
Hi everyone, A. I downloaded SOKKIT a while ago. I am able to write PHP programs (a.k.a. files or scripts) in directory c:\apache2triad\htdocc using Notepad, and run them by connecting to localhost/filename. I use names that end in ".php" and in Windows Explorer they display as blue circles containing "php". There is a desktop icon,...
0
7473
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7408
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7661
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7815
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7433
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5976
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5340
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3444
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.