Skip to content

Commit

Permalink
Hide confusing output when uninstalling. [#21 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 17, 2009
1 parent 366b994 commit 1c64518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Uninstaller.nsh
Expand Up @@ -82,8 +82,10 @@
; We only have to do all of this if Litestep was running in the first
; place
${If} $4 == "lsWasRunning"
DetailPrint "Will now try to start explorer"
DetailPrint "Will now try to start explorer, this will take a few seconds."
SetDetailsPrint none
Call un.StartExplorer
SetDetailsPrint both
DetailPrint "Continue uninstallation"
${EndIf}

Expand Down

0 comments on commit 1c64518

Please sign in to comment.