1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 10:50:19 +02:00

EnsureTomahawkShutdown not required in uninstaller.

This commit is contained in:
Steven Robertson
2011-04-03 20:23:32 +08:00
committed by Christian Muehlhaeuser
parent 8791a6dbdc
commit d4569b1d38

View File

@@ -189,14 +189,9 @@ FunctionEnd
no_process_${processName}_to_end:
!macroend
!macro EnsureTomahawkShutdown un
Function ${un}EnsureTomahawkShutdown
!insertmacro CheckAndConfirmEndProcess "tomahawk.exe"
FunctionEnd
!macroend
!insertmacro EnsureTomahawkShutdown ""
!insertmacro EnsureTomahawkShutdown "un."
Function EnsureTomahawkShutdown
!insertmacro CheckAndConfirmEndProcess "tomahawk.exe"
FunctionEnd
##############################################################################
# #