Reputation: 6430
i think the question says it all, but I have an application that uses a .net setup kit (in vs.2005), and the user asked me if it was possible to install it on the c:\Program Files\ProgramName instead of C:\Program files\Manufacturer\Program Name. Thing is, I just can't seem to find the way to do it.
Thanks.
Upvotes: 2
Views: 179
Reputation: 55001
It's been a long time so I might be mixing up the versions, but I think it's something like:
FileSystem
page.Application
folder and select properties.DefaultLocation
to something like [ProgramFiles]\[ProductName]
.Upvotes: 3