Skip to content

Commit

Permalink
Remove incorrect msi upgrade parameter (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft authored Apr 28, 2021
1 parent 553bc48 commit cf6f8e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf6f8e5

Please sign in to comment.