Package '<name>' is about to be compiled. Continue?
Go Up to Error Messages Index
When you install a package on RAD Studio that is already loaded in RAD Studio, you might see a dialog box with the following message:
- Package '<name>' is about to be compiled. Continue?
To install your package, RAD Studio must rebuild it first. If you click Yes, RAD Studio proceeds to build and install your package. If you click No, RAD Studio aborts the installation.
Before you click Yes or No, you can check the "Don't show this message again" option so that, the next time you reinstall a package, RAD Studio rebuilds your package without asking first.
You can edit the Windows registry to enable or disable this dialog box at any time. When you use a registry editor such as Regedit, set the HKEY_CURRENT_USER\Software\Embarcadero\BDS\20.0\Compiling\Warn on Package Rebuild
to True
to enable this dialog box or to False
to disable it.