I have my VB.NET exe and am now making an installer. I have a Launch condition that checks the version of MDAC in the registry, and now I am trying to add another Launch Condition to check the users security level on the machine. I don't want the install process to happen if the user is not an administrator on the machine.

Does anyone know where in the registry I can find this information. I could not find it anywhere.

Or is there another way to do this?

Thanks!