mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #73] Can't upgrade (or reinstall) on version 2.1.2 #56
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 @gogglespisano on GitHub (Nov 30, 2014).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/73
Doing an upgrade from 2.0.3 to 2.1.2 or a reinstall of 2.1.2 fails on Exchange 2010 SP3 Update 7
It fails during the copying of 7 files with a "Folder In Use" error dialog.
I verified the upgrade had stopped the transport service when the error message is displayed.
Manually stopping the transport service before upgrading doesn't help.
Disabling the dkim signer before updating allows it to succeed.
I think Configuration.DkimSigner.exe and Ionic.Zip.dll were the two files still not copied when the error happens.
@Pro commented on GitHub (Nov 30, 2014):
There's a problem in the code that the wrong Assembly is started and therefore the .exe tries to overwrite itself which doesn't work. I already found the Problem.
I'll fix this for the next release. Thanks