06-01-2021, 04:54 AM
(This post was last modified: 06-01-2021, 04:56 AM by Alexandre Machado.)
IntraWeb setup installs all BPL files into the folder that Delphi itself sets as the common BPL folder.
To check what this folder is, please follow these steps:
Find a file named rsvars.bat inside your Delphi\bin folder.
Inside that file, find what is the value of the environment variable named BDSCOMMONDIR, example:
@SET BDSCOMMONDIR=C:\Users\Public\Documents\Embarcadero\Studio\21.0
This is where IntraWeb setup will copy the BPL files to. This is the *correct* path to install them (regardless of whether it works or not).
This folder *must* be in your System *PATH* environment variable. Probably in your case it is not. Please check that. If it's not in your system PATH variable, please include it and try again.
To check what this folder is, please follow these steps:
Find a file named rsvars.bat inside your Delphi\bin folder.
Inside that file, find what is the value of the environment variable named BDSCOMMONDIR, example:
@SET BDSCOMMONDIR=C:\Users\Public\Documents\Embarcadero\Studio\21.0
This is where IntraWeb setup will copy the BPL files to. This is the *correct* path to install them (regardless of whether it works or not).
This folder *must* be in your System *PATH* environment variable. Probably in your case it is not. Please check that. If it's not in your system PATH variable, please include it and try again.

