if(execDesc != null) {
if(!execDesc.getCommandLine().startsWith(File.separator))
execDesc = Util.extendCommandLine(path, execDesc);
ServiceExecutor svcExecutor = new ServiceExecutor();
ProcessManager manager = svcExecutor.exec(execDesc);
manager.manage();
//manager.waitFor();
manager.destroy(false);
}
if(postInstall.getStagedData()!=null &&
postInstall.getStagedData().removeOnDestroy()) {