
1,097
Downloads
657
Downloads of v 100.53.20141201
12/1/2014
Last update
A digital distribution service for gamers, putting the best games, mods and downloadable content at your fingertips and ready to play.
To install Desura, run the following command from the command line or from PowerShell:
C:\> choco install desura
To upgrade Desura, run the following command from the command line or from PowerShell:
C:\> choco upgrade desura
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'desura' $installerType = 'EXE' $url = 'http://www.desura.com/DesuraInstaller.exe' $silentArgs = '/S' $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
$packageName = 'desura' $installerType = 'EXE' $silentArgs = '/S' $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { $processor = Get-WmiObject Win32_Processor $is64bit = $processor.AddressWidth -eq 64 if ($is64bit) { $unpath = "${Env:ProgramFiles(x86)}\Desura\Desura_Uninstaller.exe" } else { $unpath = "$Env:ProgramFiles\Desura\Desura_Uninstaller.exe" } Uninstall-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$unpath" -validExitCodes $validExitCodes # the following is all part of error handling Write-ChocolateySuccess "$packageName" } catch { Write-ChocolateyFailure "$packageName" "$($_.Exception.Message)" throw } $packageName = 'desura' $installerType = 'EXE' $silentArgs = '/S' $processor = Get-WmiObject Win32_Processor $is64bit = $processor.AddressWidth -eq 64 $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { if ($is64bit) { $unpath = "${Env:ProgramFiles(x86)}\Desura\Desura_Uninstaller.exe" } else { $unpath = "$Env:ProgramFiles\Desura\Desura_Uninstaller.exe" } Uninstall-ChocolateyPackage $packageName $installerType $silentArgs $unpath -validExitCodes $validExitCodes Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
Virus Scan Results
- desura.100.53.20141201.nupkg (02bebe58c647) - ## / 56 - Log in or click on link to see number of positives
- DesuraInstaller.exe (ccb0b41a0c1e) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Desura 100.53.20141201 | 657 | Monday, December 1, 2014 | approved |
Desura 100.53 | 440 | Sunday, October 13, 2013 |
Discussion for the Desura Package
Ground rules:
- This discussion is only about Desura and the Desura 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 Desura, 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.