options.set("UninstallComments", options.getString(InstallOptions.OPTION_INSTALL_DIR));
// step.add(new RegisterProductOperation(options, primaryProductDirName + File.separator
// + CreateUninstallerOperation.UNINSTALL_JAR));
// Create the uninstaller *after* registering the product so that creation of registry keys gets logged
step.add(new CreateUninstallerOperation(primaryProductDir, CreateUninstallerOperation.UNINSTALL_JAR,
INSTALL_IMAGE));
if (isWrapperProduct(primary, subProducts)) {
String prefix = primary.getName() + "_v" + primary.getVersion();
String exclude = primary.getName() + "_v" + primary.getFullVersion();