Hi,
I have an installer on Windows 2008 R2 that causes issues for some users.
If I run the installer set to the following
Per machine only (fails if the user is not an administrator)
Run only if the user has administrator priviledge
However if the user is not an administrator annoyingly it still runs and prompts the user for credentials during the installation process (which I guess would be fine) however then my custom actions (an .exe file and some .NET custom actions) fail with insufficient permissions.
I assume this is some kind of impersonation problem - how do I get my custom actions to run with the credentials entered during the installation (or better still) just stop the user from installing if they are not an administrator (what I thought the checkbox would do!?)
Thanks,
Dave