1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Windows Installer: Fixed silent installation (/S argument)

closes #555
This commit is contained in:
nowrep 2012-09-07 15:16:54 +02:00
parent 98fc2a8ed7
commit 3ee19dfa77

View File

@ -338,6 +338,10 @@ BrandingText "${PRODUCT_NAME} ${PRODUCT_VERSION} Installer"
Function .onInit
;Language selection dialog
;Do nothing when in silent install
IfSilent 0 +2
return
Push ""
Push ${LANG_ENGLISH}