Windows API Code Pack: Where is it?

Why has itself and the evidence it ever existed been removed?

Only a half year ago it was promoted on channel9 as Something that should be in everyones pack -- today the Microsoft Archive is "retired" and totally keeps quiet that the API code pack ever existed.


I can't answer the question of why, nor do I wish to speculate (maybe someone else closer to the issue can tell us what happened), but thankfully it's not completely gone. It looks like the binaries have been reuploaded to NuGet by other developers, although note that none of the packages are official ones from Microsoft.

The following packages were uploaded by NuGet user aybe:

  • https://www.nuget.org/packages/WindowsAPICodePack-Core
  • https://www.nuget.org/packages/WindowsAPICodePack-ExtendedLinguisticServices
  • https://www.nuget.org/packages/WindowsAPICodePack-Sensors
  • https://www.nuget.org/packages/WindowsAPICodePack-Shell
  • https://www.nuget.org/packages/WindowsAPICodePack-ShellExtensions
  • As usual, to install them:

    Install-Package WindowsAPICodePack-Core
    Install-Package WindowsAPICodePack-ExtendedLinguisticServices
    Install-Package WindowsAPICodePack-Sensors
    Install-Package WindowsAPICodePack-Shell
    Install-Package WindowsAPICodePack-ShellExtensions
    

    有人将其上传到GitHub。


    包含与原始可执行文件自解压文件(即源文件,二进制文件和文档)相同文件的zip文件位于以下位置:https://github.com/jamie-pate/KeepSync/blob/master/contrib/Windows%20API %20Code%20Pack%201.1.zip。

    链接地址: http://www.djcxy.com/p/47470.html

    上一篇: 如果关闭它,如何关闭Windows服务。 从Web应用程序控制它

    下一篇: Windows API代码包:它在哪里?