Reputation: 13695
I am creating a Setup Project in VS 2008. The application needs to be supported on Windows 7 running UAC. I have to install the app in the User's area of the machine. What do I set the DefaultLocation property of the Application Folder to in the Setup Project? It can't be set to ProgramFilesFolder.
Upvotes: 0
Views: 2212
Reputation: 1480
Its very simple you can set the default location to where ever you want, but the problem is that it can't be mandatory because using the browse button the end user can navigate to a location as he likes but surely you can set the default location.
Upvotes: 3