Yubico / yubikey-neo-manager

Cross platform personalization tool for the YubiKey NEO
https://developers.yubico.com/yubikey-neo-manager/
BSD 2-Clause "Simplified" License
57 stars 12 forks source link

Why are you shipping user32.dll? #45

Closed SteveSyfuhs closed 9 years ago

SteveSyfuhs commented 9 years ago

Compatibility insanity aside, I don't think that's a redistributable DLL.

Also looks like its in PIV Manager too. (probably others, but I don't have them installed).

image image

dainnilsson commented 9 years ago

Thanks for reporting this! This looks like the result of a bug in PyInstaller: https://github.com/pyinstaller/pyinstaller/issues/795 In short, it's not used and it shouldn't have been part of the installation. I'll be replacing the installer to not bundle it shortly. In the meantime you can safely delete the file yourself.

dainnilsson commented 9 years ago

The installers for this project (1.3.0) and for YubiKey PIV Manager have now been updated. Note that installing on top of an existing installation will not remove any files, so either delete the file manually to get rid of it, or do a complete uninstall of the application before running the updated installer.

SteveSyfuhs commented 9 years ago

Awesome!