OSDN Git Service

Small installer tweak.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 1 Nov 2015 11:51:29 +0000 (12:51 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 1 Nov 2015 11:51:29 +0000 (12:51 +0100)
etc/NSIS/setup.nsi

index c9266f9..bbf8dec 100644 (file)
@@ -652,11 +652,7 @@ Section "-Finished"
        ${EndIf}
 !endif
 
-       ${If} ${UnattendedMode}
-               Sleep 1500
-               SetAutoClose true
-               HideWindow
-       ${EndIf}
+       ${IfThen} ${UnattendedMode} ${|} SetAutoClose true ${|}
 SectionEnd