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
  ista 4.46 Standalone kiranabc 86 10,738 26 minutes ago
Last Post: kiranabc
XZBMW ISTA+ Licenserequest 4.45.30 B O S S 34 1,171 1 hour ago
Last Post: B O S S
XZBMW ISTA Standalone Licenserequest up to v4.37.4x Sedoy 8,711 669,258 5 hours ago
Last Post: Sedoy
XZBMW ISTA 4.46.xx problems and possible solution Sedoy 98 11,751 10 hours ago
Last Post: egyclick
  ISTA 4.47 test plan not available on M3 bmwm3power 3 126 Yesterday, 20:15 PM
Last Post: 2013m5
XZBMW ISTA+ 4.47.1x Install Files - MEGA shawnsheridan 12 1,530 Yesterday, 15:36 PM
Last Post: shawnsheridan
XZBMW ISTA 4.47.1x I-LEVEL+OVERVIEW AutoExe3219 0 256 24-04-2024, 22:52 PM
Last Post: AutoExe3219
XZBMW [MEGA] ISTA 4.32 // ISTA-P 3.72 + ALL LOADER up to 6.6 // no license needed hashtagmaster 61 18,417 21-04-2024, 22:17 PM
Last Post: grizzle
XZBMW ISTA SQLiteDBs PL Polish 4.40.12 - 4.40.40 maksymw 3 986 21-04-2024, 12:02 PM
Last Post: matigdy
XZBMW Update ISTA 4.39.20 SQLiteDBs Italian Language diman64 10 1,004 20-04-2024, 11:20 AM
Last Post: elettra19

Forum Jump:


Users browsing this thread:
4 Guest(s)

Return to TopReturn to Content