Installing the program to C: \ Program Files \ Program instead of C: \ Program Files \ Manufacturer \ Program Name

I think this says it all, but I have an application that uses the .net preset (in 2005 version) and a user asked me if it could be installed to c: \ Program Files \ ProgramName instead of C: \ Program files \ Manufacturer \ Program Name. The thing is, I just can't seem to find a way to do this.

Thanks.

+2


a source to share


1 answer


It's been a long time so I could mix versions, but I think it is something like:



  • Open the page FileSystem

    .
  • Right click on the folder Application

    and select properties.
  • Change DefaultLocation

    to something like [ProgramFiles]\[ProductName]

    .
+3


a source







All Articles