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,799 710,872 7 hours ago
Last Post: Sedoy
  ista 4.46 Standalone kiranabc 114 17,240 11 hours ago
Last Post: kiranabc
XZBMW ISTA Czech Database ( 4.43.XX - 4.47.XX) inspi1981 68 8,723 11-06-2024, 12:51 PM
Last Post: inspi1981
XZBMW ISTA+ 4.47.4x Install Files - MEGA shawnsheridan 5 1,262 10-06-2024, 14:18 PM
Last Post: CATAHA
XZBMW ISTA 4.46.xx problems and possible solution Sedoy 133 17,139 10-06-2024, 06:14 AM
Last Post: NeRkO20
XZBMW ISTA 4.47.4x I-LEVEL+OVERVIEW AutoExe3219 0 191 10-06-2024, 00:53 AM
Last Post: AutoExe3219
XZBMW ISTA+ 4.47.3x Install Files - MEGA shawnsheridan 15 2,415 07-06-2024, 12:56 PM
Last Post: MasterGt
  Ilean ista is not asking install on c or d drive. How to fix? bmwlover 7 283 04-06-2024, 19:49 PM
Last Post: ____ANGEL___
  ISTA issues on G05 X5 330d 7 292 03-06-2024, 02:26 AM
Last Post: that4chanhacker
XZBMW ISTA 4.33.30 The programming system could not be initialised Edward1968 40 8,730 01-06-2024, 09:50 AM
Last Post: iyade46

Forum Jump:


Users browsing this thread:
6 Guest(s)

Return to TopReturn to Content