chore: enable active installation for window installer

This commit is contained in:
Minh141120 2025-07-10 14:57:55 +07:00
parent 5b01d0c196
commit 0fd346181c

View File

@ -452,7 +452,7 @@ Function .onInit
StrCpy $PassiveMode 1 StrCpy $PassiveMode 1
${EndIf} ${EndIf}
; always run in passive mode ; always run in passive mode
StrCpy $PassiveMode 1 ; StrCpy $PassiveMode 1
${GetOptions} $CMDLINE "/NS" $NoShortcutMode ${GetOptions} $CMDLINE "/NS" $NoShortcutMode
${IfNot} ${Errors} ${IfNot} ${Errors}