wyUpdate does not restart application

Precondition:Java 8-based executable (launch4J) is executed with admin-rights (!) on a Windows 7,8 or 10 system. Reproduction:Our Executable starts wyUpdate (via runtime.exec with call like this "[wyUpdate.exe, -updatepath="https://s3.eu-central-1.amazonaws.com/somePath", -startonerr="C:\path2App\App.exe"]") and stopps itself afterwards.The wyBuilder is configured to start "C:\path2App\App.exe" after having finished successfully.This has been working fine for nearly 2 years so far, if the App.exe has not been started with Admin-right.But if the App.exe has been started with admin-rights before the update starts, the newer version is not started anyhow at the end of the update-process.Even changing the start-options (Elevation) within wyBuilder does not have any effect!