mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #34] Outlook 2010 installation fails #925
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#925
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aluxnimm on GitHub (Apr 9, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/34
Originally assigned to: @aluxnimm on GitHub.
Name:
Von: file:///C:/Program Files (x86)/Gerhard Zehetbauer/CalDavSynchronizer/CalDavSynchronizer.vsto
************** Ausnahmetext **************
System.Deployment.Application.InvalidDeploymentException: Ausnahme beim Lesen des Manifests aus 'file:///C:/Program%20Files%20(x86)/Gerhard%20Zehetbauer/CalDavSynchronizer/CalDavSynchronizer.vsto': Das Manifest ist möglicherweise ungültig, oder die Datei konnte nicht geöffnet werden. ---> System.Deployment.Application.InvalidDeploymentException: Die XML-Signatur des Manifests ist ungültig. ---> System.Security.Cryptography.CryptographicException: SignatureDescription konnte für den angegebenen Signaturalgorithmus nicht erstellt werden.
bei System.Security.Cryptography.Xml.SignedXml.CheckSignedInfo(AsymmetricAlgorithm key)
bei System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(AsymmetricAlgorithm& signingKey)
bei System.Deployment.Internal.CodeSigning.SignedCmiManifest.Verify(CmiManifestVerifyFlags verifyFlags)
bei System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)
bei System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
--- Ende der internen Ausnahmestapelüberwachung ---
bei Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)
bei Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
Original comment by: aluxnimm
Original Ticket: outlookcaldavsynchronizer/22
@aluxnimm commented on GitHub (Apr 9, 2015):
Visual Studio 2010 Tools for Office Runtime needs to be installed if it is missing by the installer
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Apr 14, 2015):
This tutorial explains how to add the Office Runtime as a prerequisite to the installer
https://msdn.microsoft.com/en-us/library/cc442767.aspx
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Apr 23, 2015):
Setup.exe works only the install via msi doesn't check the dependency.
https://msdn.microsoft.com/en-us/library/ff937654.aspx explains how to add the launch condition
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Apr 23, 2015):
Original comment by: aluxnimm