Flexcel installation failure

I have installed RAD studio 10.3..
Tried installing TMS FlexCel Studio for VCL and FireMonkey version 7.1.1
facing this error.

============================================================================================================================================


File saved at: D:\Program Files\TMS\FlexCelVCLNT\Setup\FlexCel_build_log.txt
For troubleshooting information, visit: http://www.tmssoftware.biz/flexcel/doc/vcl/guides/installation-guide.html#troubleshooting
 
 
----Build started-------------------------------------------- 11.02.2020 - 10:51:07,75
msbuild.exe "D:\Program Files\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" "/target:Make" "/p:config=Release" "/p:Platform=Win32" "/p:UnitSearchPath=D:\Program Files\lib\Win32\release" "/p:DelphiLibraryPath=D:\Program Files\lib\Win32\release" "/p:IncludePath=D:\Program Files\lib\Win32\release"
Microsoft (R) Build Engine version 4.7.3190.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 11.02.2020 10:51:07.
Project "D:\Program Files\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" on node 1 (Make target(s)).
CreateProjectDirectories:
  Creating directory ".\Win32\Release\".
  md ".\Win32\Release\"
  Creating directory "bpl\Win32\".
  md "bpl\Win32\"
BuildVersionResource:
  D:\Program Files\bin\cgrc.exe -c65001 "FlexCel_Core.vrc" -foFlexCel_Core.res
  CodeGear Resource Compiler/Binder
  Version 1.2.2 Copyright (c) 2008-2012 Embarcadero Technologies Inc.
 
  Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
 
  Copyright (C) Microsoft Corporation.  All rights reserved.
 
 
  Deleting file "FlexCel_Core.vrc".
  del "FlexCel_Core.vrc"
D:\Program Files\Bin\CodeGear.Delphi.Targets(399,5): error MSB6004: The specified task executable location "D:\Program Files\bin\dcc32.exe" is invalid. [D:\Program Files\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj]
Done Building Project "D:\Program Files\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" (Make target(s)) -- FAILED.

Build FAILED.

"D:\Program Files\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" (Make target) (1) ->
(_PasCoreCompile target) ->
  D:\Program Files\Bin\CodeGear.Delphi.Targets(399,5): error MSB6004: The specified task executable location "D:\Program Files\bin\dcc32.exe" is invalid. [D:\Program Files\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.53

============================================================================================================================================


Did some web search and Unchecked "Fire Monkey support" even then the error exists.

Any help will be greatly appreciated.

Hi,
This error seems to point to an invalid or corrupt Rad Studio installation. The message you get:
"D:\Program Files\bin\dcc32.exe" is invalid
kind of makes sense, since probably dcc32.exe is at a location like:
D:\Program Files (x86)\Embarcadero\Studio\20.0\bin\dcc32.exe

And if you look at the command line above, the setup is passing similar locations to msbuild:
"/p:UnitSearchPath=D:\Program Files\lib\Win32\release"
The setup itself is getting this path from the entry "RootDir" in the registry, at HKEY_CURRENT_USER\Software\Embarcadero\BDS\20.0\

It seems to me that you either don't have a RootDir there, or it is pointing to the wrong place.
For what is worth, my RootDir here points to:
C:\Program Files (x86)\Embarcadero\Studio\20.0\

Yours should point to something similar, maybe in d:, but at least with a 20.0 which is Rio version id.

If your RootDir is pointing to the correct location, let me know and we will investigate further. If it doesn't exist or points to the wrong location, you might try to manually add it/fix it, but it may make sense to reinstall delphi, since if RootDir is missing/corrupt, there might be other entries wrong too.

Hi,

I retried the RAD Studio Installation with the default path but in D directory.
The error still exists.
Kindly suggest any other ways to resolve this.

==============================================================================

File saved at: D:\Programfiles\TMS\FlexCelVCLNT\Setup\FlexCel_build_log.txt
For troubleshooting information, visit: http://www.tmssoftware.biz/flexcel/doc/vcl/guides/installation-guide.html#troubleshooting
 
 
----Build started-------------------------------------------- 12.02.2020 -  5:23:49,21
msbuild.exe "D:\Programfiles\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" "/target:Make" "/p:config=Debug" "/p:Platform=Win32" "/p:UnitSearchPath=D:\Program Files (x86)\Embarcadero\Studio\20.0\lib\Win32\release" "/p:DelphiLibraryPath=D:\Program Files (x86)\Embarcadero\Studio\20.0\lib\Win32\release" "/p:IncludePath=D:\Program Files (x86)\Embarcadero\Studio\20.0\lib\Win32\release"
Microsoft (R) Build Engine version 4.7.3190.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 12.02.2020 05:23:49.
Project "D:\Programfiles\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" on node 1 (Make target(s)).
CreateProjectDirectories:
  Creating directory ".\Win32\Debug".
  md ".\Win32\Debug"
  Creating directory "C:\Users\Public\Documents\Embarcadero\Studio\20.0\Dcp".
  md "C:\Users\Public\Documents\Embarcadero\Studio\20.0\Dcp"
  Creating directory "bpl\Win32".
  md "bpl\Win32"
  Creating directory "C:\Users\Public\Documents\Embarcadero\Studio\20.0\hpp\Win32".
  md "C:\Users\Public\Documents\Embarcadero\Studio\20.0\hpp\Win32"
BuildVersionResource:
  D:\Program Files (x86)\Embarcadero\Studio\20.0\bin\cgrc.exe -c65001 FlexCel_Core.vrc -foFlexCel_Core.res
  CodeGear Resource Compiler/Binder
  Version 1.2.2 Copyright (c) 2008-2012 Embarcadero Technologies Inc.
 
  Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
 
  Copyright (C) Microsoft Corporation.  All rights reserved.
 
 
  Deleting file "FlexCel_Core.vrc".
  del "FlexCel_Core.vrc"
D:\Program Files (x86)\Embarcadero\Studio\20.0\Bin\CodeGear.Delphi.Targets(399,5): error MSB6004: The specified task executable location "D:\Program Files (x86)\Embarcadero\Studio\20.0\bin\dcc32.exe" is invalid. [D:\Programfiles\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj]
Done Building Project "D:\Programfiles\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" (Make target(s)) -- FAILED.

Build FAILED.

"D:\Programfiles\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj" (Make target) (1) ->
(_PasCoreCompile target) ->
  D:\Program Files (x86)\Embarcadero\Studio\20.0\Bin\CodeGear.Delphi.Targets(399,5): error MSB6004: The specified task executable location "D:\Program Files (x86)\Embarcadero\Studio\20.0\bin\dcc32.exe" is invalid. [D:\Programfiles\TMS\FlexCelVCLNT\Packages\dRio\FlexCel_Core.dproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.85


==============================================================================

Re-installed RAD Studio and later tried installing TMS Components.
Things are working fine.
Thank you.