pCap.addDownloadRecord(record);
pCap.setPath(record.unarchived()?
record.getExtractedPath():record.getPath());
}
pCap.addStagedSoftware(stagedSoftware);
DownloadRecord postInstallRecord = downloadMgr.postInstall();
if(postInstallRecord!=null)
pCap.addDownloadRecord(postInstallRecord);
if(stagedSoftware.getUseAsClasspathResource()) {
String[] classpath;