Where should my application setup put the binary executables in Windows 7?
- by KeyboardMonkey
I created a small Windows app, and am builder a setup for it using NSIS, but what I can't find out is where to put the executables to conform to the new Windows security model.
Traditionally we put program files in, well, "c:\program files". With the security model getting more mangled with each Windows version, some users have restricted accounts, and I'm not sure installing into program files will work for these users.
Where can I install my program's files that will cater for these lower-privileged users?
Oh and I want to avoid ClickOnce.