Skip to content

Commit

Permalink
(installer) don't check for an running Zero-K.exe when running silent
Browse files Browse the repository at this point in the history
  • Loading branch information
abma authored and hoijui committed Dec 7, 2010
1 parent f68d0a1 commit 800ce33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/spring.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Function .onInit
; check if we need to exit some processes which may be using unitsync
${CheckExecutableRunning} "TASClient.exe" "TASClient"
${CheckExecutableRunning} "springlobby.exe" "Spring Lobby"
IfSilent +2 ; Zero-K installs this silent, so don't check
${CheckExecutableRunning} "Zero-K.exe" "Zero-K Lobby"
${CheckExecutableRunning} "CADownloader.exe" "CA Downloader"
${CheckExecutableRunning} "springsettings.exe" "Spring Settings"
Expand Down

0 comments on commit 800ce33

Please sign in to comment.