fx runtime installer calls into deploy.dll registerdeploy function or unregisterdeploy function.
if the function return error status - installer needs to report error and stop installation as installation is failed. (or uninstall)
currently, it just bail out soon, and still report install/uninstall success to user.
we need to handle error correctly.
if the function return error status - installer needs to report error and stop installation as installation is failed. (or uninstall)
currently, it just bail out soon, and still report install/uninstall success to user.
we need to handle error correctly.
- relates to
-
JDK-8117816 Deployment jars left behind, when UnregisterDeploy fails
- Closed