The installer searches for a file named ltk_tex_thumb_handler.dll inside the latest release. The latest release doesn't use the correct filename format of using underscores for spaces and instead uses dashes (ltk-tex-thumb-handler.dll). I propose the solution would be re-releasing with the correct filename for the dll which is ltk_tex_thumb_handler.dll to not interfere with previous install/uninstall scripts. For now, I can modify the install script to accept this mangled filename.
The installer searches for a file named
ltk_tex_thumb_handler.dllinside the latest release. The latest release doesn't use the correct filename format of using underscores for spaces and instead uses dashes (ltk-tex-thumb-handler.dll). I propose the solution would be re-releasing with the correct filename for the dll which isltk_tex_thumb_handler.dllto not interfere with previous install/uninstall scripts. For now, I can modify the install script to accept this mangled filename.