}
if (options.getBoolean(OPTION_DELETE_EMBEDDED))
step.add(new RemoveAllEmbeddedInstallsOperation(options));
if (options.getBoolean(OPTION_CLEAN_CONFIG))
step.add(new CleanAllEclipseConfigurations(options));
String primaryProductDirName = primary.getInstallDirName();
File primaryProductDir = new File(installDir, primaryProductDirName);
// Dynamically set the Uninstall comment to the installation location before registering the product