From 0da51672bbf61c648b902055616f7ccb5f3559c4 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 19 Apr 2018 18:52:45 -0700 Subject: [PATCH] don't stop image slideshow when install concludes --- cmake/templates/NSIS.template.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 6ede94b900..bfedccdd2e 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -1162,10 +1162,6 @@ Section "-Core installation" Call HandlePostInstallOptions !insertmacro GoogleAnalytics "Installer" "Done" "" "" - - ; stop the image slideshow and display install details - nsisSlideshow::stop - SetDetailsView show SectionEnd !include nsProcess.nsh