Windows installation requires admin rights

Поиск
Список
Период
Сортировка
От Antoine Aumjaud
Тема Windows installation requires admin rights
Дата
Msg-id CAAGcvCz8q6u=500pY4KdKtu-yarur81myvrt36R=gCLUjUVZJA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Windows installation requires admin rights  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support

Hi,

 

The actual configuration of Inno Setup for the installation of pgAdmin4 requires admin privileges on the computer :

https://github.com/postgres/pgadmin4/blob/master/pkg/win32/installer.iss.in#L31

                                PrivilegesRequired=admin

 

I have read the whole configuration, and I think that this constrain could be remove if HKCU (HKEY_CURENT_USER of Windows registry) is used instead of HKLM (HKEY_LOCAL_MACHINE).

 

The pgAdmin package provided by entreprisedb can be installed without admin rights, but it is an old version of pgAdmin.

 

Do you think that this modification is possible?

 

Regards,

Antoine

В списке pgadmin-support по дате отправления:

Предыдущее
От: Rahul Shirsat
Дата:
Сообщение: Re: Getting error while installing
Следующее
От: Dave Page
Дата:
Сообщение: Re: Windows installation requires admin rights