Skip to content

Commit

Permalink
disabling success message box as this prevents scaphandre.exe silent …
Browse files Browse the repository at this point in the history
…installation
  • Loading branch information
bpetit committed Dec 19, 2023
1 parent 27ef035 commit 84dba77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DriverLoader/DriverLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ void _doInstall(void)
MessageBox(NULL, message, "Error", MB_OK | MB_ICONERROR);
ExitProcess(ERROR_SERVICE_CREATE_FAILED);
}

snprintf(message, sizeof(message) - 1, "%s successfully created and installed!. The computer must be restarted in order to activate the service.", SERVICE_DESC);
MessageBox(NULL, message, "Success", MB_OK | MB_ICONINFORMATION);

ExitProcess(ERROR_SERVICE_OK);
}

0 comments on commit 84dba77

Please sign in to comment.