473,387 Members | 1,891 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Problem with "Publish"

Hello!

I'm trying to publish my application, but when i try to install it at the
end-user's computer, i don't know where it places the EXE, it appears in the
start --programs (executed perfectly!)... But i want to define a folder
where the EXE should be placed at the end-user's computer.

Thanks in advance.
Rajesh
Feb 27 '07 #1
3 1281
Rajesh Soni, I have the same funny problem, you have this solution:

Put a line in your program that send you a message about where is the
executable (I use Vb.Net)

MsgBox(Application.ExecutablePath)

The program is inside of the Documents and Settings folder.

Freddy Coal.

"Rajesh Soni" <ra*********@yahoo.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hello!

I'm trying to publish my application, but when i try to install it at the
end-user's computer, i don't know where it places the EXE, it appears in
the start --programs (executed perfectly!)... But i want to define a
folder where the EXE should be placed at the end-user's computer.

Thanks in advance.
Rajesh

Feb 27 '07 #2
Are you guys using a CLickOnce deployment? I am too and I get the same
thing. Also, I don't think there's any way around it.
Bothers me a lot, but until I can persuade manager to get the full
version of VS2005, it looks like I'm stuck with it. ;)

Feb 27 '07 #3
I'm trying to publish my application, but when i try to install it at
the end-user's computer, i don't know where it places the EXE, it
appears in the start --programs (executed perfectly!)... But i want
to define a folder where the EXE should be placed at the end-user's
computer.
Click once deploys the application to a hidden location under Documents and
Settings. This allows for ease of deployment in a Terminal Services environment
to keep multiple users from installing applications over already running
versions. The down side is if you have multiple users on a single box, the
application will be installed multiple times. Installing it to the local
user directory, we can better sandbox the application to improve security
and keep from having to have administrative permission to install the application.
Even if you distribute a compiled application via the old setup mechanisms,
the recommendation is to NOT require an application to be installed in a
specific location.

Jim Wooley
http://devauthority.com/blogs/jwooley
Feb 28 '07 #4

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

Similar topics

5
by: comshiva | last post by:
Hi all, I have converted my existing ASP.NET project from 1.1 to 2.0 and i have found that everything works fine except the linkbutton control in my datagrid which throws an javascript error when...
3
by: Stefanie Gardner | last post by:
I am a programmer, new to VB.Net. I have a client with a website designed and built by someone else, that has handed it over to me to maintain. I have enjoyed/hated the challenges involved with...
2
by: Rocky Clark | last post by:
Now please be gentle. I have been a Microsoft developer for many years and used everything from VB 3.0 to Visual Studio 6.0 from their inception. I am now attempting to switch to .net. I had no...
0
by: Ben | last post by:
I have a C# Windows program, and I made it available for online download and install using the "Publish" wizard of VS.Net. However, I can't figure out how to change the default install file folder...
1
by: Keith | last post by:
Where can I download a Visual Studio 2005 add in called "Publish Website?"
1
by: cider123 | last post by:
I don't know what our Server Admins changed, or if it's something else. I'm in the Administrator group on this Server, so I don't know what else they may need. When I attempt to publish to a...
1
by: craigkenisston | last post by:
I can't believe what is happening on my computer right now. I have a web project, file-system based on something like c:\Projects\ProjectX\www\. I had to make some changes and testing in a...
0
by: Ken | last post by:
Hello- I am following this article to publish a Crystal Report, inside a VS.Net project, as a web service - http://msdn2.microsoft.com/en-us/library/aa288396(VS.71).aspx When I right click on the...
0
by: arun | last post by:
Can any one please say me the difference b/w Aspnet_compiler.exe and "Publish Website"
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...

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.