Downloads:
463,289
Downloads of v 2.41.226:
11,864
Last Update:
29 Oct 2024
Package Maintainer(s):
Software Author(s):
- Box
Tags:
box sync cloud storage drive admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Box Drive (Install)
- 1
- 2
- 3
2.41.226 | Updated: 29 Oct 2024
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
463,289
Downloads of v 2.41.226:
11,864
Maintainer(s):
Software Author(s):
- Box
Box Drive (Install) 2.41.226
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Box. The inclusion of Box trademark(s), if any, upon this webpage is solely to identify Box goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Box Drive (Install), run the following command from the command line or from PowerShell:
To upgrade Box Drive (Install), run the following command from the command line or from PowerShell:
To uninstall Box Drive (Install), 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 box-drive --internalize --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 box-drive -y --source="'INTERNAL REPO URL'" [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 box-drive -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install box-drive
win_chocolatey:
name: box-drive
version: '2.41.226'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'box-drive' do
action :install
source 'INTERNAL REPO URL'
version '2.41.226'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller box-drive
{
Name = "box-drive"
Version = "2.41.226"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'box-drive':
ensure => '2.41.226',
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.
This package was approved as a trusted package on 30 Oct 2024.
NOTE: Box Drive only supports Windows 10+ / Windows 2016+. If you need support for earlier operating systems try the Box Sync package
- Keep files in sync with all your devices with automatic updates
- Automatic version control
- Back up files to Box directly from your desktop
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
# Unfortunately the Choco auto-uninstaller does not uninstall this automatically
# so this file is needed.
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'box'
fileType = 'MSI'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 3010, 1605, 1614, 1641) # https://msdn.microsoft.com/en-us/library/aa376931(v=vs.85).aspx
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
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 package maintainer the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
Log in or click on link to see number of positives.
- box-drive.2.41.226.nupkg (37250fa96003) - ## / 66
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 |
---|---|---|---|---|
Box Drive (Install) 2.41.226 | 11864 | Tuesday, October 29, 2024 | Approved | |
Box Drive (Install) 2.40.333 | 30366 | Friday, August 23, 2024 | Approved | |
Box Drive (Install) 2.39.174 | 30010 | Tuesday, July 2, 2024 | Approved | |
Box Drive (Install) 2.38.173 | 34033 | Saturday, April 27, 2024 | Approved | |
Box Drive (Install) 2.37.142 | 30724 | Friday, January 19, 2024 | Approved | |
Box Drive (Install) 2.36.107 | 20722 | Friday, November 10, 2023 | Approved | |
Box Drive (Install) 2.35.97 | 18391 | Friday, September 22, 2023 | Approved | |
Box Drive (Install) 2.34.84 | 15682 | Saturday, August 5, 2023 | Approved | |
Box Drive (Install) 2.33.130 | 3028 | Friday, July 28, 2023 | Approved | |
Box Drive (Install) 2.30.87 | 25423 | Friday, February 3, 2023 | Approved | |
Box Drive (Install) 2.29.112 | 5905 | Wednesday, December 14, 2022 | Approved | |
Box Drive (Install) 2.28.292 | 6920 | Friday, October 28, 2022 | Approved | |
Box Drive (Install) 2.27.242 | 5778 | Wednesday, September 7, 2022 | Approved | |
Box Drive (Install) 2.26.348 | 50696 | Thursday, May 5, 2022 | Approved | |
Box Drive (Install) 2.26.330 | 10256 | Wednesday, April 13, 2022 | Approved | |
Box Drive (Install) 2.25.306 | 23868 | Saturday, February 12, 2022 | Approved | |
Box Drive (Install) 2.24.208 | 17947 | Tuesday, December 14, 2021 | Approved | |
Box Drive (Install) 2.24.198 | 13673 | Saturday, November 6, 2021 | Approved | |
Box Drive (Install) 2.24.193 | 8831 | Saturday, October 9, 2021 | Approved | |
Box Drive (Install) 2.23.428 | 6478 | Tuesday, September 21, 2021 | Approved | |
Box Drive (Install) 2.23.422 | 7326 | Wednesday, September 1, 2021 | Approved | |
Box Drive (Install) 2.22.445 | 19398 | Wednesday, June 30, 2021 | Approved | |
Box Drive (Install) 2.21.202 | 13920 | Tuesday, May 4, 2021 | Approved | |
Box Drive (Install) 2.20.136 | 17055 | Wednesday, January 27, 2021 | Approved | |
Box Drive (Install) 2.19.294 | 1235 | Friday, January 8, 2021 | Approved | |
Box Drive (Install) 2.18.117 | 2860 | Tuesday, October 27, 2020 | Approved | |
Box Drive (Install) 2.17.176 | 1969 | Friday, September 4, 2020 | Approved | |
Box Drive (Install) 2.16.298 | 1437 | Friday, July 24, 2020 | Approved | |
Box Drive (Install) 2.15.121 | 922 | Tuesday, June 23, 2020 | Approved | |
Box Drive (Install) 2.14.378 | 1048 | Wednesday, May 20, 2020 | Approved | |
Box Drive (Install) 2.14.377 | 561 | Friday, May 8, 2020 | Approved | |
Box Drive (Install) 2.13.518 | 660 | Wednesday, April 15, 2020 | Approved | |
Box Drive (Install) 2.12.604 | 20356 | Tuesday, March 31, 2020 | Approved | |
Box Drive (Install) 2.11.46 | 1207 | Thursday, January 23, 2020 | Approved | |
Box Drive (Install) 2.10.219 | 816 | Wednesday, October 30, 2019 | Approved | |
Box Drive (Install) 2.9.369 | 404 | Wednesday, September 25, 2019 | Approved | |
Box Drive (Install) 2.8.207 | 377 | Tuesday, August 20, 2019 | Approved | |
Box Drive (Install) 2.7.242 | 323 | Friday, June 28, 2019 | Approved | |
Box Drive (Install) 2.7.241 | 255 | Friday, June 21, 2019 | Approved | |
Box Drive (Install) 2.6.186 | 323 | Wednesday, May 15, 2019 | Approved | |
Box Drive (Install) 2.5.127 | 242 | Sunday, April 14, 2019 | Approved |
Copyright 2019 Box
-
- dotnet4.5.2
- vcredist2008 (≥ 9.0.30729.6161)
Ground Rules:
- This discussion is only about Box Drive (Install) and the Box Drive (Install) 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 Box Drive (Install), 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.