JDK-7084241 : DT need to return process exit code or windows error code. Not just boolean
Type:Bug
Component:deploy
Sub-Component:deployment_toolkit
Affected Version:7-client
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2011-08-28
Updated:2011-09-22
Resolved:2011-09-06
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Current implementation of ExecuteInstallers often returns assigns boolean to return value
instead of using real exit/error codes. This need to be corrected.
Comments
EVALUATION
Make sure we return exit code from installer process. If this is not possible then return error explaining why.