Downloads:
344,527
Downloads of v 4.1.4.20978:
934
Last Update:
06 Mar 2016
Package Maintainer(s):
Software Author(s):
- Scooter Software
Tags:
compare beyondcompare beyond trialBeyond Compare
This is not the latest version of Beyond Compare available.
- 1
- 2
- 3
4.1.4.20978 | Updated: 06 Mar 2016
Downloads:
344,527
Downloads of v 4.1.4.20978:
934
Maintainer(s):
Software Author(s):
- Scooter Software
Beyond Compare 4.1.4.20978
This is not the latest version of Beyond Compare available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Scooter Software. The inclusion of Scooter Software trademark(s), if any, upon this webpage is solely to identify Scooter Software 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 Beyond Compare, run the following command from the command line or from PowerShell:
To upgrade Beyond Compare, run the following command from the command line or from PowerShell:
To uninstall Beyond Compare, 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 beyondcompare --internalize --version=4.1.4.20978 --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 beyondcompare -y --source="'INTERNAL REPO URL'" --version="'4.1.4.20978'" [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 beyondcompare -y --source="'INTERNAL REPO URL'" --version="'4.1.4.20978'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install beyondcompare
win_chocolatey:
name: beyondcompare
version: '4.1.4.20978'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'beyondcompare' do
action :install
source 'INTERNAL REPO URL'
version '4.1.4.20978'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller beyondcompare
{
Name = "beyondcompare"
Version = "4.1.4.20978"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'beyondcompare':
ensure => '4.1.4.20978',
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 by moderator ferventcoder on 06 Mar 2016.
This is the trial version of Beyond Compare. It will work for 30 days, and after that it requires a license.
$packageName = 'beyondcompare'
$packageSearch = "Beyond Compare"
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString)" `
-ValidExitCodes $validExitCodes }
Log in or click on link to see number of positives.
- beyondcompare.4.1.4.20978.nupkg (5297597dd1d9) - ## / 57
- BCompare-4.1.4.20978.exe (a2ab847572d8) - ## / 56
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 |
---|---|---|---|---|
Beyond Compare 5.0.5.30614 | 8439 | Thursday, January 16, 2025 | Approved | |
Beyond Compare 5.0.4.30422 | 13186 | Tuesday, November 26, 2024 | Approved | |
Beyond Compare 5.0.3.30258 | 7692 | Friday, October 25, 2024 | Approved | |
Beyond Compare 5.0.2.30045 | 9003 | Wednesday, August 28, 2024 | Approved | |
Beyond Compare 5.0.1.29877 | 6720 | Saturday, July 20, 2024 | Approved | |
Beyond Compare 5.0.0.29773 | 2716 | Tuesday, July 9, 2024 | Approved | |
Beyond Compare 4.4.7.20240301 | 18700 | Friday, March 1, 2024 | Approved | |
Beyond Compare 4.4.7.28397 | 16560 | Friday, October 20, 2023 | Approved | |
Beyond Compare 4.4.6.27483 | 24419 | Monday, March 6, 2023 | Approved | |
Beyond Compare 4.4.5.27371 | 5440 | Saturday, February 4, 2023 | Approved | |
Beyond Compare 4.4.4.27058 | 11645 | Saturday, November 5, 2022 | Approved | |
Beyond Compare 4.4.3.26655 | 11893 | Thursday, July 21, 2022 | Approved | |
Beyond Compare 4.4.2.26348 | 13605 | Thursday, March 17, 2022 | Approved | |
Beyond Compare 4.4.1.26165 | 9557 | Tuesday, December 21, 2021 | Approved | |
Beyond Compare 4.4.0.25886 | 19664 | Saturday, August 14, 2021 | Approved | |
Beyond Compare 4.3.7.25118 | 22192 | Friday, October 2, 2020 | Approved | |
Beyond Compare 4.3.6.25063 | 20663 | Friday, September 11, 2020 | Approved | |
Beyond Compare 4.3.5.24893 | 5846 | Wednesday, July 15, 2020 | Approved | |
Beyond Compare 4.3.4.24657 | 8105 | Saturday, February 29, 2020 | Approved | |
Beyond Compare 4.3.3.24545 | 6565 | Tuesday, December 3, 2019 | Approved | |
Beyond Compare 4.3.2.24472 | 3011 | Saturday, November 2, 2019 | Approved | |
Beyond Compare 4.3.1.24438 | 1375 | Friday, October 25, 2019 | Approved | |
Beyond Compare 4.3.0.24364 | 2037 | Thursday, October 10, 2019 | Approved | |
Beyond Compare 4.2.10.23938 | 9075 | Wednesday, May 29, 2019 | Approved | |
Beyond Compare 4.2.9.20190508 | 2259 | Wednesday, May 8, 2019 | Approved | |
Beyond Compare 4.2.9.23626 | 7142 | Wednesday, January 16, 2019 | Approved | |
Beyond Compare 4.2.8.23479 | 4415 | Tuesday, October 30, 2018 | Approved | |
Beyond Compare 4.2.7.23425 | 880 | Friday, October 26, 2018 | Approved | |
Beyond Compare 4.2.6.23150 | 5837 | Saturday, July 14, 2018 | Approved | |
Beyond Compare 4.2.5.23088 | 2246 | Saturday, June 16, 2018 | Approved | |
Beyond Compare 4.2.4.22795 | 8257 | Wednesday, January 31, 2018 | Approved | |
Beyond Compare 4.2.3.22587 | 7316 | Thursday, August 31, 2017 | Approved | |
Beyond Compare 4.2.2.22384 | 3758 | Saturday, May 20, 2017 | Approved | |
Beyond Compare 4.2.1.22354 | 827 | Sunday, May 14, 2017 | Approved | |
Beyond Compare 4.2.0.22302 | 1265 | Tuesday, May 2, 2017 | Approved | |
Beyond Compare 4.1.9.21719 | 8214 | Monday, October 3, 2016 | Approved | |
Beyond Compare 4.1.8.21575 | 1893 | Monday, August 29, 2016 | Approved | |
Beyond Compare 4.1.7.21529 | 763 | Sunday, August 21, 2016 | Approved | |
Beyond Compare 4.1.6.21095 | 1588 | Monday, May 16, 2016 | Approved | |
Beyond Compare 4.1.5.21031 | 1469 | Tuesday, March 22, 2016 | Approved | |
Beyond Compare 4.1.4.20978 | 934 | Sunday, March 6, 2016 | Approved | |
Beyond Compare 4.1.3.20814 | 1960 | Tuesday, December 22, 2015 | Approved | |
Beyond Compare 4.1.1.20615 | 496 | Saturday, October 3, 2015 | Approved | |
Beyond Compare 4.0.7.19761 | 3490 | Tuesday, June 16, 2015 | Approved | |
Beyond Compare 4.0.5.19480 | 2576 | Tuesday, February 3, 2015 | Approved | |
Beyond Compare 4.0.0.18847 | 2689 | Thursday, September 18, 2014 | Approved | |
Beyond Compare 3.3.13.18981 | 4953 | Tuesday, May 2, 2017 | Approved | |
Beyond Compare 3.3.12.18414 | 1984 | Tuesday, July 8, 2014 | Approved | |
Beyond Compare 3.3.11.18371 | 572 | Tuesday, July 8, 2014 | Approved | |
Beyond Compare 3.3.10.17762 | 1656 | Monday, April 14, 2014 | Approved | |
Beyond Compare 3.3.9.17611 | 987 | Thursday, March 6, 2014 | Approved | |
Beyond Compare 3.3.8.16340 | 2178 | Wednesday, July 24, 2013 | Approved | |
Beyond COmpare 3.3.7.15876 | 619 | Friday, July 19, 2013 | Approved | |
Beyond COmpare 3.3.4.14432 | 2548 | Monday, March 19, 2012 | Approved | |
Beyond COmpare 3.3.4.14431 | 648 | Monday, March 19, 2012 | Approved |
© 1996-2015 Scooter Software Inc
4.1.4.20978 - March 3, 2015
Notable Changes
- Windows: Added "/32" switch to installer to force a 32-bit install on 64-bit Windows in order to work around MSSCCI source control providers that don't have 64-bit DLLs.
- Windows: Fixed 64-bit build's support for Explorer submenu's Cut/Copy commands.
- Re-added Table Compare support for overriding decimal and thousands separator characters.
- Fixed crash when using cloud profiles (Amazon S3, Microsoft OneDrive, WebDAV) on February 29th.
- Various fixes and enhancements.
Archives
- Windows: Fixed support for drag & drop of files in compressed archives from various applications.
- OS X/Linux: Fixed support for LZMA compression in RPM files.
- OS X/Linux: Upgraded 7-zip support to 15.09.
Cloud Services
- Fixed Amazon S3 support for listing more than 1000 folders within a single parent.
- Fixed Amazon S3 support for uploading very large files.
- Fixed support for uploading files larger than 100MB to Microsoft OneDrive.
Command Line
- Fixed
/fileviewer=
support for"Folder Compare"
,"Folder Sync"
, and"Folder Merge"
when passed with folder paths. - OS X: Fixed intermittent delay on startup when launching using command line tools.
File Formats
- OS X/Linux: Fixed importing and exporting file formats with helper files.
- OS X/Linux: Fixed support for renaming file formats using right click command and keyboard shortcut.
- Fixed support for .docx files that have internal .xml files using single quotes instead of double quotes for attribute values.
File Views
- Windows: Fixed "Find what" and "Replace with" edits automatically picking MRUs.
- Improved line details drawing of multi-line content in MP3 Compare, Registry Compare, and Version Compare.
Folder Compare
- OS X/Linux: Fixed support for moving files in subfolders between file system mount points.
Folder Merge
- Added "Ignore Same Changes" filter.
Folder Sync
- OS X: Fixed "Delete to recycle bin" option to refer to trash instead.
Hex Compare
- Fixed "Find Previous" to not include beyond current byte.
- OS X/Linux: Fixed slow performance when editing.
Home View
- OS X: Fixed path edits not being refreshed when selecting a session in the treeview.
Installer
- Windows: Added "/32" switch to installer to force a 32-bit install on 64-bit Windows in order to work around MSSCCI source control providers that don't have 64-bit DLLs.
Misc
- Windows: Fixed 64-bit build's support for Explorer submenu's Cut/Copy commands.
- Opening multiple modal dialogs on a single form will now open them sequentially rather than all at once.
- Windows: Fixed Windows 7+ jumplist including auto-saved sessions that can't be loaded.
- Windows: Fixed icon scaling for simple message dialogs.
- Linux: Fixed slow startup when there are lots of network printers available.
- Linux/Gnome: Fixed default focus on "Save Changes?" and various other dialogs.
- Fixed memory leaks.
- Fixed clipped text in About dialog.
Picture Compare
- Fixed "File Info" panel.
Reports
- Fixed filename collisions when generating HTML folder reports with linked file reports.
- Fixed plain text reports handling of multiline data.
- Fixed Table Compare and Registry Compare support for strike-outs in reports.
- Fixed HTML linked file reports to use the same style sheet, title, and wrap setting as the parent folder report.
- Footer font, header font, HTML wrap style, and style sheet URL are now stored per report type instead of globally.
Source Control
- Linux: Fixed support for diffs/merges launched from ClearCase.
Table Compare
- Re-added support for overriding decimal and thousands separator characters.
- Fixed data not to be treated as numeric if thousands separators are not in correct positions.
Text Views
- "Next Difference" now scrolls line details so the difference is near the left side.
- OS X/Linux: Fixed slow performance when editing.
- OS X/Linux: Fixed support for saving files with Unicode characters outside the basic multilingual pane.
- Windows: Fixed "Replace with" edit showing as selected when the panel is first shown.
Crashes
- Fixed crash when using cloud profiles (Amazon S3, Microsoft OneDrive, WebDAV) on February 29th.
- OS X/Linux: Fixed Folder Compare crash when attempting to collapse folders while loading with folders being automatically expanded.
- Windows: Fixed crash when showing modal dialogs on 64-bit Windows installs.
- OS X: Fixed startup crash on OS X 10.10.1.
- Linux: Fixed report "Print Preview" crash
This package has no dependencies.
Ground Rules:
- This discussion is only about Beyond Compare and the Beyond Compare 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 Beyond Compare, 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.