Downloads:
31,859
Downloads of v 1.14.10:
774
Last Update:
03 Oct 2024
Package Maintainer(s):
Software Author(s):
- David Xanatos
- Sophos Group plc
- Invincea Inc.
- Ronen Tzur
Tags:
sandboxie security virtualization forensics admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Sandboxie Plus (Install)
- 1
- 2
- 3
1.14.10 | Updated: 03 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
31,859
Downloads of v 1.14.10:
774
Maintainer(s):
Software Author(s):
- David Xanatos
- Sophos Group plc
- Invincea Inc.
- Ronen Tzur
Sandboxie Plus (Install) 1.14.10
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by David Xanatos, Sophos Group plc, Invincea Inc., Ronen Tzur. The inclusion of David Xanatos, Sophos Group plc, Invincea Inc., Ronen Tzur trademark(s), if any, upon this webpage is solely to identify David Xanatos, Sophos Group plc, Invincea Inc., Ronen Tzur 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Sandboxie Plus (Install), run the following command from the command line or from PowerShell:
To upgrade Sandboxie Plus (Install), run the following command from the command line or from PowerShell:
To uninstall Sandboxie Plus (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 sandboxie-plus.install --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 sandboxie-plus.install -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 sandboxie-plus.install -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 sandboxie-plus.install
win_chocolatey:
name: sandboxie-plus.install
version: '1.14.10'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sandboxie-plus.install' do
action :install
source 'INTERNAL REPO URL'
version '1.14.10'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sandboxie-plus.install
{
Name = "sandboxie-plus.install"
Version = "1.14.10"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sandboxie-plus.install':
ensure => '1.14.10',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 03 Oct 2024.
A process sandbox helps to manage and limit access permissions a process has to your data. Use it to safely test new software for usability, safely study behavior of known spyware and malware, or browse the web from a sandboxed browser to completely shield your computer and network from Internet Bad Things.
Parameters
/Language:LANG_CODE
- The installation language. Defaults to system language or English if not available. ReplaceLANG_CODE
with internal language name (e.g.english
for English) which can be found on the list of supported languages
These parameters can be passed to the installer with the use of --params
.
For example: --params '"/Language:english"'
Features
- Secure Web Browsing: Running your Web browser under the protection of Sandboxie means that all malicious software downloaded by the browser is trapped in the sandbox and can be discarded trivially.
- Enhanced Privacy: Browsing history, cookies, and cached temporary files collected while Web browsing stay in the sandbox and don't leak into Windows.
- Secure E-mail: Viruses and other malicious software that might be hiding in your email can't break out of the sandbox and can't infect your real system.
- Windows Stays Lean: Prevent wear-and-tear in Windows by installing software into an isolated sandbox.
Free with no limitations
Since version 5.31.4 Sandboxie is now available for free with no limitations. Sophos open sourced the program on April 8th, 2020.
Documentation
Community
Copyright 2020 - 2023 David Xanatos (xanasoft.com)
Sandboxie-Plus can be used under the following restrictions and obligations:
1. Whomever obtains a copy of the software is permitted
to use it in any noncommercial setting to the full
extend the software permits; however certain functionality
is only available with a support certificate which
can be obtained from xanasoft.com
2. To use the software commercially a business certificate
must be obtained from xanasoft.com; however it is permitted to
use the software commercially for a limited period of time
on no more than 3 machines for evaluation purposes.
3. It is permitted to redistribute the original unmodified
binaries free of charge.
Usage of the source code:
1. Whomever obtains a copy of the source code is allowed to modify,
compile and redistribute the source code, as well as use the
compiled binaries for private, i.e. noncommercial use.
2. This copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
3. Public distribution of self-compiled binaries is only permitted
under the following conditions:
i) The entire source code with all modifications must be made
publicly available, such that all improvements may be back
ported to the official distribution.
ii) The software’s name may not be changed, and no authorship or
copyright information’s displayed by the software are
allowed to be removed.
iii) The original author of this software reserves the right to
prohibit any distribution of unofficial binaries on his own
discretion.
4. Using self-compiled binaries for commercial use is only permitted
when an appropriate commercial use certificate has been obtained.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Further licensing information
======================================
Sandboxie-Plus is made up of the following components, governed under various licenses:
* SandMan is the primary Sandboxie-Plus UI component, provided under a custom license.
* QSbieAPI is a standalone reimplementation of Sandboxie’s API using IPC mechanisms to communicate with Sandboxie’s core components, licensed under the LGPL.
* Sandboxie core components, licensed under the GPL v3.
* MiscHelpers is a generic Qt-based helper library, licensed under the LGPL.
* The Qt Framework, is licensed under the LGPL.
* UglobalHotkey is an extension for Qt framework, which implements global hotkeys functionality and is in the Public Domain.
* QtSingleApp is a Qt Solutions component that provides support for applications that can be only started once per user, BSD-licensed.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://api.github.com/repos/sandboxie-plus/Sandboxie/releases/latest>
and can be verified by doing the following:
1. Download the following:
32-Bit software: <https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.14.10/Sandboxie-Plus-x86-v1.14.10.exe>
64-Bit software: <https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.14.10/Sandboxie-Plus-x64-v1.14.10.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum32: 39E1275D1493E9A0727760DDFCC733DC1D7FA5A5784B976B0553BD924AD0FA40
checksum64: 41C46BB9EEAD3F4F69D3BAD8C16C072D18880C1B2CDC87F8EDFCE86A7A5C2A7E
The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/sandboxie-plus/Sandboxie/8854fdbbe4658f04bde2e9c394ef09a22b33893d/LICENSE.Plus>
$ErrorActionPreference = 'Stop'
$packageName = "sandboxie-plus.install"
[array]$key = Get-UninstallRegistryKey -SoftwareName "Sandboxie-Plus *"
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes= @(0)
file = ($_.UninstallString -split '"')[1]
}
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)"}
}
md5: 8EDA881C7416AFD588CCA4A4ED796A19 | sha1: 93A8615DE547D36E8815C9E5200874EA78329058 | sha256: 41C46BB9EEAD3F4F69D3BAD8C16C072D18880C1B2CDC87F8EDFCE86A7A5C2A7E | sha512: A1062027FA9FE5F6B009C73B9E7725C8E1F285B8BFF53F64C17B177E4F68CFED7E3F6952501124BDCEEE7404B444A08578CE87615855CF27C3D1BC81FB92AF4B
md5: 1142FD1244D4BC4C8A866CF3E6B55BA2 | sha1: 260F70DD4804CCA4CC4469FA2E1B334ED27454E4 | sha256: 39E1275D1493E9A0727760DDFCC733DC1D7FA5A5784B976B0553BD924AD0FA40 | sha512: ED51850B5AE62CE3ACB41BBE6B843C845A110352883D12D142F6838BC4FC09A2C9B07B8A7C1F58E6CFA0D8F17D1AFBFD4002E3CE8E520B3676DCBF50EBBD3626
Log in or click on link to see number of positives.
- sandboxie-plus.install.1.14.10.nupkg (b362f33c57ce) - ## / 66
- Sandboxie-Plus-x64-v1.14.10.exe (41c46bb9eead) - ## / 72
- Sandboxie-Plus-x86-v1.14.10.exe (39e1275d1493) - ## / 71
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 |
---|---|---|---|---|
Sandboxie Plus (Install) 1.14.10 | 774 | Thursday, October 3, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.9 | 488 | Thursday, September 19, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.8 | 462 | Monday, September 9, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.7 | 121 | Friday, September 6, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.6 | 762 | Wednesday, July 31, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.5 | 330 | Wednesday, July 24, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.4 | 425 | Saturday, July 13, 2024 | Approved | |
Sandboxie Plus (Install) 1.14.3 | 422 | Tuesday, July 2, 2024 | Approved | |
Sandboxie Plus (Install) 1.13.7 | 845 | Thursday, May 2, 2024 | Approved | |
Sandboxie Plus (Install) 1.13.4 | 762 | Tuesday, March 26, 2024 | Approved | |
Sandboxie Plus (Install) 1.13.3 | 519 | Saturday, March 16, 2024 | Approved | |
Sandboxie Plus (Install) 1.12.9 | 769 | Tuesday, February 6, 2024 | Approved | |
Sandboxie Plus (Install) 1.12.8 | 426 | Wednesday, January 31, 2024 | Approved | |
Sandboxie Plus (Install) 1.12.7 | 675 | Thursday, January 11, 2024 | Approved | |
Sandboxie Plus (Install) 1.12.6 | 538 | Tuesday, January 2, 2024 | Approved | |
Sandboxie Plus (Install) 1.12.5 | 165 | Monday, January 1, 2024 | Approved | |
Sandboxie Plus (Install) 1.12.3 | 923 | Saturday, December 2, 2023 | Approved | |
Sandboxie Plus (Install) 1.11.4 | 1439 | Friday, October 6, 2023 | Approved | |
Sandboxie Plus (Install) 1.11.3 | 795 | Thursday, September 28, 2023 | Approved | |
Sandboxie Plus (Install) 1.11.2 | 868 | Saturday, September 9, 2023 | Approved | |
Sandboxie Plus (Install) 1.10.5 | 893 | Sunday, August 13, 2023 | Approved | |
Sandboxie Plus (Install) 1.10.4 | 220 | Friday, August 11, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.8 | 1166 | Wednesday, June 21, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.7 | 554 | Friday, June 9, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.6 | 468 | Tuesday, May 30, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.5 | 345 | Friday, May 26, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.4 | 242 | Thursday, May 25, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.3 | 610 | Tuesday, May 9, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.2 | 541 | Tuesday, April 25, 2023 | Approved | |
Sandboxie Plus (Install) 1.9.1 | 194 | Monday, April 24, 2023 | Approved | |
Sandboxie Plus (Install) 1.8.4 | 549 | Saturday, April 8, 2023 | Approved | |
Sandboxie Plus (Install) 1.8.3 | 181 | Friday, April 7, 2023 | Approved | |
Sandboxie Plus (Install) 1.7.2 | 947 | Monday, February 6, 2023 | Approved | |
Sandboxie Plus (Install) 1.6.7 | 534 | Wednesday, January 25, 2023 | Approved | |
Sandboxie Plus (Install) 1.6.6 | 406 | Tuesday, January 17, 2023 | Approved | |
Sandboxie Plus (Install) 1.6.4 | 501 | Sunday, January 1, 2023 | Approved | |
Sandboxie Plus (Install) 1.6.3 | 374 | Friday, December 23, 2022 | Approved | |
Sandboxie Plus (Install) 1.6.2 | 248 | Monday, December 19, 2022 | Approved | |
Sandboxie Plus (Install) 1.5.3 | 694 | Tuesday, November 8, 2022 | Approved | |
Sandboxie Plus (Install) 1.5.1 | 426 | Wednesday, October 26, 2022 | Approved | |
Sandboxie Plus (Install) 1.5.0 | 331 | Wednesday, October 19, 2022 | Approved | |
Sandboxie Plus (Install) 1.4.2 | 474 | Monday, October 10, 2022 | Approved | |
Sandboxie Plus (Install) 1.4.1 | 272 | Thursday, October 6, 2022 | Approved | |
Sandboxie Plus (Install) 1.3.5 | 425 | Monday, September 26, 2022 | Approved | |
Sandboxie Plus (Install) 1.3.4 | 358 | Tuesday, September 20, 2022 | Approved | |
Sandboxie Plus (Install) 1.3.3 | 311 | Tuesday, September 13, 2022 | Approved | |
Sandboxie Plus (Install) 1.3.2 | 432 | Tuesday, August 30, 2022 | Approved | |
Sandboxie Plus (Install) 1.3.1 | 380 | Saturday, August 20, 2022 | Approved | |
Sandboxie Plus (Install) 1.2.8.200 | 377 | Tuesday, August 9, 2022 | Approved | |
Sandboxie Plus (Install) 1.2.8 | 224 | Saturday, August 6, 2022 | Approved | |
Sandboxie Plus (Install) 1.2.7 | 282 | Monday, August 1, 2022 | Approved | |
Sandboxie Plus (Install) 1.2.6 | 282 | Tuesday, July 26, 2022 | Approved | |
Sandboxie Plus (Install) 1.1.3 | 522 | Tuesday, June 21, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.22 | 584 | Sunday, May 15, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.21 | 260 | Tuesday, May 10, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.20 | 294 | Monday, May 2, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.19 | 281 | Friday, April 22, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.18 | 269 | Thursday, April 14, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.15 | 377 | Friday, March 25, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.14 | 129 | Thursday, March 24, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.13 | 334 | Tuesday, March 8, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.12 | 197 | Friday, March 4, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.11 | 330 | Monday, February 14, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.10 | 139 | Thursday, February 10, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.9 | 281 | Monday, January 31, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.8 | 195 | Tuesday, January 18, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.7 | 74 | Friday, January 7, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.6 | 329 | Saturday, January 1, 2022 | Approved | |
Sandboxie Plus (Install) 1.0.5 | 79 | Saturday, December 25, 2021 | Approved | |
Sandboxie Plus (Install) 1.0.1 | 70 | Tuesday, December 7, 2021 | Approved | |
Sandboxie Plus (Install) 0.9.8.400 | 355 | Thursday, November 4, 2021 | Approved |
2020-present David Xanatos, 2017-2020 Sophos Group plc, 2013-2017 Invincea Inc., 2004-2013 Ronen Tzur
This package has no dependencies.
Ground Rules:
- This discussion is only about Sandboxie Plus (Install) and the Sandboxie Plus (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 Sandboxie Plus (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.