New
#1
What folder should a Single User app be installed in?
I'm considering reconfiguring the installer for an application I develop. In the past, it allowed for All Users installs. If I want it to only be installed as a Single User, what user folder does best practices use as the install target? I can think of a few possibilities:
c:\Users\UserName\My Documents\
c:\Users\
c:\Users\Program Files\
Of course I'd have to have my installer created that last one on the above list.