Skip to content

Commit

Permalink
Well, yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Dec 13, 2016
1 parent df78726 commit 1eeb522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Setup/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
if (cmdLine.Find(L"--checkInstall") >= 0) {
// If we're already installed, exit as fast as possible
if (!MachineInstaller::ShouldSilentInstall()) {
exitCode = 0;
goto out;
return 0;
}

// Make sure update.exe gets silent
Expand Down

0 comments on commit 1eeb522

Please sign in to comment.