473,668 Members | 2,416 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where do the Files Go on Installation

I am using VB.NET 2005 and built and published my solution. When installing
on a clients PC, where does the EXE go? Assume my project is Test.
Shouldn't it be installed in C:\Program Files\Test ? It isn't and I don't
know where to look. ON the Start menu, the Project shows up with a
shortcut and I can run the program, but I don't know where it is stored.

Thanks,

Henry
Nov 29 '06 #1
10 1634
Hello Henry,

In general the directory should have the company name and then the project
name, like Program Files\<yourComp any>\Test
The same for the keeping data into the registry

HJam using VB.NET 2005 and built and published my solution. When
HJinstalling on a clients PC, where does the EXE go? Assume my project
HJis Test. Shouldn't it be installed in C:\Program Files\Test ? It
HJisn't and I don't know where to look. ON the Start menu, the Project
HJshows up with a shortcut and I can run the program, but I don't know
HJwhere it is stored.
HJ>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Nov 29 '06 #2
I went to check to see if the project was installed where you said it would
be but it isn't there. I'm not sure where it is. And, another question,
how can I change the location if I wish.

Thanks.

H
"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17******** *************** ****@msnews.mic rosoft.com...
Hello Henry,

In general the directory should have the company name and then the project
name, like Program Files\<yourComp any>\Test
The same for the keeping data into the registry

HJam using VB.NET 2005 and built and published my solution. When
HJinstalling on a clients PC, where does the EXE go? Assume my project
HJis Test. Shouldn't it be installed in C:\Program Files\Test ? It
HJisn't and I don't know where to look. ON the Start menu, the Project
HJshows up with a shortcut and I can run the program, but I don't know
HJwhere it is stored.
HJ---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

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


Nov 29 '06 #3
I went to another users PC and found where the software was installed:

C:\Documents and Settings\Sam\Lo cal
Settings\Apps\2 .0\ADAE44VZ.KCW \8216AP8Y.LHH

How on earth was the project installed in this location? I searched through
the options in Visual Studio 2005 and couldn't find a place to change the
location of an install.


"Henry Jones" <he***@yada.com wrote in message
news:uc******** ********@TK2MSF TNGP06.phx.gbl. ..
>I am using VB.NET 2005 and built and published my solution. When
installing on a clients PC, where does the EXE go? Assume my project is
Test. Shouldn't it be installed in C:\Program Files\Test ? It isn't and I
don't know where to look. ON the Start menu, the Project shows up with a
shortcut and I can run the program, but I don't know where it is stored.

Thanks,

Henry

Nov 29 '06 #4
Hello Henry,

Have u tried to add CompanyName, project name to the attributes into AssemblyInfo.cs
file?

HJI went to another users PC and found where the software was
HJinstalled:
HJ>
HJC:\Documents and Settings\Sam\Lo cal
HJSettings\Apps \2.0\ADAE44VZ.K CW\8216AP8Y.LHH
HJ>
HJHow on earth was the project installed in this location? I searched
HJthrough the options in Visual Studio 2005 and couldn't find a place
HJto change the location of an install.
HJ>
HJ"Henry Jones" <he***@yada.com wrote in message
HJnews:uc****** **********@TK2M SFTNGP06.phx.gb l...
HJ>
>I am using VB.NET 2005 and built and published my solution. When
installing on a clients PC, where does the EXE go? Assume my project
is Test. Shouldn't it be installed in C:\Program Files\Test ? It
isn't and I don't know where to look. ON the Start menu, the
Project shows up with a shortcut and I can run the program, but I
don't know where it is stored.

Thanks,

Henry
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Nov 29 '06 #5
Yes,

CompanyName and ProjectName are already there.

<Assembly: AssemblyCompany ("MyCompany" )>

<Assembly: AssemblyProduct ("Test")>
"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17******** *************** ****@msnews.mic rosoft.com...
Hello Henry,

Have u tried to add CompanyName, project name to the attributes into
AssemblyInfo.cs file?

HJI went to another users PC and found where the software was
HJinstalled:
HJHJC:\Document s and Settings\Sam\Lo cal
HJSettings\Apps \2.0\ADAE44VZ.K CW\8216AP8Y.LHH
HJHJHow on earth was the project installed in this location? I
searched
HJthrough the options in Visual Studio 2005 and couldn't find a place
HJto change the location of an install.
HJHJ"Henry Jones" <he***@yada.com wrote in message
HJnews:uc****** **********@TK2M SFTNGP06.phx.gb l...
HJ>
>>I am using VB.NET 2005 and built and published my solution. When
installing on a clients PC, where does the EXE go? Assume my project
is Test. Shouldn't it be installed in C:\Program Files\Test ? It
isn't and I don't know where to look. ON the Start menu, the
Project shows up with a shortcut and I can run the program, but I
don't know where it is stored.

Thanks,

Henry
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

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


Nov 29 '06 #6
Mel
You are using Click-Once right? That is the default directory and I didn't
believe you can change it.

"Henry Jones" <he***@yada.com wrote in message
news:uP******** ******@TK2MSFTN GP03.phx.gbl...
Yes,

CompanyName and ProjectName are already there.

<Assembly: AssemblyCompany ("MyCompany" )>

<Assembly: AssemblyProduct ("Test")>
"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17******** *************** ****@msnews.mic rosoft.com...
>Hello Henry,

Have u tried to add CompanyName, project name to the attributes into
AssemblyInfo.c s file?

HJI went to another users PC and found where the software was
HJinstalled:
HJHJC:\Documen ts and Settings\Sam\Lo cal
HJSettings\App s\2.0\ADAE44VZ. KCW\8216AP8Y.LH H
HJHJHow on earth was the project installed in this location? I
searched
HJthrough the options in Visual Studio 2005 and couldn't find a place
HJto change the location of an install.
HJHJ"Henry Jones" <he***@yada.com wrote in message
HJnews:uc***** ***********@TK2 MSFTNGP06.phx.g bl...
HJ>
>>>I am using VB.NET 2005 and built and published my solution. When
installing on a clients PC, where does the EXE go? Assume my project
is Test. Shouldn't it be installed in C:\Program Files\Test ? It
isn't and I don't know where to look. ON the Start menu, the
Project shows up with a shortcut and I can run the program, but I
don't know where it is stored.

Thanks,

Henry
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

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



Nov 30 '06 #7
What is Click-Once? Another poster said that the files should default to
\MyCompany\Test but they don't go there. Any explanation would help.

Thanks
"Mel" <Me***********@ cox.netwrote in message
news:et******** ******@TK2MSFTN GP05.phx.gbl...
You are using Click-Once right? That is the default directory and I
didn't believe you can change it.

"Henry Jones" <he***@yada.com wrote in message
news:uP******** ******@TK2MSFTN GP03.phx.gbl...
>Yes,

CompanyName and ProjectName are already there.

<Assembly: AssemblyCompany ("MyCompany" )>

<Assembly: AssemblyProduct ("Test")>
"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17******* *************** *****@msnews.mi crosoft.com...
>>Hello Henry,

Have u tried to add CompanyName, project name to the attributes into
AssemblyInfo. cs file?

HJI went to another users PC and found where the software was
HJinstalled :
HJHJC:\Docume nts and Settings\Sam\Lo cal
HJSettings\Ap ps\2.0\ADAE44VZ .KCW\8216AP8Y.L HH
HJHJHow on earth was the project installed in this location? I
searched
HJthrough the options in Visual Studio 2005 and couldn't find a place
HJto change the location of an install.
HJHJ"Henry Jones" <he***@yada.com wrote in message
HJnews:uc**** ************@TK 2MSFTNGP06.phx. gbl...
HJ>
I am using VB.NET 2005 and built and published my solution. When
installin g on a clients PC, where does the EXE go? Assume my project
is Test. Shouldn't it be installed in C:\Program Files\Test ? It
isn't and I don't know where to look. ON the Start menu, the
Project shows up with a shortcut and I can run the program, but I
don't know where it is stored.
>
Thanks,
>
Henry
>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

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




Nov 30 '06 #8
Hello Henry,

You didn't specified which installed do u use, if u use InstalledShied that
what I was writing before is right.
But If u used VS 2005 feauture "Publish" (which is ClickOnce istaller) then
a path a little bit different
You can't specify where is you going to install your app. Only Windows is
responsible for this and it install your apps into
<sysdrive>:\Doc uments and Settings\<User> \Local Settings\Apps\ in one of
the some random generated directory

HJWhat is Click-Once? Another poster said that the files should
HJdefault to \MyCompany\Test but they don't go there. Any explanation
HJwould help.
HJ>
HJThanks
HJ"Mel" <Me***********@ cox.netwrote in message
HJnews:et****** ********@TK2MSF TNGP05.phx.gbl. ..
>You are using Click-Once right? That is the default directory and I
didn't believe you can change it.

"Henry Jones" <he***@yada.com wrote in message
news:uP******* *******@TK2MSFT NGP03.phx.gbl.. .
>>Yes,

CompanyName and ProjectName are already there.

<Assembly: AssemblyCompany ("MyCompany" )>

<Assembly: AssemblyProduct ("Test")>

"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17****** *************** ******@msnews.m icrosoft.com...

Hello Henry,

Have u tried to add CompanyName, project name to the attributes
into AssemblyInfo.cs file?

HJI went to another users PC and found where the software was
HJinstalle d:
HJHJC:\Docum ents and Settings\Sam\Lo cal
HJSettings\A pps\2.0\ADAE44V Z.KCW\8216AP8Y. LHH
HJHJHow on earth was the project installed in this location? I
searched
HJthrough the options in Visual Studio 2005 and couldn't find a
place
HJto change the location of an install.
HJHJ"Henry Jones" <he***@yada.com wrote in message
HJnews:uc*** *************@T K2MSFTNGP06.phx .gbl...
HJ>
>I am using VB.NET 2005 and built and published my solution. When
>installi ng on a clients PC, where does the EXE go? Assume my
>project is Test. Shouldn't it be installed in C:\Program
>Files\Te st ? It isn't and I don't know where to look. ON the
>Start menu, the Project shows up with a shortcut and I can run
>the program, but I don't know where it is stored.
>>
>Thanks,
>>
>Henry
>>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its
opponents do not cease to be insipid." (c) Friedrich Nietzsche
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Nov 30 '06 #9
Thanks for the information. I am using the VS 2005 Publish option and you
would think that the programmer would have control over where the app was
installed, but now I know we don't. I appreciate the info.

H

"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17******** *************** ****@msnews.mic rosoft.com...
Hello Henry,

You didn't specified which installed do u use, if u use InstalledShied
that what I was writing before is right.
But If u used VS 2005 feauture "Publish" (which is ClickOnce istaller)
then a path a little bit different
You can't specify where is you going to install your app. Only Windows is
responsible for this and it install your apps into <sysdrive>:\Doc uments
and Settings\<User> \Local Settings\Apps\ in one of the some random
generated directory
HJWhat is Click-Once? Another poster said that the files should
HJdefault to \MyCompany\Test but they don't go there. Any explanation
HJwould help.
HJHJThanks
HJ"Mel" <Me***********@ cox.netwrote in message
HJnews:et****** ********@TK2MSF TNGP05.phx.gbl. ..
>>You are using Click-Once right? That is the default directory and I
didn't believe you can change it.

"Henry Jones" <he***@yada.com wrote in message
news:uP****** ********@TK2MSF TNGP03.phx.gbl. ..

Yes,

CompanyNam e and ProjectName are already there.

<Assembly: AssemblyCompany ("MyCompany" )>

<Assembly: AssemblyProduct ("Test")>

"Michael Nemtsev" <ne*****@msn.co mwrote in message
news:17***** *************** *******@msnews. microsoft.com.. .

Hello Henry,
>
Have u tried to add CompanyName, project name to the attributes
into AssemblyInfo.cs file?
>
HJI went to another users PC and found where the software was
HJinstalled :
HJHJC:\Docu ments and Settings\Sam\Lo cal
HJSettings\ Apps\2.0\ADAE44 VZ.KCW\8216AP8Y .LHH
HJHJHow on earth was the project installed in this location? I
searched
HJthrough the options in Visual Studio 2005 and couldn't find a
place
HJto change the location of an install.
HJHJ"Henr y Jones" <he***@yada.com wrote in message
HJnews:uc** **************@ TK2MSFTNGP06.ph x.gbl...
HJ>
>>I am using VB.NET 2005 and built and published my solution. When
>>installin g on a clients PC, where does the EXE go? Assume my
>>project is Test. Shouldn't it be installed in C:\Program
>>Files\Tes t ? It isn't and I don't know where to look. ON the
>>Start menu, the Project shows up with a shortcut and I can run
>>the program, but I don't know where it is stored.
>>>
>>Thanks,
>>>
>>Henry
>>>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its
opponents do not cease to be insipid." (c) Friedrich Nietzsche
>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

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


Dec 1 '06 #10

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

Similar topics

3
15067
by: Stangonline.com | last post by:
Ok, im familiar with typical troubleshooting of this type on problem, but I do not do any programming myself. Im hoping you guys can help me with an install problem that I am having. I have an application that fails to register 2 .ocx files during installation. The OS is Windows Server 2003 running as a terminal server. I have since tried to install the same application in Windows 2000 Terminal server and it worked fine. SO im...
1
8590
by: Pierre Rouleau | last post by:
I can't remember where/how sys.path is set (aside from the automatically loaded site.py) and i get a strange entry in it. Can anyone remind me where/how to control sys.path on a Win32 machine (i'm running XP on the one where the issue arises). I can't figure out why the 'C:\WINDOWS\System32\python23.zip' entry is inside sys.path. That file/dir does not exist on the disk. Could a failing (crashing) Pythonwin installation caused that? ...
0
1459
by: Michał Januszczyk | last post by:
Hello. I've got the following problem: I created a windows installer project that installs my application. The application works with some files. I want to include some example files with the installation package. These files by no means are critical for the application itself. They are included only to help application user to get aquaintanced with the app.
0
12629
by: Sijmen | last post by:
In reference to the following post by Brandon Bray from Microsoft: http://groups.google.com/groups?q=g:thl1709599354d&dq=&hl=en&lr=&ie=UTF-8&selm=%238CXKwM3BHA.2488%40tkmsftngp04 Among other things, the thread talks about the C Runtime files such as MSVCR71.DLL, and seems to indicate that they should be installed in our applications directory, and not in the System32 directory. Specifically, Brandon states the following about installing...
11
7935
by: Kenneth P | last post by:
Hi, This link works but when you try to download IE WebControls you'll get to page that doesn't exist. http://msdn.microsoft.com/workshop/webcontrols/overview/overview.asp Anyone who could help me get the IE WebControls download link? TIA
5
7374
by: Phil Galey | last post by:
Is there a way of getting to point to D:\Program Files rather than C:\Program Files? If I try replacing with D:\Program Files, I get an invalid character error. Thanks.
8
2567
by: Paw | last post by:
Greetings. I use asp. what I need is is when a visitor comes to the site, I need it to check the host name. if "www.hometowndigest.com" is the host, then check a folder named "something" and if the folder does not exsist, create folder "www" and then copy folder "temp" and its contents. If the folder "www" is there, look in it, check to see if the files in folder "temp" are in there, if not, copy the files that are not from folder...
1
1351
by: lord.zoltar | last post by:
Hi, I'm wondering how I deploy a database with an application. I know that I can require SQLServer Express to be installed, using the ClickOnce deployment system, but I also need to know how I can include the database files and have them installed into SQLServer Express as a part of the installation process. I'm running VBExpress, SQLServer Express (but I also have access to SQL Server 2000, full version). thanks.
1
3767
by: bogdan.taru | last post by:
Hello, I have had a lot of problems installing a DB2 v8.1 Personal Edition on a RHEL4. Solved most of them by using a JDK-1.4.1 instead of the default 1.3.1, which comes with DB2. But I still have two problems, and I think they have something in common: 1) an instance was created during the installation. I am trying to add a new instance by using: "/opt/IBM/db2/V8.1/instance/db2icrt -d -a server -s ese -u db2fenc1 db2inst2", and this...
3
2819
by: V S Rawat | last post by:
I have to work on a website (in php). I downloaded index.php and when I loaded it through my wamp localhost php installation, it gave some errors mentioning the file names, from includes\ so I downloaded them. now it is just saying "No configuration file found and no installation code available. Exiting..." It is not even telling the filenames it needs to run that site offline.
0
8462
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
8382
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,...
1
8586
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
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
7405
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5682
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
4384
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2028
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1787
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.