[Installer] Restart explorer.exe programatically after successful update (#4215)

* Restart explorer.exe programatically after successful update

* Move RestartManager related code into common

* Add newline at the end of files

* Note that explorer.exe should not be localized string
This commit is contained in:
vldmr11080
2020-06-11 10:09:06 +02:00
committed by GitHub
parent d76234c112
commit b0a25f59d9
7 changed files with 101 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include <string>
void RestartProcess(const std::wstring& processName);