dictation-toolbox / natlink

Natlink provides the interface between Dragon and python
Other
25 stars 17 forks source link

installer does not register _natlink_core_.pyd #101

Closed quintijn closed 2 years ago

quintijn commented 2 years ago

After downloading natlink natlink5.1.0-py3.8-32-setup.exe and executing this file, it seems the admin mode is not activated, although I clicked for it. The inno setup program cannot register _natlink_core.pyd.

When developing on my other computer all works smooth. Also after download and the warning of potential dangerous software, the admin mode is asked for and the installer runs.

What can be the difference? error installing natlink warning from windows warning potentially dangerous software

LexiconCode commented 2 years ago

Make sure you have Microsoft Visual C++ Redistributable when compiling See https://github.com/dictation-toolbox/natlink/issues/86#issuecomment-1048869238

Install https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

To test that you have Microsoft Visual C++ Redistributable bake in to the dll.

LexiconCode commented 2 years ago

Good to close?

quintijn commented 2 years ago

is solved and explained in https://github.com/dictation-toolbox/natlink/issues/86