Install Failure

O.S. Windows 10

Rad Studio XE5
IW 14

MS build is failing when building packages : Have checked RTL is available in lib/win32/release dir

Error :=

C:\Users\ccaceadmin\Downloads\iwptmsreg>"c:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin\rsvars.bat"
C:\Users\ccaceadmin\Downloads\iwptmsreg>copy TMSDEFS140.inc TMSDEFS.inc
Overwrite TMSDEFS.inc? (Yes/No/All): yes
        1 file(s) copied.

C:\Users\ccaceadmin\Downloads\iwptmsreg>msbuild IW14TMSDXE5.dproj
Microsoft (R) Build Engine Version 3.5.30729.9034
[Microsoft .NET Framework, Version 2.0.50727.9043]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

Build started 22/10/2019 11:04:38.
Project "C:\Users\ccaceadmin\Downloads\iwptmsreg\IW14TMSDXE5.dproj" on node 0 (default targets).
  Creating directory "C:\Users\Public\Documents\RAD Studio\12.0\hpp".
_PasCoreCompile:
  Embarcadero Delphi for Win32 compiler version 26.0
  Copyright (c) 1983,2013 Embarcadero Technologies, Inc.
iw14tmsdxe5.dpk(35): error E2202: Required package 'rtl' not found
Done Building Project "C:\Users\ccaceadmin\Downloads\iwptmsreg\IW14TMSDXE5.dproj" (default targets) -- FAILED.


Build FAILED.

"C:\Users\ccaceadmin\Downloads\iwptmsreg\IW14TMSDXE5.dproj" (default target) (1) ->
(_PasCoreCompile target) ->
  iw14tmsdxe5.dpk(35): error E2202: Required package 'rtl' not found

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.36



Hi,


This means that your Delphi library path is not properly setup. Please make sure that the folder is included in your library path where vcl.dcp is located, this normally is $(BDS)\lib 
For multi-platform supported Delphi versions, please have a look at http://codeverge.com/embarcadero.delphi.ide/delphi-xe4-library-path-delete-invalid/1062669

Alternatively you can try to install the packages from the Delphi IDE instead of using msbuild.