Problems installing in seattle

Hi there,


It always worked in past versions, however getting this new version I am running in trouble installing it.

Even manual installation is not working.

This is the error message for Automatic installation by setup:


----Build started-------------------------------------------- 15/06/2018 - 11:56:45.13 
msbuild.exe "C:\Users\Dev\Documents\TMSSoftware\FlexCelVCLNT\Packages\dSeattle\FlexCel_Core.dproj" "/target:Make" "/p:config=Debug" "/p:Platform=Win32"    
Microsoft (R) Build Engine Version 3.5.30729.8763
[Microsoft .NET Framework, Version 2.0.50727.8766]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

Build started 15/06/2018 11:56:45.
Project "C:\Users\Dev\Documents\TMSSoftware\FlexCelVCLNT\Packages\dSeattle\FlexCel_Core.dproj" on node 0 (Make target(s)).
  Criando diret¢rio ".\Win32\Debug".
  Criando diret¢rio "bpl\Win32".
BuildVersionResource:
  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".
C:\Program Files (x86)\Embarcadero\Studio\17.0\Bin\CodeGear.Delphi.Targets : warning MSB6002: The command-line for the "DCC" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "DCC" into multiple calls with fewer parameters per call.
C:\Program Files (x86)\Embarcadero\Studio\17.0\Bin\CodeGear.Delphi.Targets(379,5): error MSB6003: The specified task executable "dcc" could not be run. O nome do arquivo ou a extensÆo ‚ muito grande
Done Building Project "C:\Users\Dev\Documents\TMSSoftware\FlexCelVCLNT\Packages\dSeattle\FlexCel_Core.dproj" (Make target(s)) -- FAILED.

Build FAILED.

"C:\Users\Dev\Documents\TMSSoftware\FlexCelVCLNT\Packages\dSeattle\FlexCel_Core.dproj" (Make target) (1) ->
(_PasCoreCompile target) -> 
  C:\Program Files (x86)\Embarcadero\Studio\17.0\Bin\CodeGear.Delphi.Targets : warning MSB6002: The command-line for the "DCC" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "DCC" into multiple calls with fewer parameters per call.


"C:\Users\Dev\Documents\TMSSoftware\FlexCelVCLNT\Packages\dSeattle\FlexCel_Core.dproj" (Make target) (1) ->
(_PasCoreCompile target) -> 
  C:\Program Files (x86)\Embarcadero\Studio\17.0\Bin\CodeGear.Delphi.Targets(379,5): error MSB6003: The specified task executable "dcc" could not be run. O nome do arquivo ou a extensÆo ‚ muito grande

    1 Warning(s)
    1 Error(s)

Time Elapsed 00:00:01.00

Hi,

The problem is in this line:
Command-lines longer than 32000 characters are likely to fail

And it is described in more detail here:
http://www.tmssoftware.biz/flexcel/doc/vcl/guides/installation-guide.html#msb6003-the-specified-task-executable-dcc-could-not-be-run

Basically it means that the Delphi library path grew too big, and you need to make is smaller, not only for FlexCel, but for any other component you might want to install later. Try following the instructio s in the link above to reduce the size of the library path.