Inno Setup install for another user
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-04-23T10:41:39Z
Indexed on
2010/04/23
10:43 UTC
Read the original article
Hit count: 313
When a user has restricted rights on his/her computer and runs my Inno Setup installer, Windows pop-up an administrator login prompt.
The problem is that when the administrator types in his/her username and password and logs-in, Inno Setup thinks that he or she is the logged in user and installs my app for that user instead of the original one. (I'm installing files in the {userappdata} dir)
Is there a way to overcome this limitation and install for the original restricted user?
© Stack Overflow or respective owner