473,666 Members | 2,617 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1290
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(Applicat ion.ExecutableP ath)

The program is inside of the Documents and Settings folder.

Freddy Coal.

"Rajesh Soni" <ra*********@ya hoo.comwrote in message
news:%2******** ********@TK2MSF TNGP06.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
2595
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 clicked. I thought the control might be the problem, so i deleted the old control and binded the new linkbutton control but am still getting the same error. Am using visual studio 2005. Source code inside my grid:...
3
1440
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 .Net. Right now, I have an interesting problem that I hope y'all can help with. I open the project from the web server in Visual Studios.Net 2000. I have a form page, and when a certain dropdown item is selected, it generates the items in the next...
2
1332
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 idea how high the learning curve would be, but I continue to push on. I've downloaded this exe (self-extracting zip file) from microsoft (DotNET Color Quantization Code.exe). The instructions say to simply extract the files from the zip (no...
0
1157
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 on the target machine. If I want the app installed under C:\Sunshine, is this possible? Thanks a lot for help!! Ben
1
1196
by: Keith | last post by:
Where can I download a Visual Studio 2005 add in called "Publish Website?"
1
1145
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 Remote Server on our WAN, I get prompted with a Network Login dialog. I key in the correct credentials for my account, and it simply flips right back to the Network Login dialog again.
1
2268
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 separate new directory so I created c:\Projects\ProjectX\www2\ copied all the content and build. I made the changes I wanted and test, everything worked fine. I'm using the Development Webserver, not IIS. But when I hit "Publish website", it failed...
0
1723
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 Crystal report I find that the "Publish as Web Service" option is missing. Do I need to install a VS.Net component to make this option available? Any clues on other ways to generate the asmx file to create a publish the crystal report as a web...
0
1014
by: arun | last post by:
Can any one please say me the difference b/w Aspnet_compiler.exe and "Publish Website"
0
8454
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
8787
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8645
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...
0
5672
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
4200
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...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
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
2013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1778
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.