POL_Install_ubigamelauncher

Informations

Creator Message
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 136139
Wine: System

Feedbacks

Description

Install Ubisoft Game Launcher

Source code

#!/bin/bash
# PlayOnLinux Function
# Date : (2012-03-04 21:00)
# Last revision : (2017-11-22 23:52)
# Author : GNU_Raziel (original script), LinuxScripter (changing the link to the latest one, it's not UbisoftGameLauncher anymore)
# Only For : http://www.playonlinux.com

# Downloading Uplay - No md5 check since this kind of software is updated very often
# Since we cannot validate the file with a hash (changes too often), do not put it into resources
# Otherwise in case of corrupted download, the only solution for the user is to clean his cache
# Download is not that large anyway (~70MB)
cd "$POL_USER_ROOT/tmp/"
POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"

# Installing mandatory dependencies
POL_Call POL_Install_vcrun2008

# Installing Ubisoft Game Launcher
cd "$POL_USER_ROOT/tmp/"
POL_Wine "UplayInstaller.exe" /q
POL_Wine_WaitExit "UplayInstaller.exe"

Contributions

Filters:

Contribute
Member Message
LinuxScripter Wednesday 22 November 2017 at 11:40
LinuxScripter Anonymous

Information

This update has been approved by the team.

Differences

@@ -1,21 +1,21 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2012-03-04 21:00)
-# Last revision : (2013-01-22 23:52)
-# Author : GNU_Raziel
+# Last revision : (2017-11-22 23:52)
+# Author : GNU_Raziel (original script), LinuxScripter (changing the link to the latest one, it's not UbisoftGameLauncher anymore)
 # Only For : http://www.playonlinux.com
 
-# Downloading Ubisoft Game Launcher - No md5 check since this kind of software is updated very often
+# Downloading Uplay - No md5 check since this kind of software is updated very often
 # Since we cannot validate the file with a hash (changes too often), do not put it into resources
 # Otherwise in case of corrupted download, the only solution for the user is to clean his cache
-# Download is not that large anyway (~23MB)
+# Download is not that large anyway (~70MB)
 cd "$POL_USER_ROOT/tmp/"
-POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "http://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftGameLauncherInstaller.exe"
+POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"
 
 # Installing mandatory dependencies
 POL_Call POL_Install_vcrun2008
 
 # Installing Ubisoft Game Launcher
 cd "$POL_USER_ROOT/tmp/"
-POL_Wine "UbisoftGameLauncherInstaller.exe" /q
-POL_Wine_WaitExit "Ubisoft Game Launcher"
\ No newline at end of file
+POL_Wine "UplayInstaller.exe" /q
+POL_Wine_WaitExit "UplayInstaller.exe"
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
# Date : (2012-03-04 21:00)
# Last revision : (2017-11-22 23:52)
# Author : GNU_Raziel (original script), LinuxScripter (changing the link to the latest one, it's not UbisoftGameLauncher anymore)
# Only For : http://www.playonlinux.com

# Downloading Uplay - No md5 check since this kind of software is updated very often
# Since we cannot validate the file with a hash (changes too often), do not put it into resources
# Otherwise in case of corrupted download, the only solution for the user is to clean his cache
# Download is not that large anyway (~70MB)
cd "$POL_USER_ROOT/tmp/"
POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"

# Installing mandatory dependencies
POL_Call POL_Install_vcrun2008

# Installing Ubisoft Game Launcher
cd "$POL_USER_ROOT/tmp/"
POL_Wine "UplayInstaller.exe" /q
POL_Wine_WaitExit "UplayInstaller.exe"

Replies

Anonymous
Wednesday 22 November 2017 at 12:53
This function was in dire need of an upgrade. This software was rebranded to Uplay some time ago. The dependencies did not change.
Thursday 2 January 2020 at 8:22
Script approved.

Edited by LinuxScripter