Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
03-07-2014, 21:49 PM,
Post: #41
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
If you want print dialog change in ISTAGui.exe.config

from
Code:
<add key="BMW.Rheingold.CoreFramework.PrintingType" value="default"/>

to
Code:
<add key="BMW.Rheingold.CoreFramework.PrintingType" value="dialog"/>

Then change it in Regedit.exe by searching BMWGroup. Change "default" to "dialog"

[Image: f04765793432c54cb42e4dc8b468d66d.png]
Quote this message in a reply
[+] 6 users say Thank You to zekan23 for this post
04-07-2014, 11:39 AM,
Post: #42
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
To unblock all files in folder Rheingold by 1 click, openWindows PowerShell like Admin (Run As Administrator).
By default Win 7 has 3d version of PowerShell, but you can install 4th version, dowloading it from: Microsoft
for Win 7 x64 фаил Windows6.1-KB2819745-x64-MultiPkg.msu, and for Win x32 фаил Windows6.1-KB2819745-x86-MultiPkg.msu

In PowerShell you should execute command

gci ’С:\Program Files\Rheingold’ -Recurse | Unblock-File and press Enter (After executing of this command Rheingold starts working on 100%. Test plans, service functions etc)
And do not close PowerShell after you pressed "enter". It can take about 5 minutes to finish. Nothing will appear on screen, but processes is in work.

[Image: 4565022ebbff454ddb13988f1756635e.png]
Quote this message in a reply
[+] 8 users say Thank You to zekan23 for this post
04-07-2014, 11:48 AM,
Post: #43
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
Here is link to both

Windows6.1-KB2819745-x64-MultiPkg.msu,

Windows6.1-KB2819745-x86-MultiPkg.msu

package.txt
File Type: .txt
Downloaded: 53 times
Size: 73 bytes

Quote this message in a reply
[+] 6 users say Thank You to TizWoz for this post
04-07-2014, 17:26 PM,
Post: #44
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
OR before unrar, do this:

click right button on the .rar file then "properties" then "click unblock", after that unpack the Rheingold file. All files are now unblocked.

                                                               
Was I helpful? Please support my time and Hit [Image: tyl_add.png]  And [Image: postbit_reputation.gif] -button's.

NEW Trasdata 9 Master support Bosch SM(service mode) etc enjoy
Quote this message in a reply
[+] 8 users say Thank You to Bimmeristi for this post
04-07-2014, 18:18 PM,
Post: #45
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
(04-07-2014, 11:39 AM)zekan23 Wrote:  To unblock all files in folder Rheingold by 1 click, openWindows PowerShell like Admin (Run As Administrator).
By default Win 7 has 3d version of PowerShell, but you can install 4th version, dowloading it from: Microsoft
for Win 7 x64 фаил Windows6.1-KB2819745-x64-MultiPkg.msu, and for Win x32 фаил Windows6.1-KB2819745-x86-MultiPkg.msu

In PowerShell you should execute command

gci ’С:\Program Files\Rheingold’ -Recurse | Unblock-File and press Enter (After executing of this command Rheingold starts working on 100%. Test plans, service functions etc)
And do not close PowerShell after you pressed "enter". It can take about 5 minutes to finish. Nothing will appear on screen, but processes is in work.

[Image: 4565022ebbff454ddb13988f1756635e.png]

Works even then the APL test if everything is unlocked?
Quote this message in a reply
05-07-2014, 02:15 AM,
Post: #46
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
PS C:\> gci 'E:\Rheingold' -Recurse | Unblock-File
无法将“Unblock-File”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查
名称的拼写,如果包括路径,请确保路径正确,然后重试。
所在位置 行:1 字符: 43
+ gci 'E:\Rheingold' -Recurse | Unblock-File <<<<
+ CategoryInfo : ObjectNotFound: (Unblock-Fileworriedtring) [], Comman
dNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

I have installed the powershell 4.0 but can't use anything about the Unblock-File command.
Quote this message in a reply
05-07-2014, 09:06 AM,
Post: #47
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
Try install this and try again.
http://technet.microsoft.com/en-us/sysin...97440.aspx
Quote this message in a reply
[+] 2 users say Thank You to zekan23 for this post
07-07-2014, 16:46 PM,
Post: #48
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
(26-06-2014, 17:49 PM)zekan23 Wrote:  you should remove block from all files in Rheingold folder. For example C:\Program Files\Rheingold\SQLiteDBs and C:\Program Files\Rheingold\TesterGUI\bin\Release.
Select file and click right button, open Properties and click Unblock, after click Apply.
I don't have that problem but I installed it on Windows XP (I don't see an "Unblock" button). Is it possible that's a se7en only issue?

I do have a problem though: I can do a diagnosis and display the DTCs but I can't erase them fail
The procedure does seem to work but if I ask a new diagnosis, the DTCs show up again. Tested on E89 and E65.

Quote:[3] If you do not need China language you can delete 2 files from folder SQLiteDBs:
xmlvalueprimitive_ZHCN.sqlite and streamdataprimitive_ZHCN.sqlite (you save 5GB of HD space)
Nice. Any need for the "OTHER" database too?
Quote this message in a reply
07-07-2014, 20:21 PM,
Post: #49
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
(07-07-2014, 16:46 PM)Martini Wrote:  
(26-06-2014, 17:49 PM)zekan23 Wrote:  you should remove block from all files in Rheingold folder. For example C:\Program Files\Rheingold\SQLiteDBs and C:\Program Files\Rheingold\TesterGUI\bin\Release.
Select file and click right button, open Properties and click Unblock, after click Apply.
I don't have that problem but I installed it on Windows XP (I don't see an "Unblock" button). Is it possible that's a se7en only issue?

I do have a problem though: I can do a diagnosis and display the DTCs but I can't erase them fail
The procedure does seem to work but if I ask a new diagnosis, the DTCs show up again. Tested on E89 and E65.

Quote:[3] If you do not need China language you can delete 2 files from folder SQLiteDBs:
xmlvalueprimitive_ZHCN.sqlite and streamdataprimitive_ZHCN.sqlite (you save 5GB of HD space)
Nice. Any need for the "OTHER" database too?

did you fixed problem for those DTC? cause if there are permanent , nobody even GOD cannot erase them without fixing the problem fail
Quote this message in a reply
07-07-2014, 20:30 PM, (This post was last modified: 07-07-2014, 20:32 PM by Martini.)
Post: #50
RE: BMW ISTA/D Rheingold v3.43.50 (EN, DE, RU, CN)
On the 745d, that is a glow plug problem (that has always been there and that I've been able to erase a few times earlier). That can't reappear before I restart the car, can it?

On the 120i, a secondary water pump (used for the heating system) that I had erased earlier.

If they are permanent, shouldn't Rheingold tell me it wasn't able to erase them?
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW ISTA 4.46.xx problems and possible solution Sedoy 101 12,970 Yesterday, 08:20 AM
Last Post: NeRkO20
XZBMW ISTA Standalone Licenserequest up to v4.37.4x Sedoy 8,722 678,796 08-05-2024, 21:18 PM
Last Post: Sedoy
XZBMW Update ISTA at once 4.43.40 (ISTA Update Program) charlesjyw 39 8,062 08-05-2024, 21:13 PM
Last Post: shaggyshadow
XZBMW ISTA+ 4.47.2x Install Files - MEGA shawnsheridan 8 1,181 07-05-2024, 18:38 PM
Last Post: mar.wo
  ista 4.46 Standalone kiranabc 106 13,559 07-05-2024, 10:49 AM
Last Post: palapas1974
XZBMW ISTA Czech Database ( 4.42.XX - 4.47.XX) inspi1981 65 8,065 07-05-2024, 08:53 AM
Last Post: inspi1981
XZBMW Ista-D last working version please help Warsteiner 4 296 06-05-2024, 19:40 PM
Last Post: 2013m5
XZBMW ISTA Standalone / Standard Tools / PSdZData_Lite - last [MEGA] Sedoy 1,652 418,400 06-05-2024, 18:30 PM
Last Post: Dafireman12
XZBMW ISTA 4.47.2x I-LEVEL+OVERVIEW AutoExe3219 0 188 06-05-2024, 14:23 PM
Last Post: AutoExe3219
XZBMW ISTA+ 4.47.1x Install Files - MEGA shawnsheridan 42 4,394 05-05-2024, 19:21 PM
Last Post: 2013m5

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content