| 985 | } |
| 986 | |
| 987 | bool adminLaunch(QWidget* parent, const std::wstring& moPath, |
| 988 | const std::wstring& moFile, const std::wstring& workingDir) |
| 989 | { |
| 990 | const std::wstring commandLine = std::format( |
| 991 | L"adminLaunch {} \"{}\" \"{}\"", ::GetCurrentProcessId(), moFile, workingDir); |
| 992 | |
| 993 | return helperExec(parent, moPath, commandLine, true); |
| 994 | } |
| 995 | |
| 996 | } // namespace helper |
no test coverage detected