Skip to content

Commit

Permalink
Update json 2024.10.29.1129 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 29, 2024
1 parent e2ad80d commit 0d57a21
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions packages/App/AdobeAcrobatReaderDC/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "AcroRdrDCx642400320112_MUI.exe",
"Version": "24.003.20112",
"SetupFile": "AcroRdrDCx642400420220_MUI.exe",
"Version": "24.004.20220",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png"
},
"Information": {
"DisplayName": "Adobe Acrobat Reader DC 24.003.20112 x64",
"DisplayName": "Adobe Acrobat Reader DC 24.004.20220 x64",
"Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html",
Expand Down Expand Up @@ -44,7 +44,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.003.20112",
"VersionValue": "24.004.20220",
"Check32BitOn64System": "false"
}
],
Expand Down
8 changes: 4 additions & 4 deletions packages/App/AdobeAcrobatReaderDCMUI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "AcroRdrDCx642400320112_MUI.exe",
"Version": "24.003.20112",
"SetupFile": "AcroRdrDCx642400420220_MUI.exe",
"Version": "24.004.20220",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png"
},
"Information": {
"DisplayName": "Adobe Acrobat Reader DC 24.003.20112 x64",
"DisplayName": "Adobe Acrobat Reader DC 24.004.20220 x64",
"Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html",
Expand Down Expand Up @@ -44,7 +44,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.003.20112",
"VersionValue": "24.004.20220",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "AcroRdrDCx642400320112_MUI.exe",
"Version": "24.003.20112"
"SetupFile": "AcroRdrDCx642400420220_MUI.exe",
"Version": "24.004.20220"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/App/AdobeAcrobatReaderDCMUIVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "AcroRdrDCx642400320112_MUI.exe",
"Version": "24.003.20112",
"SetupFile": "AcroRdrDCx642400420220_MUI.exe",
"Version": "24.004.20220",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png"
},
"Information": {
"DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.003.20112 x64",
"DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.004.20220 x64",
"Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html",
Expand Down Expand Up @@ -45,7 +45,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.003.20112",
"VersionValue": "24.004.20220",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "AcroRdrDCx642400320112_MUI.exe",
"Version": "24.003.20112"
"SetupFile": "AcroRdrDCx642400420220_MUI.exe",
"Version": "24.004.20220"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/Update/AdobeAcrobatReaderDCMUIx64/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCx64Upd2400320180_MUI.msp",
"Version": "24.003.20180",
"SetupFile": "AcroRdrDCx64Upd2400420219_MUI.msp",
"Version": "24.004.20219",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png"
},
"Information": {
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.003.20180 x64",
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.004.20219 x64",
"Description": "Update for Adobe Acrobat Reader DC.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html",
Expand All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "lessThan",
"VersionValue": "24.003.20180",
"VersionValue": "24.004.20219",
"Check32BitOn64System": "false"
}
],
Expand All @@ -53,7 +53,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.003.20180",
"VersionValue": "24.004.20219",
"Check32BitOn64System": "false"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCx64Upd2400320180_MUI.msp",
"Version": "24.003.20180"
"SetupFile": "AcroRdrDCx64Upd2400420219_MUI.msp",
"Version": "24.004.20219"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/Update/AdobeAcrobatReaderDCMUIx86/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCUpd2400320180_MUI.msp",
"Version": "24.003.20180",
"SetupFile": "AcroRdrDCUpd2400420219_MUI.msp",
"Version": "24.004.20219",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png"
},
"Information": {
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.003.20180 x86",
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.004.20219 x86",
"Description": "Update for Adobe Acrobat Reader DC.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html",
Expand All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader",
"FileOrFolder": "AcroRd32.exe",
"Operator": "lessThan",
"VersionValue": "24.003.20180",
"VersionValue": "24.004.20219",
"Check32BitOn64System": "false"
}
],
Expand All @@ -53,7 +53,7 @@
"Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader",
"FileOrFolder": "AcroRd32.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.003.20180",
"VersionValue": "24.004.20219",
"Check32BitOn64System": "false"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCUpd2400320180_MUI.msp",
"Version": "24.003.20180"
"SetupFile": "AcroRdrDCUpd2400420219_MUI.msp",
"Version": "24.004.20219"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit 0d57a21

Please sign in to comment.