S
Steven Murray
I'm trying to push out updates of an application and I
keep getting error 1730 - You must be an Administrator to
remove this application.
According to the MSI documentation, if I set the HKLM
AlwaysInstallElevated key to 1, and the Current_User
equivalent key is not 1, then the installer will have
elevated privileges for managed applications, and the
user's privileges for non-managed applications.
So, I set the HKLM key to 1. The Current_User keyword
doesn't exist, so I left it that way. However, the update
still fails with the same results (unless the user has
admin rights to the machine, of course - which most of our
user's don't).
The documentation says a managed application is an
application where elevated privileges were used to install
the application and where it is a per-machine installation.
I did the initial install (I have admin rights), but the
updates to the application still fail with the same error
message if the user is not also an admin.
What am I doing wrong? Or is the documentation wrong?
TIA.
keep getting error 1730 - You must be an Administrator to
remove this application.
According to the MSI documentation, if I set the HKLM
AlwaysInstallElevated key to 1, and the Current_User
equivalent key is not 1, then the installer will have
elevated privileges for managed applications, and the
user's privileges for non-managed applications.
So, I set the HKLM key to 1. The Current_User keyword
doesn't exist, so I left it that way. However, the update
still fails with the same results (unless the user has
admin rights to the machine, of course - which most of our
user's don't).
The documentation says a managed application is an
application where elevated privileges were used to install
the application and where it is a per-machine installation.
I did the initial install (I have admin rights), but the
updates to the application still fail with the same error
message if the user is not also an admin.
What am I doing wrong? Or is the documentation wrong?
TIA.