473,659 Members | 3,395 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can I make to create a folder and direct access?

Hi everybody!

At this time I'm developing my first vusual C#.Net application, and at the
same time I making the "Setup and Deployment" project to install that
application in another computer, everything well, but I don't know how to
configure my Setup project to ask for and create the folder and the direct
access in order to the application runs. At this time if I try to make this
without that configuration, I need to make the folder and the direct access
manually.

I appreciate some help.

Regards
Carlos Villaseñor M.
Jun 4 '06 #1
3 2126
Are you using Visual Studio .NET 2005? If so,
have you tried Click Once?

--
Robbe Morris - 2004-2006 Microsoft MVP C#
Earn money answering .NET questions
http://www.eggheadcafe.com/forums/merit.asp

"Carlos Villaseñor M." <cv*******@avan tel.net> wrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
Hi everybody!

At this time I'm developing my first vusual C#.Net application, and at the
same time I making the "Setup and Deployment" project to install that
application in another computer, everything well, but I don't know how to
configure my Setup project to ask for and create the folder and the direct
access in order to the application runs. At this time if I try to make
this
without that configuration, I need to make the folder and the direct
access
manually.

I appreciate some help.

Regards
Carlos Villaseñor M.

Jun 5 '06 #2
Excuse me, but not. What is it "Click Onces?

Thanks for you answer
Carlos Villaseñor M.
"Robbe Morris [C# MVP]" <in**@eggheadca fe.com> escribió en el mensaje
news:Og******** ******@TK2MSFTN GP02.phx.gbl...
Are you using Visual Studio .NET 2005? If so,
have you tried Click Once?

--
Robbe Morris - 2004-2006 Microsoft MVP C#
Earn money answering .NET questions
http://www.eggheadcafe.com/forums/merit.asp

"Carlos Villaseñor M." <cv*******@avan tel.net> wrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
Hi everybody!

At this time I'm developing my first vusual C#.Net application, and at the same time I making the "Setup and Deployment" project to install that
application in another computer, everything well, but I don't know how to configure my Setup project to ask for and create the folder and the direct access in order to the application runs. At this time if I try to make
this
without that configuration, I need to make the folder and the direct
access
manually.

I appreciate some help.

Regards
Carlos Villaseñor M.


Jun 5 '06 #3
See there http://msdn2.microsoft.com/en-us/library/t71a733d.aspx

Excuse me, but not. What is it "Click Onces?

Thanks for you answer
Carlos Villaseñor M.
"Robbe Morris [C# MVP]" <in**@eggheadca fe.com> escribió en el mensaje
news:Og******** ******@TK2MSFTN GP02.phx.gbl...
Are you using Visual Studio .NET 2005? If so,
have you tried Click Once?

--
Robbe Morris - 2004-2006 Microsoft MVP C#
Earn money answering .NET questions
http://www.eggheadcafe.com/forums/merit.asp
"Carlos Villaseñor M." <cv*******@avan tel.net> wrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
Hi everybody!

At this time I'm developing my first vusual C#.Net application, and at

the same time I making the "Setup and Deployment" project to install that
application in another computer, everything well, but I don't know how to configure my Setup project to ask for and create the folder and the direct access in order to the application runs. At this time if I try to make
this
without that configuration, I need to make the folder and the direct
access
manually.

I appreciate some help.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Jun 5 '06 #4

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

Similar topics

5
11032
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been created in the wrong folder on the hard drive. Before I discovered these files, .NET kept trying to create a new project with _1 following the project name. Deleting those files corrected that problem. I deleted the Virtual Directory, rebooted, and...
1
1950
by: Pavils Jurjans | last post by:
Hello, My ASP.NET hoster has made a separate folder in my hosting space and configured it as separate application in IIS. Further, I created "bin" folder in this directory, and put in my aspx pages that all use code-behind. All works fine, but I was dismayed finding out that is is possible to write direct URL to an assembly in the bin folder, and IIS would allow to download pure code. That's somewhat very worg, isn't it? What should I...
15
1567
by: matko | last post by:
Hi! In one of the two examples for the PaintEventArgs.Graphics-property (in the VS 2005 documentation), the Graphics-object is "saved" to a local variable, before being used. In the other example, no such saving is done. Why was the Graphics-object saved in one of the examples? Is that really necessary? Example #1:
6
3359
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free) I installed FrontPage server extensions to IIS on my computer while following instructions in a Microsoft ASP.Net MCSD training book. After installing the FrontPage Server Extensions I cannot create a new
3
17253
by: The Woo | last post by:
Can one programatically create a file folder which has the same name as a key field, using a command button? Or, Can there be a a command button which opens up a directory tree to a specified location. I'm thinking this is a visual basic-related question? Why? I have a client tracking database. When the client's record is
0
3223
by: Niyazi | last post by:
Hi, I created application that store the data in SQL SERVER that reside on network. The client also use this application to access the resources provided with application. But is the client want to register new customer or companies they will enter the information in Windows Form and the program automaticaly creates the WORD document under specific folder under application path. Once the empty word file created than ask user if they want...
5
14356
by: CharlesA | last post by:
hi folks I'm working on reverse engineering TheBeerHouse by Marco Bellinaso which appears to have 100% unanimous approval on Amazon. I got the book and downloaded the code and I opened the solution. in his readme.txt he recommends that you move the database files he gives you in the App_data folder (called oddly aspnet.mdf and aspnet_log.mdf) and then attach them using sp_attach and rename them I renamed these TheBeerHouse (mdf and ldf)...
4
6901
by: Vlad | last post by:
I am having problems using the file.create method within a function that is called when looping through an array of filepaths. If I call my function with a hardcoded file path --C:\Temp.txt the function creates the file as expected. When I loop through my array I get the error - "ArgumentException was unhandled - Illegal characters in path" The value "C:\Temp.txt" is the first value in the array - as it works
4
2818
by: Robert | last post by:
Greetings New to Visual Studio 2008. Always us VB6.0 SP5. I am trying to copy files from A to B. I select a directory, and copy files. Works ok, but it does not create the directory first. snippet. Private Sub cmdTo_Click(ByVal sender As System.Object, ByVal e As
0
8428
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8337
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8628
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6181
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2754
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1978
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.