I have build an installer by using wix, that includes custom actions that need administrative rights.
At the moment this installer only works, when it is executed by the buildin administrator account. In this case, no UAC prompt is shown.
If the installer is executed by any other member of the local administrators group, the UAC prompt is shown. Though I allow to do changes to my computer, the windows api functions in my custom actions return errors like "missing privilege", ...
I have tried to let the custom actions execute deferred, but this did not help.
I'm running out of ideas, so your help would be very welcome.
Regards Ralf