In Inno Setup I do PrivilegesRequired=none.
This setting should prompt the UAC, if the user has Administrative privileges.
On some computers of Windows XP the UAC doesn't get prompted even though the Administrator is logged in, I verified this by checking the IsAdminLoggedOn setting and I saw that it was set to True.
Why is this happening?