Kopano Outlook Extension 2.0.292

This commit is contained in:
Peter V. Beck 2018-04-16 16:46:09 +02:00
parent a4bbfcf91b
commit 8689917094
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kopano-ol-extension-nightly</id>
<version>2.0.289</version>
<version>2.0.292</version>
<title>Kopano Outlook Extension</title>
<authors>Kopano</authors>
<owners>foo.li systeme + software</owners>
@ -12,7 +12,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Kopano Outlook Extension (nightly)</description>
<summary>Kopano OL Extension Nightly (unsupported)</summary>
<releaseNotes>upgrade to 2.0.289 (19-03-2018)</releaseNotes>
<releaseNotes>upgrade to 2.0.292 (13-04-2018)</releaseNotes>
<copyright>2018 Kopano</copyright>
<language />
<tags>groupware kopano outlook-extension nightly</tags>

View File

@ -6,16 +6,16 @@ $packageName = 'kopano-ol-extension-nightly'
$packageSearch = 'Kopano OL Extension'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '2.0.289'
$intvers = '2.0-289'
$version = '2.0.292'
$intvers = '2.0-292'
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
$checksum = 'DF64E56E73852BAA7F3A72637E535D7B66022A0A'
$checksum = '6E5F240EC5EA639E43119DD88240CE5D916E900C'
$checksumType = 'sha1'
$checksum64 = 'B2E7CF1353BBA61891ECE9D0BA26DDDABD05EB28'
$checksum64 = '7886889FC63C7A9A9762FD570B305D0FABB012D6'
$checksumType64 = $checksumType
try {
try {
$app = Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
-ErrorAction:SilentlyContinue | Where-Object { $_.DisplayName -like $packageSearch }