Skip to content

Commit

Permalink
Print a message on success
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Jun 26, 2015
1 parent 18c9f5f commit cf9659c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Setup/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "FxHelper.h"
#include "UpdateRunner.h"
#include "MachineInstaller.h"
#include <cstdio>

CAppModule _Module;

Expand Down Expand Up @@ -46,6 +47,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
// Make sure update.exe gets silent
if (explicitMachineInstall) {
wcscat(lpCmdLine, L" --silent");
printf("Machine-wide installation was successful! Users will see the app once they log out / log in again.\n");
}
}

Expand Down

0 comments on commit cf9659c

Please sign in to comment.