Skip to content

Commit

Permalink
AU: 2 updated - displayfusion vcredist140
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 22, 2021
1 parent 3d61d37 commit 1ed7e2e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "9.8",
"unstable": "10.0-Beta5"
"unstable": "10.0-Beta6"
}
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>displayfusion</id>
<version>10.0-Beta5</version>
<version>10.0-Beta6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>DisplayFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/displayfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.displayfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-10.0-Beta5.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-10.0-Beta6.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
checksum: EB88D105288A008FDEFF2000E65FB87F7B00A33B8703B8F979E5E2DF54110487
checksum: 1D58E2D12292F76F39FF9A11387009174C5172D278D9B2E2DB95A01C3EB44C80

The file 'LICENSE.txt' has been obtained from <https://www.displayfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/displayfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DisplayFusionSetup-10.0-Beta5.exe"
file = "$toolsPath\DisplayFusionSetup-10.0-Beta6.exe"
softwareName = 'displayfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png" width="48" height="48"/> [Microsoft Visual C++ Redistributable for Visual Studio 2015-2019](https://chocolatey.org/packages/vcredist140)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png" width="48" height="48"/> [Microsoft Visual C++ Redistributable for Visual Studio 2015-2019](https://chocolatey.org/packages/vcredist140)

Microsoft Visual C++ Redistributable for Visual Studio 2015-2019 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2019 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2019 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.

Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-15.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0:0"|0.0.0
"539758c4743d51:0"|14.16.27033
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-16.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0:0"|0.0.0
"3a61bf552eacd71:0"|14.29.30135
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-17.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0:0"|0.0.0
"ae86954d86bad71:0"|14.30.30704
16 changes: 8 additions & 8 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$installData32 = @{
Url = 'TBD'
Checksum = 'TBD'
ChecksumType = 'TBD'
Url = 'https://download.visualstudio.microsoft.com/download/pr/10a8d53a-c69e-4586-8c6b-c416bf85a0ae/AC75A82D873E6B6F98B1D293042380764D7D263C43438E50D564FA58C9F891C2/VC_redist.x86.exe'
Checksum = 'ac75a82d873e6b6f98b1d293042380764d7d263c43438e50d564fa58c9f891c2'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'TBD'
Checksum64 = 'TBD'
ChecksumType64 = 'TBD'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/10a8d53a-c69e-4586-8c6b-c416bf85a0ae/A9F5D2EAF67BF0DB0178B6552A71C523C707DF0E2CC66C06BFBC08BDC53387E7/VC_redist.x64.exe'
Checksum64 = 'a9f5d2eaf67bf0db0178b6552a71c523c707df0e2cc66c06bfbc08bdc53387e7'
ChecksumType64 = 'sha256'
}

$uninstallData = @{
SoftwareName = 'TBD'
SoftwareName = 'Microsoft Visual C++ 2015-2022 Redistributable*'
}

$otherData = @{
ThreePartVersion = [version]'0.0.0'
ThreePartVersion = [version]'14.30.30704'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
4 changes: 2 additions & 2 deletions automatic/vcredist140/vcredist140.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"15": "0.0.0",
"15": "14.16.27033",
"16": "0.0.0",
"17": "0.0.0"
"17": "14.30.30704-prerelease"
}
14 changes: 7 additions & 7 deletions automatic/vcredist140/vcredist140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist140</id>
<version>14.29.30135</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist140</packageSourceUrl>
<version>14.30.30704-prerelease</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey-community,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 0-0</title>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2022</title>
<authors>Microsoft</authors>
<projectUrl>https://visualstudio.microsoft.com/vs/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png</iconUrl>
<copyright>https://www.microsoft.com/en-us/legal/intellectualproperty/permissions</copyright>
<licenseUrl>https://visualstudio.microsoft.com/license-terms/mlt031619/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://docs.microsoft.com/en-us/visualstudio/ide/getting-started-with-cpp-in-visual-studio</docsUrl>
<bugTrackerUrl>https://developercommunity.visualstudio.com/</bugTrackerUrl>
<tags>microsoft visual c++ redistributable 140 2015 2017 2019 admin</tags>
<summary>Run-time components that are required to run C++ applications that are built by using Visual Studio 0-0</summary>
<description><![CDATA[Microsoft Visual C++ Redistributable for Visual Studio 0-0 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 0-0 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 0-0 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
<summary>Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022</summary>
<description><![CDATA[Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
The Visual C++ Redistributable for Visual Studio 0-0 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
The Visual C++ Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
## Notes
Expand Down

0 comments on commit 1ed7e2e

Please sign in to comment.