Install folder for setup

T

tshad

I have done my setup and deployment for my Windows Service on VS 2008.

Is there a place to set up the default Installation folder?

It is coming up:C:\Program Files\Default Company
Name\LabelPrintServiceDeployment\ and I would like to change that so it
comes up with the company name and another folder.

Thanks,

Tom
 
F

Family Tree Mike

tshad said:
I have done my setup and deployment for my Windows Service on VS 2008.

Is there a place to set up the default Installation folder?

It is coming up:C:\Program Files\Default Company
Name\LabelPrintServiceDeployment\ and I would like to change that so it
comes up with the company name and another folder.

Thanks,

Tom

Right click on the setup project and select "View" then "File System". You
will see an explorer like window, showing among other folders, "Application
Folder". When you select that folder, there is a property that is named
"DefaultLocation". Change that to the new default that you want.

Mike
 
F

Family Tree Mike

tshad said:
I have done my setup and deployment for my Windows Service on VS 2008.

Is there a place to set up the default Installation folder?

It is coming up:C:\Program Files\Default Company
Name\LabelPrintServiceDeployment\ and I would like to change that so it
comes up with the company name and another folder.

Thanks,

Tom

Right click on the setup project and select "View" then "File System". You
will see an explorer like window, showing among other folders, "Application
Folder". When you select that folder, there is a property that is named
"DefaultLocation". Change that to the new default that you want.

Mike
 
T

tshad

Family Tree Mike said:
Right click on the setup project and select "View" then "File System".
You
will see an explorer like window, showing among other folders,
"Application
Folder". When you select that folder, there is a property that is named
"DefaultLocation". Change that to the new default that you want.
That worked fine. In 2008, apparently, you have to right click the
Application and select Properties to find it.

BTW, where does the msi get created when you do the install from VS. I
usually create my Deployment project, right click the project and install
from there and it installs it directly on my machine. But not sure where
the msi is created.

Thanks,

Tom
 
T

tshad

Family Tree Mike said:
Right click on the setup project and select "View" then "File System".
You
will see an explorer like window, showing among other folders,
"Application
Folder". When you select that folder, there is a property that is named
"DefaultLocation". Change that to the new default that you want.
That worked fine. In 2008, apparently, you have to right click the
Application and select Properties to find it.

BTW, where does the msi get created when you do the install from VS. I
usually create my Deployment project, right click the project and install
from there and it installs it directly on my machine. But not sure where
the msi is created.

Thanks,

Tom
 
F

Family Tree Mike

tshad said:
That worked fine. In 2008, apparently, you have to right click the
Application and select Properties to find it.

BTW, where does the msi get created when you do the install from VS. I
usually create my Deployment project, right click the project and install
from there and it installs it directly on my machine. But not sure where
the msi is created.

Thanks,

Tom

Right-click the setup project to open the properties for the project. In
the Properties for the setup project, there is an "Output file name" property
that controls where the MSI is built. It shows up under "Configuration
Properties", then "Build" in a treeview on the left side.
 
F

Family Tree Mike

tshad said:
That worked fine. In 2008, apparently, you have to right click the
Application and select Properties to find it.

BTW, where does the msi get created when you do the install from VS. I
usually create my Deployment project, right click the project and install
from there and it installs it directly on my machine. But not sure where
the msi is created.

Thanks,

Tom

Right-click the setup project to open the properties for the project. In
the Properties for the setup project, there is an "Output file name" property
that controls where the MSI is built. It shows up under "Configuration
Properties", then "Build" in a treeview on the left side.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top