Hi Paul,

> When you run an install package that requires Admin access (invoke as
> admin), are the Current User registry keys for the admin? or the current
> normal user?

If the install runs non-elevated (asInvoker) then it reads/writes the
current-user profile. If it runs elevated (e.g. requireAdministrator) then
it accesses the admins profile.

Friedrich