Working Ethernet diagnostic and programming/coding ISTA D/P:
using the standalone installer
(tested on a 2009 F02)
I wanted to find a way to use the installer for the BLP+SDP package completely; without the need post install hacks etc….
However, the installer unpacks the SDP package in a different location than where the ista gui looks at run time. Something is off, clearly, but no matter. Easy to change 1 registry entry.
So, I changed the target pointer of the root coding/programming database directory in the registry after an error free install with the standalone installer.
Without getting into the thought process, here are the steps used to make the standalone installer correctly and fully install ISTA D/P. This should work with any version. I started with a newly provisioned ESXi hosted VM of windows 10 and only installed the BMW stuff
The steps:
Install the following:
G:.
│ ista_standalone_installer_4.32.15.exe
│ ISTA_v4.32.15.24911.7z
│ blp_4.32.12.7z
│ sdp_4.32.12.7z
│ setup.ini
│
├───SQLiteDBs
│ EN_4.32.12.7z
│ GLOBAL_4.32.12.7z
│
├───Tools
│ │ ndp462-kb3151800-x86-x64-allos-enu.exe
│ │ NDP452-KB2901907-x86-x64-AllOS-ENU.exe
│ │ dotNetFx35setup.exe
│ │ PIARedist.exe
│ │ bmw_standard_tools_installer_v2.12.2.exe
│ │ VCRedist 2005-2019 x86 x64.exe
│ │ Patched_EDIABAS_7.3.0.msi
│ │
│ ├───Java
│ │ jre-8u341-windows-i586.exe
│ │ jre-8u341-windows-x64.exe
│ │
│ └───unused
│ DHCP-Server.7z
│ EasyConnect_730x64.zip
│ iTool Radar (x86).7z
│ AppCheckDisable_to_use_different_DBs.reg
│ iTool Radar (x64).7z
│ RCleanerV4.4.exe
│
└───post_install_registry_exports
20221213 Working HKEY_LOCAL_MACHINE-SOFTWARE-WOW6432Node-BMWGroup.reg
20221213 Working HKEY_LOCAL_MACHINE-SOFTWARE-WOW6432Node-BMW.reg
20221213 Working HKEY_CURRENT_USER-SOFTWARE-BMWGroup.reg
AND
the contents of the setup.ini need to be the actual MD5 hashes from the files. E.g.
run powershell
Get-FileHash .\blp_4.37.12.7z -Algorithm MD5 | fl
And format setup.ini as:
<see attached image [ista_standalone_installer_custom_option_screenshot.jpg]>
>
My result on Windows 10.0.19044.2251 x64 was error free install
I think it’s noteworthy given all the chatter about what the Disk OS directory tree should look like, that I share the resulting tree and the fact that the actual default installation location of the coding & programming data files is C:\EC-APPS\ISTA\psdzdata\ and so I changed the following registry items:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BMWGroup\ISPI\Rheingold]
"BMW.Rheingold.Programming.PsdzDataPath"="C:\\EC-APPS\\ISTA\\"
"BMW.Rheingold.ISTAGUI.enableENETprogramming"="True"
"BMW.Rheingold.Database.CheckAppVersion.Enabled"="false"
Also, I didn’t have the correct SDP & BLP versions to match the installer. The installer was 4.32.15 and my SDP & BLP packages were 4.37.20. So, I changed the filenames to 4.32.12, ran powershell command for the MD5 hashes and replaced the setup.ini entries to make the installer happy. After doing this you should see the SDP appear as an unchecked option in the installer prompts. Just check it off. Also I noticed that some BLP packages wont mate with the SDP package. The BLP was 800MB and didn't work, but the larger BLP files, say around 1.5GB appear to work so the installer will present the SDP option.
using the standalone installer
(tested on a 2009 F02)
I wanted to find a way to use the installer for the BLP+SDP package completely; without the need post install hacks etc….
However, the installer unpacks the SDP package in a different location than where the ista gui looks at run time. Something is off, clearly, but no matter. Easy to change 1 registry entry.
So, I changed the target pointer of the root coding/programming database directory in the registry after an error free install with the standalone installer.
Without getting into the thought process, here are the steps used to make the standalone installer correctly and fully install ISTA D/P. This should work with any version. I started with a newly provisioned ESXi hosted VM of windows 10 and only installed the BMW stuff
The steps:
Install the following:
- MS Visual C++ 2005
- MS Visual C++ 2008
- MS Visual C++ 2010
- MS Visual C++ 2012
- MS Visual C++ 2013
- MS Visual C++ 2015-2022
- (the C++ package can come with all assembled and/or a hybrid which has both x86 & x64 e.g. ‘VCRedist 2005-2019 x86 x64.exe’)
- .NET 3.5 dotNetFx35setup.exe
- .NET 4.52 DP452-KB2901907-x86-x64-AllOS-ENU.exe
- .NET 4.62 ndp462-kb3151800-x86-x64-allos-enu.exe
- MS interoperability PIARedist.exe
- Java jre-8u341-windows-x64.exe & x86
- EDIABAS Patched_EDIABAS_7.3.0.msi
- BMW tools bmw_standard_tools_installer_v2.12.2.exe
- BMW ISTA-D/P see below to position the files so the installer will work:
- In order to use the installer e.g. ‘ista_standalone_installer_X.xx.xx.exe’
- The data package file names all must match (at least) the first 4 x positions of the installer version (can be seen by right clicking properties/details of the executable which should match the filename shown version)
- e.g the directory structure must be files/directories named (for example):
G:.
│ ista_standalone_installer_4.32.15.exe
│ ISTA_v4.32.15.24911.7z
│ blp_4.32.12.7z
│ sdp_4.32.12.7z
│ setup.ini
│
├───SQLiteDBs
│ EN_4.32.12.7z
│ GLOBAL_4.32.12.7z
│
├───Tools
│ │ ndp462-kb3151800-x86-x64-allos-enu.exe
│ │ NDP452-KB2901907-x86-x64-AllOS-ENU.exe
│ │ dotNetFx35setup.exe
│ │ PIARedist.exe
│ │ bmw_standard_tools_installer_v2.12.2.exe
│ │ VCRedist 2005-2019 x86 x64.exe
│ │ Patched_EDIABAS_7.3.0.msi
│ │
│ ├───Java
│ │ jre-8u341-windows-i586.exe
│ │ jre-8u341-windows-x64.exe
│ │
│ └───unused
│ DHCP-Server.7z
│ EasyConnect_730x64.zip
│ iTool Radar (x86).7z
│ AppCheckDisable_to_use_different_DBs.reg
│ iTool Radar (x64).7z
│ RCleanerV4.4.exe
│
└───post_install_registry_exports
20221213 Working HKEY_LOCAL_MACHINE-SOFTWARE-WOW6432Node-BMWGroup.reg
20221213 Working HKEY_LOCAL_MACHINE-SOFTWARE-WOW6432Node-BMW.reg
20221213 Working HKEY_CURRENT_USER-SOFTWARE-BMWGroup.reg
AND
the contents of the setup.ini need to be the actual MD5 hashes from the files. E.g.
run powershell
Get-FileHash .\blp_4.37.12.7z -Algorithm MD5 | fl
And format setup.ini as:
- [md5]
- ista_standalone_installer_4.32.15.exe =7fc85649dcc2119e5dc31e85e212e6c3
- ista_v4.32.15.24911.7z =7a195a188654d0aa63a1c46519ecbf15
- global_4.32.12.7z =071a07f16c954819dfc6ae87422e6cc0
- en_4.32.12.7z =1dd0814ab0f1b4d6f187f4e98d457f79
- blp_4.32.12.7z =187891035d68fb33c4c29885775b18f5
- sdp_4.32.12.7z =7bf64bad92d848d2f34dac144567b348
- executionbreak_4.3x.xx.7z =none
<see attached image [ista_standalone_installer_custom_option_screenshot.jpg]>
My result on Windows 10.0.19044.2251 x64 was error free install
I think it’s noteworthy given all the chatter about what the Disk OS directory tree should look like, that I share the resulting tree and the fact that the actual default installation location of the coding & programming data files is C:\EC-APPS\ISTA\psdzdata\ and so I changed the following registry items:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BMWGroup\ISPI\Rheingold]
"BMW.Rheingold.Programming.PsdzDataPath"="C:\\EC-APPS\\ISTA\\"
"BMW.Rheingold.ISTAGUI.enableENETprogramming"="True"
"BMW.Rheingold.Database.CheckAppVersion.Enabled"="false"
Also, I didn’t have the correct SDP & BLP versions to match the installer. The installer was 4.32.15 and my SDP & BLP packages were 4.37.20. So, I changed the filenames to 4.32.12, ran powershell command for the MD5 hashes and replaced the setup.ini entries to make the installer happy. After doing this you should see the SDP appear as an unchecked option in the installer prompts. Just check it off. Also I noticed that some BLP packages wont mate with the SDP package. The BLP was 800MB and didn't work, but the larger BLP files, say around 1.5GB appear to work so the installer will present the SDP option.
- ------output from tree------ (A full tree with filesnames is attached)
- This is the post install disk OS directory tree resulting from using the installer (ista_standalone_installer_4.32.15.exe) and selecting both diagnosis & programming/coding (BLP & SDP) and accepting the default directories in the installer options.
- Note that the software/firmware/microcode resources are placed in c:\ec-apps\ista\psdzdata\swe
- I had to change the registry post install
- Folder PATH listing
- Volume serial number is 5C0B-D3F8
- C:.
- ├───EC-APPS
- │ ├───BMW Coding Tool
- │ ├───CarServer
- │ │ ├───cfgdat
- │ │ ├───data
- │ │ │ ├───gdaten
- │ │ │ └───konv.tmp
- │ │ ├───daten
- │ │ ├───develop
- │ │ ├───format
- │ │ ├───mkp-1
- │ │ │ └───tmp
- │ │ ├───mkp-2
- │ │ │ └───tmp
- │ │ ├───mkp-3
- │ │ │ └───tmp
- │ │ ├───mkp-4
- │ │ │ └───tmp
- │ │ ├───mkp-vs
- │ │ ├───sgdat
- │ │ ├───trace
- │ │ └───work
- │ ├───CIC_Mafia
- │ │ └───ciclanguageutility
- │ ├───dtd
- │ ├───EasyConnect
- │ ├───EDIABAS
- │ │ ├───Api
- │ │ │ ├───EXCEL
- │ │ │ ├───JAVA
- │ │ │ ├───WIN32
- │ │ │ │ ├───VB2003
- │ │ │ │ ├───VB2005
- │ │ │ │ ├───VB2008
- │ │ │ │ ├───VB2010
- │ │ │ │ ├───VB40
- │ │ │ │ ├───VB60
- │ │ │ │ ├───VB70
- │ │ │ │ ├───VB80
- │ │ │ │ ├───VC2008
- │ │ │ │ ├───VC2010
- │ │ │ │ └───VC60
- │ │ │ └───WIN64
- │ │ │ ├───VC2008
- │ │ │ └───VC2010
- │ │ ├───Bin
- │ │ │ ├───Log
- │ │ │ ├───NET
- │ │ │ │ ├───1.1
- │ │ │ │ ├───2.0
- │ │ │ │ ├───3.5
- │ │ │ │ └───4.0
- │ │ │ ├───Pic
- │ │ │ ├───Server
- │ │ │ │ ├───cfgdat
- │ │ │ │ ├───data
- │ │ │ │ │ ├───gdaten
- │ │ │ │ │ └───konv.tmp
- │ │ │ │ ├───format
- │ │ │ │ ├───mkp-1
- │ │ │ │ │ └───tmp
- │ │ │ │ ├───mkp-vs
- │ │ │ │ ├───security
- │ │ │ │ ├───sgdat
- │ │ │ │ ├───trace
- │ │ │ │ └───work
- │ │ │ └───Utils
- │ │ ├───Doku
- │ │ │ ├───deutsch
- │ │ │ └───English
- │ │ ├───Ecu
- │ │ │ └───Testfiles
- │ │ │ ├───Ediabas-Test-Jobs-F01
- │ │ │ ├───EF_450
- │ │ │ ├───Sitze Normierlauf
- │ │ │ ├───Sonderthemen
- │ │ │ └───Startwertabgleich
- │ │ ├───Hardware
- │ │ │ ├───CAN
- │ │ │ ├───ENET
- │ │ │ ├───FUNK
- │ │ │ ├───MOST
- │ │ │ ├───OBD
- │ │ │ └───OPPS
- │ │ ├───HELP
- │ │ ├───Sim
- │ │ ├───TRACE
- │ │ └───Tutorial
- │ ├───Ediabas-Konfigurator
- │ ├───FSC-Tools_2.18
- │ ├───FSTool2
- │ │ ├───data
- │ │ │ ├───backup
- │ │ │ ├───cert
- │ │ │ ├───Driver
- │ │ │ ├───dtd
- │ │ │ ├───fqk
- │ │ │ ├───fsc
- │ │ │ │ └───!TEMPLATES
- │ │ │ ├───privkey
- │ │ │ └───pubkey
- │ │ ├───lib
- │ │ └───log
- │ ├───INPA
- │ │ ├───BIN
- │ │ ├───CFGDAT
- │ │ ├───DEMO
- │ │ ├───deutsch
- │ │ ├───DOKU
- │ │ ├───english
- │ │ ├───english.met
- │ │ ├───HELP
- │ │ ├───PRT
- │ │ │ ├───DEUTSCH
- │ │ │ └───ENGLISCH
- │ │ ├───SGDAT
- │ │ └───source
- │ ├───ISTA
- │ │ ├───Downloads
- │ │ ├───Ecu
- │ │ ├───ECUFunctions
- │ │ ├───Ediabas
- │ │ │ └───BIN
- │ │ ├───FASTAConfig
- │ │ ├───FASTAOut
- │ │ ├───FSCValidHost
- │ │ │ └───lib
- │ │ ├───Help
- │ │ ├───IDESModule
- │ │ ├───ISTAProtocolViewer
- │ │ ├───KMMdaten
- │ │ │ ├───E060
- │ │ │ ├───E065
- │ │ │ ├───E070
- │ │ │ ├───E083
- │ │ │ ├───E89X
- │ │ │ ├───K024
- │ │ │ ├───KH24
- │ │ │ ├───R056
- │ │ │ ├───RR01
- │ │ │ ├───SWT
- │ │ │ └───WK_DATA
- │ │ ├───Licenses
- │ │ │ ├───AT
- │ │ │ ├───BG
- │ │ │ ├───BR
- │ │ │ ├───CA
- │ │ │ ├───CZ
- │ │ │ ├───DE
- │ │ │ ├───Default
- │ │ │ ├───ES
- │ │ │ ├───FR
- │ │ │ ├───GR
- │ │ │ ├───HU
- │ │ │ ├───ID
- │ │ │ ├───IN
- │ │ │ ├───MX
- │ │ │ ├───MY
- │ │ │ ├───NL
- │ │ │ ├───PL
- │ │ │ ├───RO
- │ │ │ ├───SI
- │ │ │ ├───SK
- │ │ │ ├───TH
- │ │ │ ├───US
- │ │ │ └───ZA
- │ │ ├───Logs
- │ │ ├───OpenJREx64
- │ │ │ ├───bin
- │ │ │ │ └───server
- │ │ │ └───lib
- │ │ │ ├───amd64
- │ │ │ ├───cmm
- │ │ │ ├───ext
- │ │ │ ├───fonts
- │ │ │ ├───images
- │ │ │ │ └───cursors
- │ │ │ ├───jfr
- │ │ │ ├───management
- │ │ │ └───security
- │ │ │ └───policy
- │ │ │ ├───limited
- │ │ │ └───unlimited
- │ │ ├───OpenJREx86
- │ │ │ ├───bin
- │ │ │ │ └───client
- │ │ │ └───lib
- │ │ │ ├───cmm
- │ │ │ ├───ext
- │ │ │ ├───i386
- │ │ │ ├───images
- │ │ │ │ └───cursors
- │ │ │ ├───jfr
- │ │ │ ├───management
- │ │ │ └───security
- │ │ │ └───policy
- │ │ │ ├───limited
- │ │ │ └───unlimited
- │ │ ├───PSdZ
- │ │ │ ├───bin
- │ │ │ │ ├───3rd-party
- │ │ │ │ ├───endorsed
- │ │ │ │ ├───prodias
- │ │ │ │ ├───psdz
- │ │ │ │ └───xsd
- │ │ │ │ ├───ext
- │ │ │ │ └───psdz
- │ │ │ ├───binx64
- │ │ │ │ ├───3rd-party
- │ │ │ │ ├───endorsed
- │ │ │ │ ├───prodias
- │ │ │ │ ├───psdz
- │ │ │ │ └───xsd
- │ │ │ │ ├───ext
- │ │ │ │ └───psdz
- │ │ │ ├───host
- │ │ │ └───hostx64
- │ │ ├───psdzdata
- │ │ │ ├───extLibs
- │ │ │ ├───kiswb
- │ │ │ │ ├───F001
- │ │ │ │ ├───F010
- │ │ │ │ ├───F020
- │ │ │ │ ├───F025
- │ │ │ │ ├───F056
- │ │ │ │ ├───G070
- │ │ │ │ ├───I001
- │ │ │ │ │ └───META-INF
- │ │ │ │ ├───I020
- │ │ │ │ ├───K001
- │ │ │ │ ├───KE01
- │ │ │ │ ├───KS01
- │ │ │ │ ├───RR21
- │ │ │ │ ├───S15A
- │ │ │ │ ├───S15C
- │ │ │ │ ├───S18A
- │ │ │ │ └───U006
- │ │ │ ├───mainseries
- │ │ │ │ ├───F001
- │ │ │ │ │ ├───F001_22_03_552_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───F001_22_07_510_V_004_000_002
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───F010
- │ │ │ │ │ ├───F010_22_03_560_V_004_001_000
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───F010_22_07_540_V_004_000_000
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───F020
- │ │ │ │ │ ├───F020_22_03_552_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───F020_22_07_530_V_004_000_000
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───F025
- │ │ │ │ │ ├───F025_22_03_552_V_004_000_000
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───F025_22_07_540_V_004_000_000
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───F056
- │ │ │ │ │ ├───F056_21_11_565_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───F056_22_03_580_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───G070
- │ │ │ │ │ └───G070_22_07_546_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───I001
- │ │ │ │ │ ├───I001_21_11_540_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───I001_22_03_556_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───I020
- │ │ │ │ │ ├───I020_22_03_563_V_004_000_002
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───I020_22_07_545_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───K001
- │ │ │ │ │ ├───K001_22_03_504_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───K001_22_07_506_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───KE01
- │ │ │ │ │ ├───KE01_21_11_500_V_004_000_003
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───KE01_22_07_505_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───KS01
- │ │ │ │ │ ├───KS01_22_03_500_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───KS01_22_07_500_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───RR21
- │ │ │ │ │ ├───RR21_22_03_550_V_004_000_002
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───RR21_22_07_510_V_004_000_002
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───S15A
- │ │ │ │ │ ├───S15A_22_03_571_V_004_001_000
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ ├───S15A_22_07_521_V_004_001_000
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───S15A_22_07_540_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───S15C
- │ │ │ │ │ ├───S15C_22_03_565_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───S15C_22_07_540_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ ├───S18A
- │ │ │ │ │ ├───S18A_22_03_571_V_004_000_001
- │ │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ │ └───odx
- │ │ │ │ │ │ ├───dist
- │ │ │ │ │ │ └───src
- │ │ │ │ │ │ ├───odx-c
- │ │ │ │ │ │ ├───odx-d
- │ │ │ │ │ │ ├───odx-f
- │ │ │ │ │ │ ├───odx-m
- │ │ │ │ │ │ └───odx-v
- │ │ │ │ │ └───S18A_22_07_545_V_004_000_000
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ │ └───blumaps
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ └───U006
- │ │ │ │ ├───U006_22_07_538_V_004_000_001
- │ │ │ │ │ ├───mapping
- │ │ │ │ │ └───odx
- │ │ │ │ │ ├───dist
- │ │ │ │ │ └───src
- │ │ │ │ │ ├───odx-c
- │ │ │ │ │ ├───odx-d
- │ │ │ │ │ ├───odx-f
- │ │ │ │ │ ├───odx-m
- │ │ │ │ │ └───odx-v
- │ │ │ │ └───U006_22_07_545_V_004_000_002
- │ │ │ │ ├───mapping
- │ │ │ │ └───odx
- │ │ │ │ ├───dist
- │ │ │ │ └───src
- │ │ │ │ ├───odx-c
- │ │ │ │ ├───odx-d
- │ │ │ │ ├───odx-f
- │ │ │ │ ├───odx-m
- │ │ │ │ └───odx-v
- │ │ │ ├───mapping
- │ │ │ ├───security
- │ │ │ ├───swe
- │ │ │ │ ├───blup
- │ │ │ │ ├───btld
- │ │ │ │ │ ├───btld_00007d42_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00007d42_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00007d43_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00007d43_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00007d43_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00007d43_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_000082fa_005_003_081
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_000082fa_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00008820_006_019_061
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00008820_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_000088c4_040_042_123
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_000088c4_040_067_036
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00008fe1_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00009f71_004_004_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───btld_00009f73_004_004_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ └───btld_00009fc0_001_000_002
- │ │ │ │ │ └───full
- │ │ │ │ ├───cafd
- │ │ │ │ ├───fafp
- │ │ │ │ ├───flsl
- │ │ │ │ │ ├───flsl_00007d7c_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_00007d7c_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_000084eb_005_003_081
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_000084eb_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_000088b1_006_019_061
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_000088b1_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_0000894c_040_001_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───flsl_0000894c_040_001_018
- │ │ │ │ │ │ └───full
- │ │ │ │ │ └───flsl_0000912b_004_153_041
- │ │ │ │ │ └───full
- │ │ │ │ ├───flup
- │ │ │ │ ├───gwtb
- │ │ │ │ ├───ibad
- │ │ │ │ ├───swfk
- │ │ │ │ │ ├───swfk_00009fcb_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fcc_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fcd_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fce_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fcf_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd0_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd1_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd2_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd3_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd4_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd5_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd6_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd7_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd8_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fd9_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fda_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fdb_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fdc_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fdd_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fde_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fdf_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe0_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe1_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe2_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe3_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe4_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe5_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe6_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe7_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe8_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fe9_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fea_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009feb_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fec_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fed_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fee_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009fef_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff0_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff1_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff2_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff3_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff4_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff5_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_00009ff6_000_000_037
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a68d_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a690_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a691_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a692_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a693_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a694_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a695_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a696_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a697_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a698_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a699_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a69a_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a69b_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a69c_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a69d_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a69e_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a69f_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a0_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a1_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a2_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a3_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a4_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a5_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a6_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a7_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a8_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6a9_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6aa_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6ab_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6ac_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6ad_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6ae_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6af_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6b0_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6b1_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a6b2_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a7e4_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a7e5_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a7e6_000_000_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a96b_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a96c_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a96d_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a96e_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfk_0000a96f_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ └───swfk_0000a970_001_038_015
- │ │ │ │ │ └───full
- │ │ │ │ ├───swfl
- │ │ │ │ │ ├───swfl_00007d5c_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5c_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5c_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5c_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5d_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5d_001_051_027
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5d_004_048_033
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5e_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5e_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5e_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d5e_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d61_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d61_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d61_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d62_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d62_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d62_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d62_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d63_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d63_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d63_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d63_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d64_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d64_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d64_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d64_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d77_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d77_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d78_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d78_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d79_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d79_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7a_002_051_068
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7a_004_047_129
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7b_002_050_060
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7b_004_048_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7d_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7d_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7e_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7e_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7f_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d7f_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d80_003_054_044
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00007d80_004_052_040
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000084ec_005_003_081
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000084ec_006_019_061
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000084ec_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000084ee_005_003_081
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000084ee_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088ad_006_019_061
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088ad_006_021_050
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d3_030_051_123
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d3_040_050_114
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d3_040_050_158
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d5_030_051_123
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d5_040_050_114
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d5_040_050_158
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d6_030_051_123
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d6_040_050_114
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088d6_040_050_158
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088e4_030_051_123
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088e4_040_050_114
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000088e4_040_050_158
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000912c_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000912d_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000912e_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000912f_004_143_189
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009130_004_143_190
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009131_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009132_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009133_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009134_004_153_041
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000095b5_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_000095b5_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009a02_040_050_158
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b32_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b32_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b32_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b32_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b33_001_050_045
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b33_003_054_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b33_004_053_011
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009b33_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009fc4_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009fc5_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009fc6_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009fc7_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009fc8_011_057_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009fc9_003_003_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ff7_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ff8_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ff8_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ff9_001_038_015
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffa_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffa_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffb_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffb_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffc_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffc_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffd_003_002_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffd_003_004_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffe_011_041_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_00009ffe_011_056_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a007_001_002_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a008_001_018_223
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a009_001_003_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a00a_001_018_223
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a2e0_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a2e0_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a2e1_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a2e1_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a31a_003_001_005
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a6c7_000_000_022
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a6c7_000_030_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000a7d2_000_128_000
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000aa1e_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000aa1e_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000aa1f_001_032_002
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000aa1f_001_038_024
- │ │ │ │ │ │ └───full
- │ │ │ │ │ ├───swfl_0000aa20_004_054_001
- │ │ │ │ │ │ └───full
- │ │ │ │ │ └───swfl_0000aa21_004_054_001
- │ │ │ │ │ └───full
- │ │ │ │ └───tlrt
- │ │ │ └───temp
- │ │ │ └───importedContainers
- │ │ ├───SQLiteDBs
- │ │ ├───Temp
- │ │ ├───Testdaten
- │ │ ├───TesterGUI
- │ │ │ └───bin
- │ │ │ └───Release
- │ │ │ └───XmlComparers
- │ │ ├───Testmodule
- │ │ ├───Tools
- │ │ ├───Transactions
- │ │ └───wkhtmltopdf
- │ ├───IToolRadar
- │ │ ├───config
- │ │ ├───doc
- │ │ └───libs
- │ ├───jre8
- │ │ ├───bin
- │ │ │ └───server
- │ │ └───lib
- │ │ ├───cmm
- │ │ ├───ext
- │ │ ├───i386
- │ │ ├───images
- │ │ │ └───cursors
- │ │ ├───jfr
- │ │ ├───management
- │ │ └───security
- │ │ └───policy
- │ │ ├───limited
- │ │ └───unlimited
- │ ├───NCS Dummy
- │ ├───NCSEXPER
- │ │ ├───BIN
- │ │ ├───CFGDAT
- │ │ ├───DATEN
- │ │ │ ├───ASE
- │ │ │ ├───E31
- │ │ │ ├───E32
- │ │ │ ├───E34
- │ │ │ ├───E36
- │ │ │ ├───E38
- │ │ │ ├───E39
- │ │ │ ├───E46
- │ │ │ ├───E52
- │ │ │ ├───E53
- │ │ │ ├───E60
- │ │ │ ├───E65
- │ │ │ ├───E70
- │ │ │ ├───E83
- │ │ │ ├───E85
- │ │ │ ├───E89
- │ │ │ ├───K1X
- │ │ │ ├───K24
- │ │ │ ├───KH2
- │ │ │ ├───R50
- │ │ │ ├───R56
- │ │ │ └───RR1
- │ │ ├───PFL
- │ │ ├───SGDAT
- │ │ ├───STDAT
- │ │ ├───tab
- │ │ ├───Verplatz
- │ │ └───WORK
- │ ├───NFS
- │ │ ├───BATCH
- │ │ ├───BIN
- │ │ ├───CFGDAT
- │ │ ├───DATA
- │ │ │ ├───DEVELOP
- │ │ │ ├───GDATEN
- │ │ │ ├───KONV
- │ │ │ └───konv.tmp
- │ │ ├───DOKU
- │ │ ├───FORMAT
- │ │ ├───KMMDAT
- │ │ │ ├───E60
- │ │ │ │ └───I_STUFE
- │ │ │ │ └───E060-xx-xx-xxx
- │ │ │ ├───E65
- │ │ │ │ └───I_STUFE
- │ │ │ │ └───E65-xx-xx-xxx
- │ │ │ ├───E70
- │ │ │ │ └───I_STUFE
- │ │ │ │ └───E070-xx-xx-xxx
- │ │ │ ├───E89X
- │ │ │ │ └───I_STUFE
- │ │ │ │ └───E89X-xx-xx-xxx
- │ │ │ ├───R56
- │ │ │ │ └───I_STUFE
- │ │ │ │ └───R056-xx-xx-xxx
- │ │ │ ├───RR1
- │ │ │ │ └───I_STUFE
- │ │ │ │ └───RR01-xx-xx-xxx
- │ │ │ ├───_ARCHIV
- │ │ │ └───_IMPORT
- │ │ ├───SGDAT
- │ │ ├───TRACE
- │ │ └───WORK
- │ ├───SA-Helper
- │ ├───SWTPatcher-v2
- │ │ ├───00_PRIVATEKEYS
- │ │ ├───01_PATCHER
- │ │ │ └───USB_AUTORUN
- │ │ ├───02_CERTS
- │ │ └───03_FSC_TEMPLATES
- │ └───VIN_CheckDigit
- ├───EDIABAS
- │ ├───Api
- │ │ ├───EXCEL
- │ │ ├───JAVA
- │ │ ├───WIN32
- │ │ │ ├───VB2003
- │ │ │ ├───VB2005
- │ │ │ ├───VB2008
- │ │ │ ├───VB2010
- │ │ │ ├───VB40
- │ │ │ ├───VB60
- │ │ │ ├───VB70
- │ │ │ ├───VB80
- │ │ │ ├───VC2008
- │ │ │ ├───VC2010
- │ │ │ └───VC60
- │ │ └───WIN64
- │ │ ├───VC2008
- │ │ └───VC2010
- │ ├───Bin
- │ │ ├───Log
- │ │ ├───NET
- │ │ │ ├───1.1
- │ │ │ ├───2.0
- │ │ │ ├───3.5
- │ │ │ └───4.0
- │ │ ├───Pic
- │ │ ├───Server
- │ │ │ ├───cfgdat
- │ │ │ ├───data
- │ │ │ │ ├───gdaten
- │ │ │ │ └───konv.tmp
- │ │ │ ├───format
- │ │ │ ├───mkp-1
- │ │ │ │ └───tmp
- │ │ │ ├───mkp-vs
- │ │ │ ├───security
- │ │ │ ├───sgdat
- │ │ │ ├───trace
- │ │ │ └───work
- │ │ └───Utils
- │ ├───Doku
- │ │ ├───deutsch
- │ │ └───English
- │ ├───Ecu
- │ │ └───Testfiles
- │ │ ├───Ediabas-Test-Jobs-F01
- │ │ ├───EF_450
- │ │ ├───Sitze Normierlauf
- │ │ ├───Sonderthemen
- │ │ └───Startwertabgleich
- │ ├───Hardware
- │ │ ├───CAN
- │ │ ├───ENET
- │ │ ├───FUNK
- │ │ ├───MOST
- │ │ ├───OBD
- │ │ └───OPPS
- │ ├───HELP
- │ ├───Sim
- │ ├───TRACE
- │ └───Tutorial
- ├───NCSEXPER
- │ ├───BIN
- │ ├───CFGDAT
- │ ├───DATEN
- │ │ ├───ASE
- │ │ ├───E31
- │ │ ├───E32
- │ │ ├───E34
- │ │ ├───E36
- │ │ ├───E38
- │ │ ├───E39
- │ │ ├───E46
- │ │ ├───E52
- │ │ ├───E53
- │ │ ├───E60
- │ │ ├───E65
- │ │ ├───E70
- │ │ ├───E83
- │ │ ├───E85
- │ │ ├───E89
- │ │ ├───K1X
- │ │ ├───K24
- │ │ ├───KH2
- │ │ ├───R50
- │ │ ├───R56
- │ │ └───RR1
- │ ├───PFL
- │ ├───SGDAT
- │ ├───STDAT
- │ ├───tab
- │ ├───Verplatz
- │ └───WORK