config.execElevated: Add a handleAlreadyElevated argument which is false by default. If set to true, this function will use IsUserAnAdmin to find out whether elevation is actually necessary and if not then not force runAs.
Installer GUI: call execElevated with handleAlreadyElevated set to True so that on XP the runAs dialog is not shown if the user is already an admin.