Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 294a7a7

Browse files
authored
Merge pull request #641 from niteskum/AutoUpdateBugFixes
AutoUpdate Windows Installer Command changed from Verbose to Info Logging
2 parents baf74c5 + e356988 commit 294a7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appshell/update_win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void UpdateHelper::RunAppUpdate() {
5454
std::wstring commandInput = L"msiexec /i " + m_InstallerPath + L" /qr";
5555
//AUTOUPDATE_PRERELEASE
5656
if (!m_logFilePath.empty()) {
57-
commandInput += L" /l*V " + m_logFilePath;
57+
commandInput += L" /li " + m_logFilePath;
5858
}
5959
commandInput += L" LAUNCH_APPLICATION_SILENT=1 MSIFASTINSTALL=2";
6060

0 commit comments

Comments
 (0)