Index: win_installer/src/lams-stop.nsi =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/lams-stop.nsi,v diff -u -r1.1 -r1.2 --- win_installer/src/lams-stop.nsi 29 Sep 2006 08:20:40 -0000 1.1 +++ win_installer/src/lams-stop.nsi 3 Oct 2006 04:50:29 -0000 1.2 @@ -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