This DIY was tested with Windows 7 Home Premium Service Pack 1 (SP1) running on a circa 2008 Lenovo S10 netbook with a K+DCAN cable from one stop electronics.com. My netbook is used solely for coding and as such this DIY assumes that your computer is dedicated to this purpose as well.

 

I recommend starting with a fresh 32-bit Windows 7 installation in order to collect the necessary INPA 5.0.2 configuration files that you will need after installing BMW Standard Tools 2.12. I suggest disabling Windows Update automatic updates during the Windows 7 installation process. After entering your product key, the following screen will pop up security message.

 

Select “Ask me later”, this will prevent Windows 7 from automatically installing any updates.

If your installing from pre-SP1 Windows 7 media, I highly recommend that you manually install two Microsoft updates:

System Update Readiness Tool (KB947821):
http://www.microsoft.com/en-us/downl…s.aspx?id=3132

Windows 7 Service Pack 1 (KB976932):
http://www.microsoft.com/en-us/downl…s.aspx?id=5842

During testing pre-SP1 Windows 7 no longer displayed a mouse pointer after successfully installing EDIABAS & WinKFP and rebooting the system.

INPA 5.0.2 can be found here:

INPA-EDIABAS full English Edition

Installation Guide

Follow steps 2 through 6 of the installation guide. During the EDIABAS & WinKFP install (step 3), select Windows XP (this is not mentioned in the installation guide.) For all other selections, accept the default and click Weiter which is German for “further.”

The very first time you attempt to install EDIABAS & WinKFP (step 3), regsvr32 will fail to register two Windows ActiveX controls. This is normal, upon re-installation everything will work properly.

Click on OK and then click on the large red circle with a white X at the bottom of the screen to see the second regsvr32 error.

Click on OK to acknowledge the second error.

Press any key to exit the EDIABAS OBD setup program. Don’t be concerned about any registry key warnings, this installation of EDIABAS will never be used.

 

When prompted to reboot, select Nein for “No” and then click on Beenden or “End” to exit the installation program. Go to Control Panel and uninstall the program.

 

Once you have uninstalled the program, reinstall it. On the second attempt, the ActiveX controls will register properly.

 

This time, select Ja for “Yes” and reboot.

 

Even with SP1 installed, on occasion the system will no longer display a mouse pointer after rebooting the system at this point. If this happens, depress the Windows logo key (on some keyboards it may have an icon of a house instead) to display the Start menu. Depress the right arrow key once and then depress Enter to initiate a proper shutdown. When powered back on, the system should have a functional mouse pointer.

Continue with steps 4-6 in the installation guide.

At the completion of step 5, the Windows Program Compatibility Assistant may appear. Click on “This program installed correctly.”

 

At this point you could optionally install the latest EDIABAS/INPA update (ES-76) from FAL’s EA-90X distribution. I don’t recommend doing so as the latest INPA scripts are in German and not necessary for coding. Installation of the ES-76 update is outside of the scope of this DIY.

You now have the base INPA scripts and configuration files that you’ll need to get the latest version of INPA (5.0.6) up and running. Copy the the INPA CFGDAT and SGDAT folders to removable media for safe keeping. They are located in C:EC-APPSINPA.

If your curious, INPA 5.0.2 is operable at this point. If you were to install the K+DCAN drivers from Windows Update, set the cable to COM1, etc. the battery and ignition clamps are working properly.

 

That’s cool, but INPA 5.0.2 and friends are not totally compatible with the latest SP Daten files (i.e. 50.2), so let’s move on to installing BMW Standard Tools 2.12.

Links to BMW Standard Tools 2.12 and NCS Expert profiles can be found in this post:
http://www.e90post.com/forums/showpo…postcount=4476

SP Daten 50.2 can be found in this thread:
http://www.e90post.com/forums/showthread.php?t=882353

Blow away your previous installation of Windows and start over with a fresh install. INPA 5.0.2 and friends made changes to the Windows registry, etc. Now that we have the two folders needed to bootstrap INPA 5.0.6, it’s best to reinstall Windows. If your installing from pre-SP1 Windows 7 media, don’t forget to install the System Update Readiness Tool (KB947821) and Windows 7 Service Pack 1 (KB976932.) In addition, because this will hopefully be your final re-installation of Windows  I suggest that you manually install one additional Microsoft update:

Microsoft .NET Framework 4.5.1:
http://www.microsoft.com/en-us/downl….aspx?id=40779

When the K+DCAN cable is initially plugged in, Windows will indicate that the device driver was not successfully installed.

 

Click on the white box circled above when it appears to change the driver update settings.

 

Click on “Change setting.”

 

Select “Always install the best driver software from Windows Update” then click on “Save Changes.”

 

Windows Update will install the latest FTDI drivers needed for the one stop electronics.com K+DCAN cable. Notice that the FTDI driver has defaulted to USB Serial Port COM3. You need to change this to COM1. Click on “Close.”

 

Click on the Windows Start button to display the Start menu. In the Start Search box type the following command and depress Enter to launch Device Manager:

Code:

mmc devmgmt.msc

 

When Device Manager opens, click on the arrow to the left of “Ports (COM & LPT)” to expand the Ports device tree. Double-click on “USB Serial Port (COM3)” to open the device properties.

 

Click on the “Port Settings” tab and then click on the “Advanced” button to display the Advanced Settings for COM3.

 

Change the COM Port Number to COM1 and the Latency Timer to 1 msec and click “OK.”

 

The USB Serial Port should be set to COM1. Close Device Manager.

Install BMW Standard Tools 2.12. Accept the defaults and click “Next.”

 

When prompted to select additional tasks, de-select the “Execute backup and restore wizard” selections under Data backup. You don’t have an existing installation of BMW Standard Tools to backup. Click “Next.”

 

Click “OK” to acknowledge that the backup wizard has been deactivated.

 

When the Hardware Interface Settings screen appears, select “USB to serial adapter” then click “Next.”

 

Click “Finish” to complete the BMW Standard Tools setup and restart your computer.

Please note: This section of the DIY could be improved for neophyte Windows users. It assumes that you understand command line syntax. In this context, X: denotes an unknown drive letter (i.e. the USB thumb drive that you saved your INPA CFGDAT and SGDAT folders to.) For example, if in Windows Explorer under Computer your USB thumb drive is denoted as Drive E:, then you should use E: instead.

Code:

C:Users808>copy E:CFGDAT*.ENG C:EC-APPSINPACFGDAT /v14 file(s) copied.

If you chose to store the CFGDAT folder in another folder named MyStuff, then you would have to include MyStuff in the source path.

Code:

C:Users808>copy E:MYSTUFFCFGDAT*.ENG C:EC-APPSINPACFGDAT /v14 file(s) copied.

The drive letter and path to the source file(s) is dependent on where you stored the files.

Click on the Windows Start button to display the Start menu. In the Start Search box type the following command. Right click on the Windows Command Processor (cmd) under Programs and select Run as administrator.

Code:

cmd

When the User Account Control dialog box appears, select Yes to allow the Windows Command Processor to make changes to your computer.

Copy the Windows ActiveX control MSFLXGRD.OCX to C:WINDOWSSYSTEM32 and manually register it.

 

Copy the Windows ActiveX control RICHTX32.OCX to C:WINDOWSSYSTEM32 and manually register it.

 

Overwrite the INPA initialization file in the C:EC-APPSINPACFGDAT folder with the INPA.INI from your saved CFGDAT folder.

Code:

C:>copy X:CFGDATINPA.INI C:EC-APPSINPACFGDAT /v /y1 file(s) copied.

Copy the INPA scripts and configuration files from your saved CFGDAT and SGDAT folders.

Code:

C:>copy X:CFGDAT*.ENG C:EC-APPSINPACFGDAT /v14 file(s) copied.C:>copy X:SGDAT*.IPO C:EC-APPSINPASGDAT /v468 file(s) copied.C:>copy X:SGDAT*.SRC C:EC-APPSINPASGDAT /v11 file(s) copied.C:>copy X:SGDAT*.TXT C:EC-APPSINPASGDAT /v2 file(s) copied.

Copy the group files from the SP Daten E89 folder to C:EDIABASECU.

Code:

C:>copy X:E89ECU*.GRP C:EDIABASECU /v80 file(s) copied.

Import your daten files into WinKFP using this guide (steps 2-8):
WinKFP Import.pdf

Create a C:NCSEXPERDATENE89 folder and copy the contents of the E89DATEN folder into it.

Code:

C:>mkdir C:NCSEXPERDATENE89C:>copy X:E89DATEN*.* C:NCSEXPERDATENE89 /v430 file(s) copied.

Copy the contents of the E89SGDAT folder to C:NCSEXPERSGDAT.

Code:

C:>copy X:E89SGDAT*.* C:NCSEXPERSGDAT /v224 file(s) copied.

Go to the E89DATEN directory and execute the LADEN.BAT script.

Code:

C:>cd X:E89DATENX:E89DATEN>laden.bat

You’ll receive errors at the end of the script due to the missing C:EC-APPSCARSERVER directory, ignore them.

Install the patched 32-bit NCS Expert from this thread:
http://www.e90post.com/forums/showthread.php?t=832476

Example:

Code:

rename C:NCSEXPERBINNCSEXPER.EXE NCSEXPER.OLDrename C:NCSEXPERCFGDATNCSEXPER.TXT NCSEXPER.GERcopy NCSEXPER.EXE C:NCSEXPERBIN /vcopy NCSEXPER.TXT C:NCSEXPERCFGDAT /v

Copy the NCS Expert profiles to the C:NCSEXPERPFL folder.

Example:

Code:

copy *.PFL C:NCSEXPERPFL /v

Your done, enjoy!