I am trying to execute an NSIS created .exe installer for an auto update. This exe will not execute making the auto-update process fail. The lines in the log are:
11:44:16 Executing "C:\\Users\\hugh\\Desktop\\NRFDist\\nrf_roe_client_setup.exe"
11:44:16 Error executing "C:\\Users\\hugh\\Desktop\\NRFDist\\nrf_roe_client_setup.exe"
However, this does not happen if I provide an MSI package. I can wrap the exe file in an MSI package, but this is a little clunky. According to the docs, it would seem that an exe file should be able to be used.
How do I get the thin client to execute the exe file? Does TC_INSTALLER_ARGS may have something to do with this?



