Diagram Studio installation problem

Hello,


On installation of the new Diagram Studio there were error, mostly with XE7 ?

The text was:

  C:\Windows\Microsoft.NET\Framework\v3.5>msbuild.exe "C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7\TMSDiagram.dproj"  /target:Build /nologo /p:config=Debug /p:Platform="Win64" /p:UnitSearchPath="E:\BDS\15.0\lib\Win64\debug;E:\BDS\15.0\lib\Win64\release;C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7.\Win64\Debug" /p:IncludePath="E:\BDS\15.0\lib\Win64\debug;E:\BDS\15.0\lib\Win64\release;C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7.\Win64\Debug" /p:ILINK_LibraryPath="E:\BDS\15.0\lib\Win64\debug;E:\BDS\15.0\lib\Win64\release;C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7.\Win64\Debug" 
                Build started 11.04.2015 18:07:43.
                Project "C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7\TMSDiagram.dproj" on node 0 (Build target(s)).
                  Das Verzeichnis .\Win64\Debug wird erstellt.
                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.
                  
                  
                  Die Datei TMSDiagram.vrc wird gelöscht.
                _PasCoreCompile:
                  Embarcadero Delphi für Win64 Compiler-Version 28.0
                  Copyright (c) 1983,2014 Embarcadero Technologies, Inc.
                TMSDiagram.dpk(34): error E2202: Package 'rtl' wird benötigt, konnte aber nicht gefunden werden
                Done Building Project "C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7\TMSDiagram.dproj" (Build target(s)) -- FAILED.
                
                Build FAILED.
                
                "C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\packages\dxe7\TMSDiagram.dproj" (Build target) (1) ->
                (_PasCoreCompile target) -> 
                  TMSDiagram.dpk(34): error E2202: Package 'rtl' wird benötigt, konnte aber nicht gefunden werden
                
                    0 Warning(s)
                    1 Error(s)
                
                Time Elapsed 00:00:01.45
                
            Reading string value: Software\TMSSoftware\TMS Diagram Studio\InstallDir (80000001)
                Returned value: C:\DelphiComponents\TMSSoftware\TMS Diagram Studio
            Reading string value: Software\TMSSoftware\TMS Diagram Studio\Version (80000001)
                Returned value: 4.8.2
            Saving uninstall info to file "C:\DelphiComponents\TMSSoftware\TMS Diagram Studio\setup\uninstall.json"
        Reading string value: Software\TMSSoftware\TMS Diagram Studio\InstallDir (80000001)
            Returned value: C:\DelphiComponents\TMSSoftware\TMS Diagram Studio
        Reading string value: Software\TMSSoftware\TMS Diagram Studio\Version (80000001)
            Returned value: 4.8.2


Sincerely

Peter

Doesn't seem right. It claims rtl package was not found, but the Unit Search includes the directory "E:\BDS\15.0\lib\Win64\debug" which should contain rtl.dcp file. Can you check?

If the file is there, sometimes this error might be caused by a very long library path you have in your Delphi environment. Please check if you have too many directories there, and if that's the case try to remove directories that you are sure are not needed anymore.