Du är här

Garmin Express

Informations

Creator Meddelanden
dingo35 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 22581
Wine: 5.8

Feedbacks

Description

This script installs Garmin Express, the software Garmin uses to update your device (like Golfwatch, Running Watch etc.). Both the script and the application after install run slowly, so you have to be PATIENT to use this succesfully!

See also: compatibility reports with Crossover.

Source code

#!/bin/bash
# Date: (2020-09-13 13:25)
# Last revision: (2020-09-13 13:25)
# Wine version used: 5.8
# Distribution used to test: Ubuntu 20.04
# Author: Dingo35
 
# ---------------------------------------------------------------------------------------------------------
 
# CHANGELOG
# Version 0.0.1 by Dingo35; tested with GarminExpress for Windows v7.1.3.0
# ---------------------------------------------------------------------------------------------------------
 
# Under BSD License!
 
# Copyright (c) 2018, Quentin Pâris, Eduardo Lucio and N0rbert, GuerreroAzul
# All rights reserved.
 
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above copyright
#       notice, this list of conditions and the following disclaimer in the
#       documentation and/or other materials provided with the distribution.
#     * Neither the name of the free software community nor the
#       names of its contributors may be used to endorse or promote products
#       derived from this software without specific prior written permission.
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL Quentin Pâris and Eduardo Lucio BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
# ---------------------------------------------------------------------------------------------------------
 
# Initialization!
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Garmin Express"
PREFIX="GarminExpress"
#wine 5.0, 5.8 work, 5.16 doesnt
WINEVERSION="5.8"
OSVERSION="vista"

POL_GetSetupImages "https://i.imgur.com/licFVuF.png" "https://i.imgur.com/ff6PkEZ.png" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 3064
 
POL_SetupWindow_presentation "$TITLE" "Garmin" "https://www.garmin.com/en-US/software/express/windows/" "Dingo35" "$TITLE"
 
POL_Debug_Init
# ---------------------------------------------------------------------------------------------------------
# Perform some validations!
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE might not work with $APPLICATION_TITLE $VERSION!\nPlease update!"

#check if winetricks present
winetricks -V || POL_Debug_Fatal "Please install winetricks before installing $TITLE!"

POL_System_SetArch "x86"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
SetupIs="$APP_ANSWER"
# ---------------------------------------------------------------------------------------------------------
# Prepare resources for installation!
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
#POL_SetupWindow_message "This installation is going to take a LONG time (maybe 30 minutes or more)!" "$TITLE" 
POL_SetupWindow_wait "This installation is going to take a LONG time (maybe 30 minutes or more)! I have to install .NET 4.7.2, and Microsoft decided I first have to install 4.0, then 4.5, then 4.6, then 4.6.1, then 4.6.2, and then finally 4.7.2...." "$TITLE"
Set_OS "$OSVERSION"
 
#for some reason the dotnet472 installation is not recognized by the application, so we have to use winetricks
#POL_Call POL_Install_dotnet472
winetricks -q dotnet472
POL_Call POL_Install_vcrun2010
#for some reason the d3dcompiler_47 is not giving a good result, so we have to use winetricks
#POL_Call POL_Install_d3dcompiler_47
winetricks d3dcompiler_47
#without corefonts the login window is not displayed correctly
winetricks corefonts
#it is really necessary to put it in Vista again, the previous installs put it on win7
#without it, the transfer of files to the device will not work
Set_OS "$OSVERSION"

# ---------------------------------------------------------------------------------------------------------
# Install!
POL_SetupWindow_message "$(eval_gettext 'Move this window over to the upper right part of your screen, so that it remains visible when the application shows up.')" "$TITLE" 
POL_SetupWindow_message "$(eval_gettext 'Now I will install Garmin Express. After installing, you will see a window that says: This application could not be started. You must etc. Do you want to view information about this issue? ANSWER NO!')" "$TITLE" 

POL_Wine "$SetupIs"

# ---------------------------------------------------------------------------------------------------------
# Create shortcuts, entries to extensions and finalize!
 
POL_Shortcut "express.exe" "$TITLE"
 
# ---------------------------------------------------------------------------------------------------------

POL_SetupWindow_message "$(eval_gettext 'Now Garmin Express is installed. If you start Garmin Express, only part of your screen is updated. Give the app 30 seconds to start up, then MOVE your mouse in the upper middle of the screen and parts of the screen WILL be visible. If you press a button full screen WILL appear.')" "$TITLE" 
POL_SetupWindow_message "$(eval_gettext 'After installation, if you are updating software and/or maps, make sure to be PATIENT. Progress bar will not move for a long time (sometimes 20 minutes or more) but behind the screens it IS updating your device. Good luck!')" "$TITLE" 

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Meddelanden
runlevel0 Thursday 17 August 2023 at 11:19
runlevel0 Anonymous

Meddelanden

Hi,

the installer works fine (Fedora 38, Using Win7 as Windows version and Wine 7.22).

My Fenix 6 is however not detected (USB C port).  The devices shows as mounted, which also happened in Windows 10 (It needed to be mounted to show up in Garmin Express).

Any hint? 

Thanks for the installer!

 

 

 

Svar

dingo35 Wednesday 8 June 2022 at 9:15
dingo35 Anonymous

Meddelanden

From the author:

This script is now (June 2022) deprecated; the old Garmin Express software works with this script, BUT if you update charts on your device it will complain that the charts cannot be unlocked. This can be solved with the current version of Garmin Express (7.13.1 or later), but I couldn't get that version to run with playonlinux anymore... There is a problem with GE trying to install .net 4.7.2 while playonlinux thinks it is already installed...

The only thing I can advise linux users is to install a virtual machine with Windows that runs under linux, if you redirect the USB port that your device is connected to you can upgrade your software AND your charts from there!

 

Svar

Anonymous
Monday 24 July 2023 at 17:44
Would be great if the script wouldn't be still shown as working in PlayOnLinux. I just lost some hours trying to figure out what I was doing wrong before eventually finding this thread. Of course I could have come to this forum first but as supposedly many other users I tried a search engine of my trust first...

Nevertheless - thanks for all your great work.

Ändrat av dingo35

pullistricker Tuesday 15 March 2022 at 13:41
pullistricker Anonymous

Meddelanden

Hello,

I got errors - can I get help here?

Error installing .Net 4.7.2

[00C0:00C4][2022-03-15T13:36:51]i001: Burn v3.11.1.2318, Windows v6.0 (Build 6002: Service Pack 2), path: C:\windows\temp\{75DBDA78-346B-4D16-8F10-7D5D205D707D}\.cr\GarminExpress.exe
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]'
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing string variable 'VersionInfo' to value '7.11.1.0'
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing string variable 'LaunchTarget' to value '[InstallFolder]\Garmin\Express\Express.exe'
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing numeric variable 'DeleteFiles' to value '1'
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing numeric variable 'CreateDesktopShortcut' to value '1'
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing numeric variable 'IsNightly' to value '0'
[00C0:00C4][2022-03-15T13:36:51]i000: Initializing numeric variable 'AutomaticStartup' to value '1'
[00C0:00C4][2022-03-15T13:36:51]i009: Command Line: '-burn.clean.room=Z:\home\grc\Downloads\GarminExpress.exe -burn.filehandle.attached=140 -burn.filehandle.self=144'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting string variable 'WixBundleOriginalSource' to value 'Z:\home\grc\Downloads\GarminExpress.exe'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'Z:\home\grc\Downloads\'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting string variable 'WixBundleLog' to value 'C:\users\grc\Temp\Garmin_Express_20220315133651.log'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting string variable 'WixBundleName' to value 'Garmin Express'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting string variable 'WixBundleManufacturer' to value 'Garmin Ltd or its subsidiaries'
[00C0:00C4][2022-03-15T13:36:51]i000: Loading prerequisite bootstrapper application because managed host could not be loaded, error: 0x8007007e.
[00C0:00D0][2022-03-15T13:36:51]i000: Setting numeric variable 'WixStdBALanguageId' to value 1031
[00C0:00D0][2022-03-15T13:36:51]i000: Setting version variable 'WixBundleFileVersion' to value '7.11.1.0'
[00C0:00C4][2022-03-15T13:36:51]i100: Detect begin, 9 packages
[00C0:00C4][2022-03-15T13:36:51]i000: Registry key not found. Key = 'Software\Garmin\Express'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting numeric variable 'InstallFolderExists' to value 0
[00C0:00C4][2022-03-15T13:36:51]i000: Registry key not found. Key = 'Software\Garmin\Express'
[00C0:00C4][2022-03-15T13:36:51]i000: Setting numeric variable 'InstallFolderExists' to value 0
[00C0:00C4][2022-03-15T13:36:51]i052: Condition 'InstallFolderExists' evaluates to false.
[00C0:00C4][2022-03-15T13:36:51]i052: Condition 'InstallFolderExists' evaluates to false.
[00C0:00C4][2022-03-15T13:36:51]i000: Setting string variable 'NETFRAMEWORK45' to value '394806'
[00C0:00C4][2022-03-15T13:36:51]w120: Detected partially cached package: NetFx472Redist, invalid payload: NetFx472Redist, reason: 0x80070003
[00C0:00C4][2022-03-15T13:36:51]i052: Condition 'NETFRAMEWORK45 >= 461808' evaluates to false.
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: Windows6.0_KB942288_v2_x86.msu, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: Windows6.0_KB942288_v2_x64.msu, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: NetFx472Redist, state: Absent, cached: Partial
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: vc_redist.x86.exe, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: GarminExpress, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: GarminElevatedInstaller, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: LegacyApplicationsUninstaller, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: AntDriversX64, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i101: Detected package: AntDriversX86, state: Absent, cached: None
[00C0:00C4][2022-03-15T13:36:51]i199: Detect complete, result: 0x0
[00C0:00C4][2022-03-15T13:38:09]i200: Plan begin, 9 packages, action: Install
[00C0:00C4][2022-03-15T13:38:09]i052: Condition 'VersionNT=v6.0 AND NOT VersionNT64 AND VersionMsi < v4.5' evaluates to false.
[00C0:00C4][2022-03-15T13:38:09]w321: Skipping dependency registration on package with no dependency providers: Windows6.0_KB942288_v2_x86.msu
[00C0:00C4][2022-03-15T13:38:09]i052: Condition 'VersionNT=v6.0 AND VersionNT64 AND VersionMsi < v4.5' evaluates to false.
[00C0:00C4][2022-03-15T13:38:09]w321: Skipping dependency registration on package with no dependency providers: Windows6.0_KB942288_v2_x64.msu
[00C0:00C4][2022-03-15T13:38:09]w321: Skipping dependency registration on package with no dependency providers: NetFx472Redist
[00C0:00C4][2022-03-15T13:38:09]i000: Setting string variable 'NetFx472FullLog' to value 'C:\users\grc\Temp\Garmin_Express_20220315133651_000_NetFx472Redist.log'
[00C0:00C4][2022-03-15T13:38:09]w321: Skipping dependency registration on package with no dependency providers: vc_redist.x86.exe
[00C0:00C4][2022-03-15T13:38:09]w321: Skipping dependency registration on package with no dependency providers: LegacyApplicationsUninstaller
[00C0:00C4][2022-03-15T13:38:09]i052: Condition 'VersionNT64' evaluates to false.
[00C0:00C4][2022-03-15T13:38:09]i052: Condition 'NOT VersionNT64' evaluates to true.
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: Windows6.0_KB942288_v2_x86.msu, state: Absent, default requested: Absent, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: Windows6.0_KB942288_v2_x64.msu, state: Absent, default requested: Absent, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: NetFx472Redist, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: vc_redist.x86.exe, state: Absent, default requested: Present, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: GarminExpress, state: Absent, default requested: Present, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: GarminElevatedInstaller, state: Absent, default requested: Present, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: LegacyApplicationsUninstaller, state: Absent, default requested: Present, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: AntDriversX64, state: Absent, default requested: Absent, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i201: Planned package: AntDriversX86, state: Absent, default requested: Present, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[00C0:00C4][2022-03-15T13:38:09]i299: Plan complete, result: 0x0
[00C0:00C4][2022-03-15T13:38:09]i300: Apply begin
[00C0:00C4][2022-03-15T13:38:09]i010: Launching elevated engine process.
[00C0:00C4][2022-03-15T13:38:09]i011: Launched elevated engine process.
[00C0:00C4][2022-03-15T13:38:09]i012: Connected to elevated engine.
[00D4:00D8][2022-03-15T13:38:09]i358: Pausing automatic updates.
[00D4:00D8][2022-03-15T13:38:09]i359: Paused automatic updates.
[00D4:00D8][2022-03-15T13:38:09]i360: Creating a system restore point.
[00D4:00D8][2022-03-15T13:38:09]i361: Created a system restore point.
[00D4:00D8][2022-03-15T13:38:09]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{67e17690-3c80-4313-a397-fce52fa2a4ce}, options: 0x7, disable resume: No
[00D4:00D8][2022-03-15T13:38:09]i000: Caching bundle from: 'C:\windows\Temp\{715AE2C4-9C18-4469-A0F2-6B7688434485}\.be\GarminExpressInstaller.exe' to: 'C:\ProgramData\Package Cache\{67e17690-3c80-4313-a397-fce52fa2a4ce}\GarminExpressInstaller.exe'
[00D4:00D8][2022-03-15T13:38:09]i320: Registering bundle dependency provider: {67e17690-3c80-4313-a397-fce52fa2a4ce}, version: 7.11.1.0
[00D4:00D8][2022-03-15T13:38:09]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{67e17690-3c80-4313-a397-fce52fa2a4ce}, resume: Active, restart initiated: No, disable resume: No
[00C0:00E8][2022-03-15T13:38:09]w343: Prompt for source of package: NetFx472Redist, payload: NetFx472Redist, path: Z:\home\grc\Downloads\redist\NDP472-KB4054530-x86-x64-AllOS-ENU.exe
[00C0:00E8][2022-03-15T13:38:09]i338: Acquiring package: NetFx472Redist, payload: NetFx472Redist, download from: http://go.microsoft.com/fwlink/?LinkId=863265
[00D4:00E4][2022-03-15T13:38:32]e000: Error 0x80070490: Failed to find expected public key in certificate chain.
[00D4:00E4][2022-03-15T13:38:32]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain.
[00D4:00E4][2022-03-15T13:38:32]e000: Error 0x80070490: Failed to verify signature of payload: NetFx472Redist
[00D4:00E4][2022-03-15T13:38:32]e310: Failed to verify payload: NetFx472Redist at path: C:\ProgramData\Package Cache\.unverified\NetFx472Redist, error: 0x80070490. Deleting file.
[00D4:00E4][2022-03-15T13:38:32]e000: Error 0x80070490: Failed to cache payload: NetFx472Redist
[00C0:00E8][2022-03-15T13:38:32]e314: Failed to cache payload: NetFx472Redist from working path: C:\windows\Temp\{715AE2C4-9C18-4469-A0F2-6B7688434485}\NetFx472Redist, error: 0x80070490.
[00C0:00E8][2022-03-15T13:38:32]e349: Application requested retry of payload: NetFx472Redist, encountered error: 0x80070490. Retrying...
[00C0:00E8][2022-03-15T13:38:32]w343: Prompt for source of package: NetFx472Redist, payload: NetFx472Redist, path: Z:\home\grc\Downloads\redist\NDP472-KB4054530-x86-x64-AllOS-ENU.exe
[00C0:00E8][2022-03-15T13:38:35]i338: Acquiring package: NetFx472Redist, payload: NetFx472Redist, download from: http://go.microsoft.com/fwlink/?LinkId=863265
[00D4:00E4][2022-03-15T13:38:58]e000: Error 0x80070490: Failed to find expected public key in certificate chain.
[00D4:00E4][2022-03-15T13:38:58]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain.
[00D4:00E4][2022-03-15T13:38:58]e000: Error 0x80070490: Failed to verify signature of payload: NetFx472Redist
[00D4:00E4][2022-03-15T13:38:58]e310: Failed to verify payload: NetFx472Redist at path: C:\ProgramData\Package Cache\.unverified\NetFx472Redist, error: 0x80070490. Deleting file.
[00D4:00E4][2022-03-15T13:38:58]e000: Error 0x80070490: Failed to cache payload: NetFx472Redist
[00C0:00E8][2022-03-15T13:38:58]e314: Failed to cache payload: NetFx472Redist from working path: C:\windows\Temp\{715AE2C4-9C18-4469-A0F2-6B7688434485}\NetFx472Redist, error: 0x80070490.
[00C0:00E8][2022-03-15T13:38:58]e349: Application requested retry of payload: NetFx472Redist, encountered error: 0x80070490. Retrying...
[00C0:00E8][2022-03-15T13:38:58]w343: Prompt for source of package: NetFx472Redist, payload: NetFx472Redist, path: Z:\home\grc\Downloads\redist\NDP472-KB4054530-x86-x64-AllOS-ENU.exe
[00C0:00E8][2022-03-15T13:39:01]i338: Acquiring package: NetFx472Redist, payload: NetFx472Redist, download from: http://go.microsoft.com/fwlink/?LinkId=863265
[00D4:00E4][2022-03-15T13:39:25]e000: Error 0x80070490: Failed to find expected public key in certificate chain.
[00D4:00E4][2022-03-15T13:39:25]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain.
[00D4:00E4][2022-03-15T13:39:25]e000: Error 0x80070490: Failed to verify signature of payload: NetFx472Redist
[00D4:00E4][2022-03-15T13:39:25]e310: Failed to verify payload: NetFx472Redist at path: C:\ProgramData\Package Cache\.unverified\NetFx472Redist, error: 0x80070490. Deleting file.
[00D4:00E4][2022-03-15T13:39:25]e000: Error 0x80070490: Failed to cache payload: NetFx472Redist
[00C0:00E8][2022-03-15T13:39:25]e314: Failed to cache payload: NetFx472Redist from working path: C:\windows\Temp\{715AE2C4-9C18-4469-A0F2-6B7688434485}\NetFx472Redist, error: 0x80070490.
[00C0:00C4][2022-03-15T13:39:25]e000: Error 0x80070490: Failed while caching, aborting execution.
[00D4:00D8][2022-03-15T13:39:25]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{67e17690-3c80-4313-a397-fce52fa2a4ce}, resume: None, restart: None, disable resume: No
[00D4:00D8][2022-03-15T13:39:25]i330: Removed bundle dependency provider: {67e17690-3c80-4313-a397-fce52fa2a4ce}
[00D4:00D8][2022-03-15T13:39:25]i352: Removing cached bundle: {67e17690-3c80-4313-a397-fce52fa2a4ce}, from path: C:\ProgramData\Package Cache\{67e17690-3c80-4313-a397-fce52fa2a4ce}\
[00D4:00D8][2022-03-15T13:39:25]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{67e17690-3c80-4313-a397-fce52fa2a4ce}, resume: None, restart initiated: No, disable resume: No
[00C0:00C4][2022-03-15T13:39:25]i399: Apply complete, result: 0x80070490, restart: None, ba requested restart:  No

 

 

Svar

bwallum Thursday 10 March 2022 at 15:27
bwallum Anonymous

Meddelanden

Hello

I am very much a newbie and have managed to install Garmin Express on a AMD64 Ubuntu 20.04 installation using you PlayOnLinux software.

I run a Garmin Nuvi2595LM satnav with a 32GB add on microSD card. I can access the card outwith the sat nav using a USB port and can see the contents on the card.

I cannot access the memory from the satnav. It shows that it is in data mode and I try to connect to it using the Garmin Express search mode. The satnav goes on to a normal boot after 15-20 seconds or so and the search fails with an option to try again. I have repeated this several times without success.

Can anybody offer any assistance please to help me update my satnav using Garmin Express?

Thank you

 

 

 

Svar

lordbah Tuesday 22 February 2022 at 2:09
lordbah Anonymous

Meddelanden

I tried to follow along and execute the winetricks commands - I don't have PlayOnLinux on this box - and was able to start GarminExpress.exe, and it detected my device, however when trying to login to Garmin I just get a window with a big black box and I am not able to login. I didn't see any new error messages, just the one emitted all through the installation process

002f:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"

Pop!_OS 21.10, wine 5.0.3

Any thoughts?

 

 

Svar

Anonymous
Sunday 27 February 2022 at 6:22
I went ahead and installed PlayOnLinux and tried to install this inside POL. It appears to have failed while trying to install .NET.
[00C0:00E8][2022-02-26T13:02:59]i338: Acquiring package: NetFx472Redist, payload: NetFx472Redist, download from: http://go.microsoft.com/fwlink/?LinkId=863265
[00D4:00E4][2022-02-26T13:03:03]e000: Error 0x80070490: Failed to find expected public key in certificate chain.
[00D4:00E4][2022-02-26T13:03:03]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain.
[00D4:00E4][2022-02-26T13:03:03]e000: Error 0x80070490: Failed to verify signature of payload: NetFx472Redist
[00D4:00E4][2022-02-26T13:03:03]e310: Failed to verify payload: NetFx472Redist at path: C:\ProgramData\Package Cache\.unverified\NetFx472Redist, error: 0x80070490. Deleting file.
[00D4:00E4][2022-02-26T13:03:03]e000: Error 0x80070490: Failed to cache payload: NetFx472Redist
[00C0:00E8][2022-02-26T13:03:03]e314: Failed to cache payload: NetFx472Redist from working path: C:\windows\Temp\{FAAE8AD2-CBF3-4D90-8B4F-1E03B418FB19}\NetFx472Redist, error: 0x80070490.
k0d3r1s Wednesday 9 February 2022 at 20:04
k0d3r1s

Meddelanden

This is interesting. Script itself is fine but there is an issue with winetricks - dotnet471 and dotnet472 can not be downloaded (urls return 404) and this script fails. If you find where to download NDP471-KB4033342-x86-x64-AllOS-ENU.exe and NDP472-KB4054530-x86-x64-AllOS-ENU.exe (i used web archive) and install them in wine prefix created by this script, and run garmin setup again, everything installs and runs correctly.

Svar

tfoote Friday 21 January 2022 at 23:47
tfoote Anonymous

Meddelanden

I'm new to Play on Linux.

The prompt: "Please select the setup file to run." is not clear to me. What should I be selecting?

Svar

Tuesday 25 January 2022 at 8:56
'something (usually setup).exe'
seantorrez Thursday 9 December 2021 at 1:05
seantorrez Anonymous

Meddelanden

I was not able to complete installation on Xubuntu 20.04 with the most-current (December 2021) Garmin Express installer. The installer version current Version of Garmin Express for Windows: v7.10.0 as of November 16th, 2021
 

I am not very experienced debugging with playonlinux but I will try it out.

Here is the end of the logfile:

X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  0 ()
  Serial number of failed request:  255
  Current serial number in output stream:  255
0024:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub
12/07/21 06:59:15 - [POL_Wine] Message: Wine return: 0
12/07/21 06:59:15 - [POL_Shortcut] Message: Looking for <express.exe>, found <>
12/07/21 06:59:16 - [POL_Shortcut] Error: Binary not found: express.exe\nHave you installed the program to the default location?
12/07/21 06:59:31 - [POL_Shortcut] Message: Shortcut created:  Garmin Express
12/07/21 06:59:38 - [POL_SetupWindow_Close] Message: Closing window for pid 139951
12/07/21 06:59:40 - [POL_SetupWindow_question] Message: question answer: FALSE

 

Svar

ulfschaper Monday 22 February 2021 at 0:28
ulfschaper Anonymous

Meddelanden

Hi dingo35 et al.,

the installation of GarminExpress.exe works fine, and it also detects my Garmin Edge 1030 device. Then, however, it tells me that I need to create a Garmin account or login to an existing account. When I press either button, a new (pretty much empty) window will appear, and the application will crash after a second.

Any chance that one of you can support me?

Svar

Anonymous
Sunday 6 June 2021 at 16:42
Hi ulfschaper, I had exactly the same issue as you, but in mi case is a Forerunner 45S. I changed the wine version and the windows version to simulate for my Garmin Express virtual drive: x86 6.5 and Windows7 and let my login!

(7.5 version of garmin exe)
AlbertRtk Sunday 3 January 2021 at 16:00
AlbertRtk Anonymous

Information

This update has been approved by the team.

Differences

@@ -84,6 +84,8 @@
 #for some reason the d3dcompiler_47 is not giving a good result, so we have to use winetricks
 #POL_Call POL_Install_d3dcompiler_47
 winetricks d3dcompiler_47
+#without corefonts the login window is not displayed correctly
+winetricks corefonts
 #it is really necessary to put it in Vista again, the previous installs put it on win7
 #without it, the transfer of files to the device will not work
 Set_OS "$OSVERSION"

New source code

#!/bin/bash
# Date: (2020-09-13 13:25)
# Last revision: (2020-09-13 13:25)
# Wine version used: 5.8
# Distribution used to test: Ubuntu 20.04
# Author: Dingo35
 
# ---------------------------------------------------------------------------------------------------------
 
# CHANGELOG
# Version 0.0.1 by Dingo35; tested with GarminExpress for Windows v7.1.3.0
# ---------------------------------------------------------------------------------------------------------
 
# Under BSD License!
 
# Copyright (c) 2018, Quentin Pâris, Eduardo Lucio and N0rbert, GuerreroAzul
# All rights reserved.
 
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above copyright
#       notice, this list of conditions and the following disclaimer in the
#       documentation and/or other materials provided with the distribution.
#     * Neither the name of the free software community nor the
#       names of its contributors may be used to endorse or promote products
#       derived from this software without specific prior written permission.
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL Quentin Pâris and Eduardo Lucio BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
# ---------------------------------------------------------------------------------------------------------
 
# Initialization!
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Garmin Express"
PREFIX="GarminExpress"
#wine 5.0, 5.8 work, 5.16 doesnt
WINEVERSION="5.8"
OSVERSION="vista"

POL_GetSetupImages "https://i.imgur.com/licFVuF.png" "https://i.imgur.com/ff6PkEZ.png" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 3064
 
POL_SetupWindow_presentation "$TITLE" "Garmin" "https://www.garmin.com/en-US/software/express/windows/" "Dingo35" "$TITLE"
 
POL_Debug_Init
# ---------------------------------------------------------------------------------------------------------
# Perform some validations!
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE might not work with $APPLICATION_TITLE $VERSION!\nPlease update!"

#check if winetricks present
winetricks -V || POL_Debug_Fatal "Please install winetricks before installing $TITLE!"

POL_System_SetArch "x86"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
SetupIs="$APP_ANSWER"
# ---------------------------------------------------------------------------------------------------------
# Prepare resources for installation!
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
#POL_SetupWindow_message "This installation is going to take a LONG time (maybe 30 minutes or more)!" "$TITLE" 
POL_SetupWindow_wait "This installation is going to take a LONG time (maybe 30 minutes or more)! I have to install .NET 4.7.2, and Microsoft decided I first have to install 4.0, then 4.5, then 4.6, then 4.6.1, then 4.6.2, and then finally 4.7.2...." "$TITLE"
Set_OS "$OSVERSION"
 
#for some reason the dotnet472 installation is not recognized by the application, so we have to use winetricks
#POL_Call POL_Install_dotnet472
winetricks -q dotnet472
POL_Call POL_Install_vcrun2010
#for some reason the d3dcompiler_47 is not giving a good result, so we have to use winetricks
#POL_Call POL_Install_d3dcompiler_47
winetricks d3dcompiler_47
#without corefonts the login window is not displayed correctly
winetricks corefonts
#it is really necessary to put it in Vista again, the previous installs put it on win7
#without it, the transfer of files to the device will not work
Set_OS "$OSVERSION"

# ---------------------------------------------------------------------------------------------------------
# Install!
POL_SetupWindow_message "$(eval_gettext 'Move this window over to the upper right part of your screen, so that it remains visible when the application shows up.')" "$TITLE" 
POL_SetupWindow_message "$(eval_gettext 'Now I will install Garmin Express. After installing, you will see a window that says: This application could not be started. You must etc. Do you want to view information about this issue? ANSWER NO!')" "$TITLE" 

POL_Wine "$SetupIs"

# ---------------------------------------------------------------------------------------------------------
# Create shortcuts, entries to extensions and finalize!
 
POL_Shortcut "express.exe" "$TITLE"
 
# ---------------------------------------------------------------------------------------------------------

POL_SetupWindow_message "$(eval_gettext 'Now Garmin Express is installed. If you start Garmin Express, only part of your screen is updated. Give the app 30 seconds to start up, then MOVE your mouse in the upper middle of the screen and parts of the screen WILL be visible. If you press a button full screen WILL appear.')" "$TITLE" 
POL_SetupWindow_message "$(eval_gettext 'After installation, if you are updating software and/or maps, make sure to be PATIENT. Progress bar will not move for a long time (sometimes 20 minutes or more) but behind the screens it IS updating your device. Good luck!')" "$TITLE" 

POL_SetupWindow_Close
exit 0

Svar

Sunday 3 January 2021 at 19:18
Script approved.
Anonymous
Monday 4 January 2021 at 12:15
Hello, I've installed playonlinux on my ubuntu20.04. Everything worked fine, but it doesn't recognize my Forerunner 945 watch. I've tried it also with a FR245 and it worked.
Anonymous
Monday 4 January 2021 at 14:24
@AlbertRtk: did you test this? On my machine this does not solve the partly displayed start window, either with or without corefonts... Tested on Ubuntu 20.10 with GarminExpress 7.2.2.0
Anonymous
Monday 15 November 2021 at 18:04
Good evening,

How do I install Garmin express? I am under Lubuntu 20.04 LTS
Thank you
Best regards
dingo35 Monday 14 September 2020 at 13:14
dingo35 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,109 @@
+#!/bin/bash
+# Date: (2020-09-13 13:25)
+# Last revision: (2020-09-13 13:25)
+# Wine version used: 5.8
+# Distribution used to test: Ubuntu 20.04
+# Author: Dingo35
+ 
+# ---------------------------------------------------------------------------------------------------------
+ 
+# CHANGELOG
+# Version 0.0.1 by Dingo35; tested with GarminExpress for Windows v7.1.3.0
+# ---------------------------------------------------------------------------------------------------------
+ 
+# Under BSD License!
+ 
+# Copyright (c) 2018, Quentin Pâris, Eduardo Lucio and N0rbert, GuerreroAzul
+# All rights reserved.
+ 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#     * Redistributions of source code must retain the above copyright
+#       notice, this list of conditions and the following disclaimer.
+#     * Redistributions in binary form must reproduce the above copyright
+#       notice, this list of conditions and the following disclaimer in the
+#       documentation and/or other materials provided with the distribution.
+#     * Neither the name of the free software community nor the
+#       names of its contributors may be used to endorse or promote products
+#       derived from this software without specific prior written permission.
+ 
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL Quentin Pâris and Eduardo Lucio BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ 
+# ---------------------------------------------------------------------------------------------------------
+ 
+# Initialization!
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="Garmin Express"
+PREFIX="GarminExpress"
+#wine 5.0, 5.8 work, 5.16 doesnt
+WINEVERSION="5.8"
+OSVERSION="vista"
+
+POL_GetSetupImages "https://i.imgur.com/licFVuF.png" "https://i.imgur.com/ff6PkEZ.png" "$TITLE"
+ 
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 3064
+ 
+POL_SetupWindow_presentation "$TITLE" "Garmin" "https://www.garmin.com/en-US/software/express/windows/" "Dingo35" "$TITLE"
+ 
+POL_Debug_Init
+# ---------------------------------------------------------------------------------------------------------
+# Perform some validations!
+POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE might not work with $APPLICATION_TITLE $VERSION!\nPlease update!"
+
+#check if winetricks present
+winetricks -V || POL_Debug_Fatal "Please install winetricks before installing $TITLE!"
+
+POL_System_SetArch "x86"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
+SetupIs="$APP_ANSWER"
+# ---------------------------------------------------------------------------------------------------------
+# Prepare resources for installation!
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+#POL_SetupWindow_message "This installation is going to take a LONG time (maybe 30 minutes or more)!" "$TITLE" 
+POL_SetupWindow_wait "This installation is going to take a LONG time (maybe 30 minutes or more)! I have to install .NET 4.7.2, and Microsoft decided I first have to install 4.0, then 4.5, then 4.6, then 4.6.1, then 4.6.2, and then finally 4.7.2...." "$TITLE"
+Set_OS "$OSVERSION"
+ 
+#for some reason the dotnet472 installation is not recognized by the application, so we have to use winetricks
+#POL_Call POL_Install_dotnet472
+winetricks -q dotnet472
+POL_Call POL_Install_vcrun2010
+#for some reason the d3dcompiler_47 is not giving a good result, so we have to use winetricks
+#POL_Call POL_Install_d3dcompiler_47
+winetricks d3dcompiler_47
+#it is really necessary to put it in Vista again, the previous installs put it on win7
+#without it, the transfer of files to the device will not work
+Set_OS "$OSVERSION"
+
+# ---------------------------------------------------------------------------------------------------------
+# Install!
+POL_SetupWindow_message "$(eval_gettext 'Move this window over to the upper right part of your screen, so that it remains visible when the application shows up.')" "$TITLE" 
+POL_SetupWindow_message "$(eval_gettext 'Now I will install Garmin Express. After installing, you will see a window that says: This application could not be started. You must etc. Do you want to view information about this issue? ANSWER NO!')" "$TITLE" 
+
+POL_Wine "$SetupIs"
+
+# ---------------------------------------------------------------------------------------------------------
+# Create shortcuts, entries to extensions and finalize!
+ 
+POL_Shortcut "express.exe" "$TITLE"
+ 
+# ---------------------------------------------------------------------------------------------------------
+
+POL_SetupWindow_message "$(eval_gettext 'Now Garmin Express is installed. If you start Garmin Express, only part of your screen is updated. Give the app 30 seconds to start up, then MOVE your mouse in the upper middle of the screen and parts of the screen WILL be visible. If you press a button full screen WILL appear.')" "$TITLE" 
+POL_SetupWindow_message "$(eval_gettext 'After installation, if you are updating software and/or maps, make sure to be PATIENT. Progress bar will not move for a long time (sometimes 20 minutes or more) but behind the screens it IS updating your device. Good luck!')" "$TITLE" 
+
+POL_SetupWindow_Close
+exit 0

New source code

#!/bin/bash
# Date: (2020-09-13 13:25)
# Last revision: (2020-09-13 13:25)
# Wine version used: 5.8
# Distribution used to test: Ubuntu 20.04
# Author: Dingo35
 
# ---------------------------------------------------------------------------------------------------------
 
# CHANGELOG
# Version 0.0.1 by Dingo35; tested with GarminExpress for Windows v7.1.3.0
# ---------------------------------------------------------------------------------------------------------
 
# Under BSD License!
 
# Copyright (c) 2018, Quentin Pâris, Eduardo Lucio and N0rbert, GuerreroAzul
# All rights reserved.
 
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above copyright
#       notice, this list of conditions and the following disclaimer in the
#       documentation and/or other materials provided with the distribution.
#     * Neither the name of the free software community nor the
#       names of its contributors may be used to endorse or promote products
#       derived from this software without specific prior written permission.
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL Quentin Pâris and Eduardo Lucio BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
# ---------------------------------------------------------------------------------------------------------
 
# Initialization!
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Garmin Express"
PREFIX="GarminExpress"
#wine 5.0, 5.8 work, 5.16 doesnt
WINEVERSION="5.8"
OSVERSION="vista"

POL_GetSetupImages "https://i.imgur.com/licFVuF.png" "https://i.imgur.com/ff6PkEZ.png" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 3064
 
POL_SetupWindow_presentation "$TITLE" "Garmin" "https://www.garmin.com/en-US/software/express/windows/" "Dingo35" "$TITLE"
 
POL_Debug_Init
# ---------------------------------------------------------------------------------------------------------
# Perform some validations!
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE might not work with $APPLICATION_TITLE $VERSION!\nPlease update!"

#check if winetricks present
winetricks -V || POL_Debug_Fatal "Please install winetricks before installing $TITLE!"

POL_System_SetArch "x86"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
SetupIs="$APP_ANSWER"
# ---------------------------------------------------------------------------------------------------------
# Prepare resources for installation!
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
#POL_SetupWindow_message "This installation is going to take a LONG time (maybe 30 minutes or more)!" "$TITLE" 
POL_SetupWindow_wait "This installation is going to take a LONG time (maybe 30 minutes or more)! I have to install .NET 4.7.2, and Microsoft decided I first have to install 4.0, then 4.5, then 4.6, then 4.6.1, then 4.6.2, and then finally 4.7.2...." "$TITLE"
Set_OS "$OSVERSION"
 
#for some reason the dotnet472 installation is not recognized by the application, so we have to use winetricks
#POL_Call POL_Install_dotnet472
winetricks -q dotnet472
POL_Call POL_Install_vcrun2010
#for some reason the d3dcompiler_47 is not giving a good result, so we have to use winetricks
#POL_Call POL_Install_d3dcompiler_47
winetricks d3dcompiler_47
#it is really necessary to put it in Vista again, the previous installs put it on win7
#without it, the transfer of files to the device will not work
Set_OS "$OSVERSION"

# ---------------------------------------------------------------------------------------------------------
# Install!
POL_SetupWindow_message "$(eval_gettext 'Move this window over to the upper right part of your screen, so that it remains visible when the application shows up.')" "$TITLE" 
POL_SetupWindow_message "$(eval_gettext 'Now I will install Garmin Express. After installing, you will see a window that says: This application could not be started. You must etc. Do you want to view information about this issue? ANSWER NO!')" "$TITLE" 

POL_Wine "$SetupIs"

# ---------------------------------------------------------------------------------------------------------
# Create shortcuts, entries to extensions and finalize!
 
POL_Shortcut "express.exe" "$TITLE"
 
# ---------------------------------------------------------------------------------------------------------

POL_SetupWindow_message "$(eval_gettext 'Now Garmin Express is installed. If you start Garmin Express, only part of your screen is updated. Give the app 30 seconds to start up, then MOVE your mouse in the upper middle of the screen and parts of the screen WILL be visible. If you press a button full screen WILL appear.')" "$TITLE" 
POL_SetupWindow_message "$(eval_gettext 'After installation, if you are updating software and/or maps, make sure to be PATIENT. Progress bar will not move for a long time (sometimes 20 minutes or more) but behind the screens it IS updating your device. Good luck!')" "$TITLE" 

POL_SetupWindow_Close
exit 0

Svar

Monday 14 September 2020 at 16:34
Approved.
Monday 26 October 2020 at 14:42
Thanks for your script, it has success (in downloads number). If possible, prefer more common Wine versions (ie: Wine 5.0.x) and you may improve the POL_Shortcut (in order to add a software category).
Anonymous
Monday 26 October 2020 at 15:06
Hi Dadu, thank you!
Anonymous
Monday 26 October 2020 at 15:08
1) What software category is appropriate for software that updates firmware and data (golf courses, new routes) on watches and other devices?
2) I cannot find a list of which wine versions are considered "stable"; I know 5.0.x is stable, is there a more recent stable version?