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

ISTA Launcher Console
12-09-2022, 08:06 AM,
Post: #101
RE: ISTA Launcher Console
Yes that's right.
[+] 1 user says Thank You to slackers for this post
12-09-2022, 08:46 AM,
Post: #102
RE: ISTA Launcher Console
(12-09-2022, 03:39 AM)bmwtech Wrote:  Do I understand correctly...
For example, I have installed ISTA by Sedoy and later I want to update the version, so I can take the above mentioned files and use this software to update ISTA, right?

Not ISTA as in ITSELF. Just it's databases.
[+] 1 user says Thank You to Node for this post
12-09-2022, 10:40 AM,
Post: #103
RE: ISTA Launcher Console
THX friends for help!!!


03-10-2022, 19:41 PM,
Post: #104
RE: ISTA Launcher Console
My installation is always aborted, because the log says:

2022-10-03 21:30:55,524 [1] [INFO ] PackageAvailabilityChecker.GetInstallableSoftware - Subscribed languages: de-DE
2022-10-03 21:30:55,524 [1] [INFO ] PackageAvailabilityChecker.GetInstallableSoftware - Subscribed languages to check (specific cultures): de-DE
2022-10-03 21:30:55,524 [1] [WARN ] PackageAvailabilityChecker.IsPackageAvailableOnSharedStorage - Package 'BMW_ISPI_ISTA-DATA_en-GB_4.37.13' (Filename: BMW_ISPI_ISTA-DATA_en-GB_4.37.13.istapackage) could not be found on the shared storage 'D:\ISTA_Store\Downloads'.
2022-10-03 21:30:55,524 [1] [WARN ] PackageAvailabilityChecker.IsPackageAvailableOnSharedStorage - Package 'BMW_ISPI_ISTA-DATA_DELTA_en-GB_4.37.20' (Filename: BMW_ISPI_ISTA-DATA_DELTA_en-GB_4.37.20.istapackage) could not be found on the shared storage 'D:\ISTA_Store\Downloads'.
2022-10-03 21:30:55,524 [1] [WARN ] PackageAvailabilityChecker.IsPackageAvailableOnSharedStorage - Package 'BMW_ISPI_ISTA-DATA_DELTA_en-GB_4.37.30' (Filename: BMW_ISPI_ISTA-DATA_DELTA_en-GB_4.37.30.istapackage) could not be found on the shared storage 'D:\ISTA_Store\Downloads'.
2022-10-03 21:30:55,524 [1] [INFO ] Timer - Installation elapsed time: 00.08


There are three packages missing, but I don't have en-GB installed, I have only de-DE. How can I fix this?
In the registry I also only have de-DE.
04-10-2022, 08:39 AM,
Post: #105
RE: ISTA Launcher Console
(03-10-2022, 19:41 PM)Tizen99 Wrote:  There are three packages missing, but I don't have en-GB installed, I have only de-DE. How can I fix this?
In the registry I also only have de-DE.

I think en-GB is mandatory.

Like in Sedoy's first post en-GB(required) and every other language is optional.

Bye If I helped you please press thanks + rep  button   under 
04-10-2022, 10:14 AM,
Post: #106
RE: ISTA Launcher Console
(04-10-2022, 08:39 AM)kn6600 Wrote:  
(03-10-2022, 19:41 PM)Tizen99 Wrote:  There are three packages missing, but I don't have en-GB installed, I have only de-DE. How can I fix this?
In the registry I also only have de-DE.

I think en-GB is mandatory.

Like in Sedoy's first post en-GB(required) and every other language is optional.

Correct. en-GB is a "must have" wink.
06-10-2022, 16:02 PM,
Post: #107
RE: ISTA Launcher Console
Update:

v1.2.4.9 - 02.10.2022

1. add command line arguments to update only Data or only SDP.(OnlyData or OnlySDP)

iLean offline license (PM)
FeatureCodes CarPlay (PM)
FSC-Generator
Reputation: +7 - botho [+1] , noobontour [+1] , Cowboy [+1] , simonchs [+1] , harry015 [+1] , 2013m5 [+1] , DJenka [+1]
[+] 12 users say Thank You to Sedoy for this post
06-10-2022, 21:34 PM,
Post: #108
RE: ISTA Launcher Console
Hi,

I can't change
Install packages from: F:\ISTA_Store\Downloads
TempInstallDirectory: F:\ISTA_Store\Temp

to
Install packages from: D:\ISTA_Store\Downloads
TempInstallDirectory: D:\ISTA_Store\Temp

I changed it in file "istalauncher-x64.reg":
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BMW\ISPI\TRIC\ISTALauncher]
"BMW.TricTools.IstaLauncher.TempInstallDirectory"="d:\\ISTA_Store"

After starting the launcher, the command windows shows me:
ISTA Launcher Console v1.2.4.9
==============================

Install packages from: F:\ISTA_Store\Downloads
TempInstallDirectory: F:\ISTA_Store\Temp

In the registry i found D:\ISTA_Store, i have attached a screenshot.
   

How can i change this value?


br
Harry

EDIT: I changed it in the file "IstaLauncherConsole.exe.config", now it works. But why didn't this work i the file "istalauncher-x64.reg"?

  If my post helped you, please hit the thanks and reputation button.
06-10-2022, 22:12 PM,
Post: #109
RE: ISTA Launcher Console
I don't know what you make wrong, just tested and all working.

To info, if in configfile path is not empty then registry ignore.

iLean offline license (PM)
FeatureCodes CarPlay (PM)
FSC-Generator
06-10-2022, 23:16 PM,
Post: #110
RE: ISTA Launcher Console
Hi,

ah, maybe is here the "problem". In the file "IstaLauncherConsole.exe.config" are the following values:

<appSettings>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
<!-- Path to .istapackage files, example: F:\ISTA_Store , or leave empty-->
<add key="SharedStoragePath" value="F:\ISTA_Store"/>
<!-- TempInstallDirectory, example: F:\ISTA_Store , or leave empty-->
<add key="TempInstallDirectory" value="F:\ISTA_Store"/>

In the previous versions were this values:
<appSettings>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
<!-- Path to .istapackage files, example: F:\ISTA_Store , or leave empty-->
<add key="SharedStoragePath" value=""/>
<!-- TempInstallDirectory, example: F:\ISTA_Store , or leave empty-->
<add key="TempInstallDirectory" value=""/>

In the version 1.2.4.9 you have added in the file "IstaLauncherConsole.exe.config" the lines "add key" with values... just download it again, there are the same values "f:\ista_Store" in the file.

regards,
Harry

  If my post helped you, please hit the thanks and reputation button.
[+] 1 user says Thank You to harry015 for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW ISTA Standalone Licenserequest up to v4.37.4x Sedoy 8,756 694,697 28 minutes ago
Last Post: 2013m5
  Lowering g05 lci with ista Zenel6GT 14 594 Yesterday, 16:01 PM
Last Post: NeRkO20
XZBMW Requesting ISTA-P VO.xmldb for this VIN: WMWZB3C57CWM30715 BMWF01 2 84 Yesterday, 14:43 PM
Last Post: BMWF01
XZBMW ISTA 4.46.xx problems and possible solution Sedoy 116 14,857 Yesterday, 09:13 AM
Last Post: NeRkO20
XZBMW ISTA 4.47.3x I-LEVEL+OVERVIEW AutoExe3219 0 141 23-05-2024, 22:24 PM
Last Post: AutoExe3219
XZBMW ISTA+ 4.47.3x Install Files - MEGA shawnsheridan 2 656 22-05-2024, 23:03 PM
Last Post: ctgy8923
XZBMW Ultimate Ediabas/ISTA+ voltage control V3 Node 323 126,318 21-05-2024, 10:44 AM
Last Post: vld
  Dutch language package ista 4.45 db8000 0 62 19-05-2024, 05:01 AM
Last Post: db8000
XZBMW HELP NEEDED TU UPDATE ISTA D 4.41.50 TO 4.42.12 ipcsr76 1 420 18-05-2024, 08:53 AM
Last Post: piteerus
  ista 4.46 Standalone kiranabc 112 16,016 16-05-2024, 12:20 PM
Last Post: flterence

Forum Jump:


Users browsing this thread:
3 Guest(s)

Return to TopReturn to Content