Using Inno Setup, I need that a software installed by an administrator user can be uninstalled by a default user.
The parameter PrivilegesRequired
is lowest
, but the problem remains.
I did tests on some machines (all of them are Windows 7), and on a few I could uninstall using the default user, but there were others that didn't allow me to uninstall and requested an administrator user.
I didn't identify a pattern in the problem and in internet searches.
The installation folder is C:\;
I am not using [Registry]
section and all the parameter in the [Dirs]
section are using Permissions: users-modify
.