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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...