Actions
Bug #1022
closedChocolatey installer for DCMTK does not support clean upgrade
Start date:
2022-05-10
Due date:
% Done:
100%
Estimated time:
Module:
Operating System:
Windows
Compiler:
Description
The chocolatey installer for DCMTK supports installation and deinstallation of DCMTK. However, when "choco upgrade" is run, the new version of the toolkit is installed, but the old binaries are not deleted, causing "Shimgen" to first create Shims for the old version, and then to overwrite these with Shims pointing to the new version.
The upgrade operation should remove the old binaries before installing the new ones.
Updated by Marco Eichelberg about 3 years ago
- Status changed from New to Closed
- Assignee set to Marco Eichelberg
- % Done changed from 0 to 100
Submitted a new Chocolatey package 3.6.7.1 on 2022-07-13 that should fix this problem.
Whether it works as expected can only seen when we publish a new DCMTK version, so that a proper "choco upgrade" to new binaries becomes possible.
Actions