Skip to content
⌘ NSIS Forum Archive

InstallLib on Vista with standard user problem

3 posts

installer32#

InstallLib on Vista with standard user problem

I have COM library that is registered per user under HKCU. The installer is executed with "user" RequestExecutionLevel. The problem: in case library is locked (loaded by other program), register-on-reboot is not working, because InstallLib writes to HKLM to do it.
Starting installer as admin will not help as then library will be registered for the admin user.
Is there anything I can do?
Thanks!
installer32#
I understand, so it's kind of a loop.
The bottom line that on Vista, regsiter/copy-on-reboot will not work for per user registered libraries.