We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1c8eadc commit f38400dCopy full SHA for f38400d
ms-windows/QGIS-Installer.nsi
@@ -370,9 +370,16 @@ Section "QGIS" SecQGIS
370
IfFileExists "$INSTALL_DIR\etc\reboot" RebootNecessary NoRebootNecessary
371
372
RebootNecessary:
373
+ IfSilent FlagRebootNecessary
374
SetRebootFlag true
375
+ Return
376
+
377
+FlagRebootNecessary:
378
+ SetErrorLevel 3010 ; ERROR_SUCCESS_REBOOT_REQUIRED
379
380
381
NoRebootNecessary:
382
383
384
SectionEnd
385
!endif
0 commit comments