tags:

views:

62

answers:

1

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.

+3  A: 

It's been a long time so I might be mixing up the versions, but I think it's something like:

  1. Open the FileSystem page.
  2. Right click on the Application folder and select properties.
  3. Change the DefaultLocation to something like [ProgramFiles]\[ProductName].
ho1
Thanks. It's easy once you know it, but not exactly easy to find :)
David Brunelle