I'm using InnoSetup to build my installers for Windows. I want people to be able to install my application whether or not they have Administrator privileges. I have it all figured out except what the location of the program files should be if not Administrator. If Administrator, the app will install in the normal Program Files directory, but if a normal user, the app needs to install somewhere that the logged in user has write access to.
Is there an accepted place for this? I'm inclined to bury it in: Documents and Settings\<User>\Local Data\Program Files\ On Linux and Mac the obvious place is in /home/<user>/bin or /home/<user>/Applications but Windows doesn't seem to have a "home" directory other than Documents and Settings, correct? Thanks Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

