From f6e4a8c70c99f8af53125223cb5e2b447bf0fcd5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 6 Sep 2008 10:58:49 +0000 Subject: Add Windows Installer (InstallJammer) to version control, thanks to Pete Jalajas. --- contrib/windows/installer/tools/StopService.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 contrib/windows/installer/tools/StopService.bat (limited to 'contrib/windows/installer/tools/StopService.bat') diff --git a/contrib/windows/installer/tools/StopService.bat b/contrib/windows/installer/tools/StopService.bat new file mode 100755 index 00000000..8e70d68d --- /dev/null +++ b/contrib/windows/installer/tools/StopService.bat @@ -0,0 +1,3 @@ +net stop GigaLock +echo off +ping 192.168.254.254 -n 5 -w 1000 > nul -- cgit v1.2.3