Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Installer non admin #37

Open
sylvainmondou opened this issue Feb 17, 2018 · 1 comment
Open

Installer non admin #37

sylvainmondou opened this issue Feb 17, 2018 · 1 comment

Comments

@sylvainmondou
Copy link

Th installer require admin privileges, but then only installs DIC for admin account, and no other user. Since I'm running the IDE with a standard account, DIC is not installed for it.

@probant2
Copy link

Worked for me on Win10 with non admin user account.
install DIC as Admin, but change folder to your personal AppData folder.
edit registry like the following (please replace 'admin' with your username)

`Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\18.0\Experts]
"DelphiIDEColorizer_DXBerlin"="C:\Users\Admin\AppData\Local\The Road To Delphi\DIC\DXBerlin\DelphiIDEColorizer_DXBerlin.dll"

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store]
"C:\Users\Admin\AppData\Local\The Road To Delphi\DIC\uninst.exe"=hex:53,
41,43,50,01,00,00,00,00,00,00,00,07,00,00,00,28,00,00,00,a0,19,0e,00,00,00,
00,00,01,00,00,00,00,00,00,00,00,00,03,06,00,01,00,00,33,50,4c,2b,57,df,d1,
01,00,00,00,00,00,00,00,00,02,00,00,00,28,00,00,00,00,00,00,00,00,00,00,40,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,26,26,00,00,00,00,00,00,01,
00,00,00,01,00,00,00

[HKEY_CURRENT_USER\SOFTWARE\The Road To Delphi]

[HKEY_CURRENT_USER\SOFTWARE\The Road To Delphi\DIC]

[HKEY_CURRENT_USER\SOFTWARE\The Road To Delphi\DIC\Option]
"CurrentLangID"=dword:00000409`

Run this (save as *.reg) as "normal" user.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants