Jump to content

using regkey


ppb

Recommended Posts

Hi folks,

I'm installing dev package unigui in Delphi Rio, using a new regkey ( -r option ) but
the paths not are being well configured 
- environment variables
fmsoft=c:\........
- library path
$(fmsoft)\uniGUI;
$(fmsoft)\uniGUI\uIndy;
$(fmsoft)\uniGUI\Source\Core;
$(fmsoft)\uniGUI\Source\VCL;
$(fmsoft)\uniGUI\Source\Components;
$(fmsoft)\uniGUI\Source\Design;
$(fmsoft)\uniGUI\Source\Res;
$(fmsoft)\uniGUI\uSynEdit\Source;
$(fmsoft)\uniGUI\Dcu64\Delphi2022;
$(fmsoft)\uniTools;
$(fmsoft)\uniTools\Dcu64\Delphi2022 


They are ok in default regkey (BDS)


Is there some automatic way to do this from installation ?

Thank for your help.

 

Link to comment
Share on other sites

 

"-r" .. it's a old option in delphi start command line.

Easy way... open regedit, export key "HKEY_CURRENT_USER\Software\Embarcadero\BDS" to file.

Open file, replace "\BDS" to "\BDS_Test". Save and import reg file.

To start  delphi using new profile:

"C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\bds.exe" -pDelphi -np -r BDS_Test

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...