Downloads:
116,623
Downloads of v 52.1.5616.0:
393
Last Update:
21 Mar 2018
Package Maintainer(s):
Software Author(s):
- Ubisoft Entertainment
Tags:
uplay ubisoft ubisoft-client games-distributor games-delivery ubisoft-downloader game-downloader gaming- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Uplay
This is not the latest version of Uplay available.
- 1
- 2
- 3
52.1.5616.0 | Updated: 21 Mar 2018
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
116,623
Downloads of v 52.1.5616.0:
393
Maintainer(s):
Software Author(s):
- Ubisoft Entertainment
Uplay 52.1.5616.0
This is not the latest version of Uplay available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ubisoft Entertainment. The inclusion of Ubisoft Entertainment trademark(s), if any, upon this webpage is solely to identify Ubisoft Entertainment goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Uplay, run the following command from the command line or from PowerShell:
To upgrade Uplay, run the following command from the command line or from PowerShell:
To uninstall Uplay, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download uplay --internalize --version=52.1.5616.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade uplay -y --source="'INTERNAL REPO URL'" --version="'52.1.5616.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade uplay -y --source="'INTERNAL REPO URL'" --version="'52.1.5616.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install uplay
win_chocolatey:
name: uplay
version: '52.1.5616.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'uplay' do
action :install
source 'INTERNAL REPO URL'
version '52.1.5616.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller uplay
{
Name = "uplay"
Version = "52.1.5616.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'uplay':
ensure => '52.1.5616.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 21 Mar 2018.
Uplay is a service created by Ubisoft that provides its users with an experience similar to the achievements offered by other game companies. The service is provided across various platforms including: PC, Mac, PS3, Xbox360, Facebook, iPhone, iPad, and most recently revealed, OnLive.
Each Uplay enabled game has various actions that can be accomplished to earn Uplay points. You can then spend these points to unlock game-related rewards for any available game. On Uplay you can find the hottest games from Ubisoft along with all the information you need on them.
The application displays a user-friendly interface which makes it easy to use by anyone. From a main window you are able to browse game releases, add new ones to your library and even launch those which you have installed.
You can also manage your account information and see what games your friends are playing. To make things easier, Uplay even displays the awards you can win and also provides information about what you have to achieve for each one.
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Uplay'
fileType = 'exe'
silentArgs = '/S'
validExitCodes = @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
Log in or click on link to see number of positives.
- uplay.52.1.5616.0.nupkg (a223a750ea10) - ## / 58
- UplayInstaller.exe (147666700b38) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
[Deprecated] Uplay 120.0.0.20210324 | 9253 | Wednesday, March 24, 2021 | Approved | |
Uplay 120.0.0.10418 | 1425 | Tuesday, March 23, 2021 | Approved | |
Uplay 119.0.0.10382 | 3309 | Monday, February 15, 2021 | Approved | |
Uplay 118.0.0.10358 | 3133 | Monday, January 18, 2021 | Approved | |
Uplay 117.0.0.10324 | 3647 | Tuesday, December 15, 2020 | Approved | |
Uplay 116.2.0.10277 | 2623 | Monday, November 23, 2020 | Approved | |
Uplay 116.0.0.10231 | 1577 | Monday, November 16, 2020 | Approved | |
Uplay 115.2.0.10179 | 2582 | Wednesday, October 28, 2020 | Approved | |
Uplay 115.0.0.10165 | 580 | Tuesday, October 27, 2020 | Approved | |
Uplay 114.1.0.9803 | 2463 | Monday, October 5, 2020 | Approved | |
Uplay 114.0.0.9600 | 1940 | Wednesday, September 23, 2020 | Approved | |
Uplay 113.0.9220.0 | 2556 | Thursday, August 27, 2020 | Approved | |
Uplay 112.3.9017.0 | 2886 | Tuesday, July 28, 2020 | Approved | |
Uplay 112.2.8857.0 | 1654 | Friday, July 17, 2020 | Approved | |
Uplay 112.0.8782.0 | 837 | Wednesday, July 15, 2020 | Approved | |
Uplay 111.0.8458.0 | 1833 | Wednesday, July 1, 2020 | Approved | |
Uplay 110.0.8149.0 | 1808 | Tuesday, June 16, 2020 | Approved | |
Uplay 110.0.7917.0 | 630 | Monday, June 15, 2020 | Approved | |
Uplay 109.0.7724.0 | 2650 | Monday, May 18, 2020 | Approved | |
Uplay 107.0.7492.0 | 2330 | Thursday, April 23, 2020 | Approved | |
Uplay 104.1.7348.0 | 2205 | Thursday, March 26, 2020 | Approved | |
Uplay 104.0.7325.0 | 1435 | Monday, March 16, 2020 | Approved | |
Uplay 103.2.7282.0 | 1621 | Thursday, February 27, 2020 | Approved | |
Uplay 103.1.7280.0 | 437 | Wednesday, February 26, 2020 | Approved | |
Uplay 103.0.7258.0 | 1019 | Tuesday, February 18, 2020 | Approved | |
Uplay 102.0.7219.0 | 1753 | Tuesday, January 21, 2020 | Approved | |
Uplay 101.0.7178.0 | 1810 | Wednesday, December 18, 2019 | Approved | |
Uplay 100.0.7119.0 | 1452 | Thursday, November 28, 2019 | Approved | |
Uplay 99.0.7068.0 | 1287 | Tuesday, November 12, 2019 | Approved | |
Uplay 98.0.7027.0 | 1583 | Thursday, October 17, 2019 | Approved | |
Uplay 97.0.6983.0 | 1309 | Monday, September 30, 2019 | Approved | |
Uplay 96.0.6936.0 | 1329 | Thursday, September 12, 2019 | Approved | |
Uplay 95.2.6898.0 | 889 | Thursday, September 5, 2019 | Approved | |
Uplay 95.1.6881.0 | 560 | Tuesday, September 3, 2019 | Approved | |
Uplay 95.0.6870.0 | 657 | Saturday, August 31, 2019 | Approved | |
Uplay 94.0.6332.0 | 1320 | Thursday, August 15, 2019 | Approved | |
Uplay 93.1.6321.0 | 918 | Thursday, August 8, 2019 | Approved | |
Uplay 93.0.6319.0 | 445 | Thursday, August 8, 2019 | Approved | |
Uplay 92.0.6280.0 | 1434 | Tuesday, July 16, 2019 | Approved | |
Uplay 91.0.6225.0 | 1167 | Tuesday, July 2, 2019 | Approved | |
Uplay 90.1.6204.0 | 837 | Tuesday, June 25, 2019 | Approved | |
Uplay 90.0.6200.0 | 781 | Thursday, June 20, 2019 | Approved | |
Uplay 88.0.6120.0 | 1624 | Tuesday, May 21, 2019 | Approved | |
Uplay 87.0.6116.0 | 1119 | Thursday, May 9, 2019 | Approved | |
Uplay 86.0.6108.0 | 1100 | Thursday, April 25, 2019 | Approved | |
Uplay 85.1.6066.0 | 1494 | Friday, March 29, 2019 | Approved | |
Uplay 85.1.6055.0 | 688 | Friday, March 22, 2019 | Approved | |
Uplay 85.0.6025.0 | 1013 | Thursday, March 7, 2019 | Approved | |
Uplay 84.0.5994.0 | 803 | Tuesday, February 26, 2019 | Approved | |
Uplay 83.0.5985.0 | 867 | Thursday, February 14, 2019 | Approved | |
Uplay 82.0.5979.0 | 789 | Tuesday, February 5, 2019 | Approved | |
Uplay 81.0.5966.0 | 910 | Thursday, January 24, 2019 | Approved | |
Uplay 80.0.5961.0 | 708 | Wednesday, January 16, 2019 | Approved | |
Uplay 79.0.5955.0 | 698 | Tuesday, January 8, 2019 | Approved | |
Uplay 78.1.5948.0 | 904 | Friday, December 21, 2018 | Approved | |
Uplay 78.0.5941.0 | 324 | Thursday, December 20, 2018 | Approved | |
Uplay 77.1.5933.0 | 652 | Thursday, December 13, 2018 | Approved | |
Uplay 77.0.5928.0 | 326 | Wednesday, December 12, 2018 | Approved | |
Uplay 76.0.5921.0 | 592 | Wednesday, December 5, 2018 | Approved | |
Uplay 75.0.5917.0 | 608 | Thursday, November 29, 2018 | Approved | |
Uplay 74.0.5914.0 | 437 | Monday, November 26, 2018 | Approved | |
Uplay 73.2.5902.0 | 744 | Wednesday, November 14, 2018 | Approved | |
Uplay 73.1.5899.0 | 458 | Sunday, November 11, 2018 | Approved | |
Uplay 73.0.5896.0 | 743 | Thursday, November 1, 2018 | Approved | |
Uplay 72.0.5880.0 | 673 | Tuesday, October 23, 2018 | Approved | |
Uplay 71.0.5862.0 | 757 | Friday, October 5, 2018 | Approved | |
Uplay 70.0.5851.0 | 588 | Thursday, September 27, 2018 | Approved | |
Uplay 69.0.5831.0 | 572 | Wednesday, September 19, 2018 | Approved | |
Uplay 68.1.5792.0 | 821 | Friday, August 31, 2018 | Approved | |
Uplay 67.0.5757.0 | 648 | Monday, August 20, 2018 | Approved | |
Uplay 66.0.5720.0 | 743 | Thursday, August 2, 2018 | Approved | |
Uplay 65.0.5717.0 | 590 | Wednesday, July 25, 2018 | Approved | |
Uplay 64.0.5713.0 | 562 | Wednesday, July 18, 2018 | Approved | |
Uplay 64.0.5711.0 | 575 | Thursday, July 12, 2018 | Approved | |
Uplay 63.0.5699.0 | 678 | Thursday, June 28, 2018 | Approved | |
Uplay 62.0.5696.0 | 583 | Wednesday, June 20, 2018 | Approved | |
Uplay 61.0.5690.0 | 675 | Monday, June 11, 2018 | Approved | |
Uplay 60.0.5678.0 | 642 | Wednesday, May 30, 2018 | Approved | |
Uplay 59.0.5671.0 | 600 | Tuesday, May 22, 2018 | Approved | |
Uplay 58.0.5666.0 | 454 | Thursday, May 17, 2018 | Approved | |
Uplay 57.0.5659.0 | 913 | Wednesday, April 18, 2018 | Approved | |
Uplay 56.1.5656.0 | 550 | Friday, April 13, 2018 | Approved | |
Uplay 56.0.5651.0 | 346 | Thursday, April 12, 2018 | Approved | |
Uplay 55.0.5644.0 | 583 | Thursday, April 5, 2018 | Approved | |
Uplay 54.0.5633.0 | 573 | Thursday, March 29, 2018 | Approved | |
Uplay 53.0.5623.0 | 576 | Friday, March 23, 2018 | Approved | |
Uplay 52.1.5616.0 | 393 | Wednesday, March 21, 2018 | Approved | |
Uplay 51.2.5611.0 | 510 | Friday, March 16, 2018 | Approved | |
Uplay 51.2.5599.0 | 435 | Wednesday, March 14, 2018 | Approved | |
Uplay 51.0.5590.0 | 692 | Tuesday, February 27, 2018 | Approved | |
Uplay 50.0.5582.0 | 559 | Tuesday, February 20, 2018 | Approved | |
Uplay 49.0.5564.0 | 632 | Wednesday, February 7, 2018 | Approved | |
Uplay 47.0.5538.0 | 745 | Tuesday, January 16, 2018 | Approved | |
Uplay 46.0.5527.0 | 583 | Thursday, December 14, 2017 | Approved | |
Uplay 45.2.5524.0 | 301 | Tuesday, December 12, 2017 | Approved | |
uPlay 7.1.0.4163 | 2834 | Monday, August 3, 2015 | Approved | |
uPlay 7.1.0.4136 | 426 | Wednesday, July 1, 2015 | Approved |
©2016 Ubisoft Entertainment. All rights reserved. Uplay logo, Ubisoft, Ubi.com,and the Ubisoft logo are trademarks of Ubisoft Entertainment in the U.S. and/or other countries.
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about Uplay and the Uplay package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Uplay, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.