Index: win_installer/src/lams-stop.nsi =================================================================== diff -u -rae13f2caa2572e368b592d80912e09782ce5a56a -r4f08a4b09d39d6ac6a50507d97eacda49bb40f96 --- win_installer/src/lams-stop.nsi (.../lams-stop.nsi) (revision ae13f2caa2572e368b592d80912e09782ce5a56a) +++ win_installer/src/lams-stop.nsi (.../lams-stop.nsi) (revision 4f08a4b09d39d6ac6a50507d97eacda49bb40f96) @@ -36,8 +36,8 @@ FunctionEnd Section - nsExec::ExecToStack 'sc.exe stop LAMSv2' + nsExec::ExecToStack 'sc stop LAMSv2' Pop $0 Pop $1 - MessageBox MB_OK "Stopping LAMSv2 service...$\r$\n$1." + MessageBox MB_OK "Stopped LAMSv2 service." SectionEnd \ No newline at end of file