Download the Desktop Automation Module (XModules Version 2)

We have a winner! Thank you. Looks like we’re running again!

(1) A ZIP version is now available for Windows: :window: Windows V2.0.12, ZIP

(2) Or: Our Windows installers uses Inno Setup, so it supports command line options for silent installation like /SILENT and /VERYSILENT

@easygit : A ZIP version is now available for Windows: - :window: Windows V2.0.12, ZIP

Thanks, but oddly it works on a laptop of mine, but on my desktop, where I need it to work, it still fails.

  • Trying to install VC++ using your link results in Error 0x80070666: Cannot install a product when a newer version is installed.

  • Looking at what I have installed, I have:

  • Searching for vcruntime140.dll in \windows\system32 results in:

  • The tests render these results:
PS C:\Users\user\AppData\Local\UI.Vision\DesktopAutomation> reg query "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.a9t9.uivision.xmodule2"

HKEY_CURRENT_USER\Software\Google\Chrome\NativeMessagingHosts\com.a9t9.uivision.xmodule2
(Default)    REG_SZ    C:\Users\user\AppData\Local\UI.Vision\DesktopAutomation\com.a9t9.uivision.xmodule2.chrome.json

PS C:\Users\user\AppData\Local\UI.Vision\DesktopAutomation> reg query "HKCU\Software\Mozilla\NativeMessagingHosts\com.a9t9.uivision.xmodule2"

HKEY_CURRENT_USER\Software\Mozilla\NativeMessagingHosts\com.a9t9.uivision.xmodule2
(Default)    REG_SZ    C:\Users\user\AppData\Local\UI.Vision\DesktopAutomation\com.a9t9.uivision.xmodule2.firefox.json
  • Running uivision-desktop-automation.exe provides no output, the command just hangs.

PS C:\Users\user\AppData\Local\UI.Vision\DesktopAutomation> .\uivision-desktop-automation.exe

  • I also tried copying C:\Windows\system32\vcruntime140.dll to C:\Users\user\AppData\Local\UI.Vision\DesktopAutomation with no change.

  • Otherwise still same situation:

Any advice?