INSTALL_IMAGE));
if (isWrapperProduct(primary, subProducts)) {
String prefix = primary.getName() + "_v" + primary.getVersion();
String exclude = primary.getName() + "_v" + primary.getFullVersion();
step.add(new ScanUnusedInstallsOperation(installDir, prefix, exclude));
}
step.add(new ScanUnlinkedInstallsOperation(installDir));
step.add(new CleanRegistryOperation(options, primaryProductDir.getAbsolutePath()));
}