From cf6f8e58195bf033a1a5872f7b800866cd27a586 Mon Sep 17 00:00:00 2001 From: yao-msft <50888816+yao-msft@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:22:41 -0700 Subject: [PATCH] Remove incorrect msi upgrade parameter (#907) --- src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp b/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp index 3273f08bea..fcbaf0747d 100644 --- a/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp +++ b/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp @@ -357,8 +357,7 @@ namespace AppInstaller::Manifest {InstallerSwitchType::Silent, ManifestInstaller::string_t("/quiet")}, {InstallerSwitchType::SilentWithProgress, ManifestInstaller::string_t("/passive")}, {InstallerSwitchType::Log, ManifestInstaller::string_t("/log \"" + std::string(ARG_TOKEN_LOGPATH) + "\"")}, - {InstallerSwitchType::InstallLocation, ManifestInstaller::string_t("TARGETDIR=\"" + std::string(ARG_TOKEN_INSTALLPATH) + "\"")}, - {InstallerSwitchType::Update, ManifestInstaller::string_t("REINSTALL=ALL REINSTALLMODE=vamus")} + {InstallerSwitchType::InstallLocation, ManifestInstaller::string_t("TARGETDIR=\"" + std::string(ARG_TOKEN_INSTALLPATH) + "\"")} }; case InstallerTypeEnum::Nullsoft: return