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 inst开发者_C百科alled 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.
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.
精彩评论