Where should my application setup put the binary executables in Windows 7?

Posted by KeyboardMonkey on Super User See other posts from Super User or by KeyboardMonkey
Published on 2010-06-11T08:10:29Z Indexed on 2010/06/11 8:13 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

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.

© Super User or respective owner

Related posts about windows-7

Related posts about .NET