M3NTA7
M3NTA7

Reputation: 1347

Visual Studio 2008 Setup Project - how install a file in alternate path?

I'm new to setup proj in vs2008. I need to know how to configure a file in my setup project, so that it is installed to a specific location other than the install directory.

example: main install directory = c:\program files\etc..

this other file: install directory = c:\mydirectory\myfile.txt

There is probably a simple solution, but I have not found it yet.

Upvotes: 1

Views: 1661

Answers (1)

M3NTA7
M3NTA7

Reputation: 1347

Ok, I was a complete bonehead on this one. The problem is that I was entering the path into the (Name) property instead of the DefaultLocation property.

Upvotes: 2

Related Questions