1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

Fix #12701: Disable upgrade pop-up at slient install (#12709)

This commit is contained in:
Lastorder
2020-08-18 22:58:01 +09:00
committed by GitHub
parent 33f3f5cc3b
commit 3dbee5edca
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
------------------------------------------------------------------------
- Fix: [#12691] Ride graph tooltip incorrectly used count instead of number string.
- Fix: [#12694] Crash when switching ride types with construction window open.
- Fix: [#12701] Silent NSIS setup flag /S isn't silent, upgrade pop-up appears anyway.
0.3.0 (2020-08-15)
------------------------------------------------------------------------

View File

@@ -499,6 +499,7 @@ Function .onInit
SectionSetFlags 0 17
ShowWelcomeMessage:
IfSilent FinishCallback
ReadRegStr $R8 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenRCT2" "Version"
IfErrors FinishCallback