ppb Posted May 25, 2020 Posted May 25, 2020 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. Quote
NelsonFS Posted May 25, 2020 Posted May 25, 2020 "-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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.