3

How can I change the file name on the destination folder in a VS setup project for primary output??

Thanks

Josh
  • 13,530
  • 29
  • 114
  • 159
  • Do you mean where the files are installed to, or what they are named? – rjzii Jul 22 '10 at 15:38
  • Wondering if you are still having trouble with this? My answer below worked for me, so I expect it would work for you unless I misunderstood your question? – BitMask777 Jun 07 '11 at 22:22

1 Answers1

3

Based on the tag, I'm assuming VS 2010: In the .vdproj file for the setup project, go to the "Product" section and change the value for "ProductName". Don't know why this isn't exposed in the IDE, at least I haven't seen a place where it is. This is the value used to replace [ProductName] in the Right Click on Setup Project in Solution Explorer | View | File System | Application Folder | DefaulLocation property.

BitMask777
  • 2,543
  • 26
  • 36