David Brunelle
David Brunelle

Reputation: 6430

Installing a program on C:\Program Files\Program instead of C:\Program Files\Manufacturer\Program Name

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

Answers (1)

Hans Olsson
Hans Olsson

Reputation: 55001

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].

Upvotes: 3

Related Questions