projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8274d77
)
Always run MSI with full UI.
author
alex-z
<blackslayer4@gmail.com>
Tue, 2 Aug 2022 09:25:58 +0000
(12:25 +0300)
committer
allexzander
<allexzander@users.noreply.github.com>
Tue, 2 Aug 2022 12:27:01 +0000
(15:27 +0300)
Signed-off-by: alex-z <blackslayer4@gmail.com>
src/gui/updater/ocupdater.cpp
patch
|
blob
|
history
diff --git
a/src/gui/updater/ocupdater.cpp
b/src/gui/updater/ocupdater.cpp
index 102c7fcbbedddef4a5c88ce29ac50c4e3f25cec7..6c056024f6cf59476399b737c09ba0562b503650 100644
(file)
--- a/
src/gui/updater/ocupdater.cpp
+++ b/
src/gui/updater/ocupdater.cpp
@@
-222,7
+222,7
@@
void OCUpdater::slotStartInstaller()
};
QString msiLogFile = cfg.configPath() + "msi.log";
- QString command = QString("&{msiexec /
norestart /passive /
i '%1' /L*V '%2'| Out-Null ; &'%3'}")
+ QString command = QString("&{msiexec /i '%1' /L*V '%2'| Out-Null ; &'%3'}")
.arg(preparePathForPowershell(updateFile))
.arg(preparePathForPowershell(msiLogFile))
.arg(preparePathForPowershell(QCoreApplication::applicationFilePath()));