diff --git a/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp b/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp index a1e3f3943c..aec962c0d3 100644 --- a/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp +++ b/src/AppInstallerCommonCore/Manifest/ManifestCommon.cpp @@ -561,8 +561,8 @@ namespace AppInstaller::Manifest case InstallerTypeEnum::Inno: return { - {InstallerSwitchType::Silent, ManifestInstaller::string_t("/VERYSILENT")}, - {InstallerSwitchType::SilentWithProgress, ManifestInstaller::string_t("/SILENT")}, + {InstallerSwitchType::Silent, ManifestInstaller::string_t("/VERYSILENT /NORESTART")}, + {InstallerSwitchType::SilentWithProgress, ManifestInstaller::string_t("/SILENT /NORESTART")}, {InstallerSwitchType::Log, ManifestInstaller::string_t("/LOG=\"" + std::string(ARG_TOKEN_LOGPATH) + "\"")}, {InstallerSwitchType::InstallLocation, ManifestInstaller::string_t("/DIR=\"" + std::string(ARG_TOKEN_INSTALLPATH) + "\"")} };