RRUZ / Delphi-IDE-Colorizer

Plugin to style the RAD Studio IDE

Home Page:https://theroadtodelphi.wordpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installer non admin

sylvainmondou opened this issue · comments

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.

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.