-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bat files that install/uninstall the Updater service. Release 20170813
- Loading branch information
Francisco Santos
committed
Aug 13, 2017
1 parent
de7c1b2
commit 1ec6d67
Showing
59 changed files
with
82,600 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
@echo OFF | ||
echo Stopping old service version... | ||
net stop "Network Game Copier Updater" | ||
echo Uninstalling old service version... | ||
sc delete "Network Game Copier Updater" | ||
|
||
echo Installing service... | ||
rem DO NOT remove the space after "binpath="! | ||
sc create "Network Game Copier Updater" binpath= "UpdateService.exe" | ||
echo Starting server complete | ||
pause | ||
%windir%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe UpdateService.exe | ||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@echo OFF | ||
%windir%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u UpdateService.exe | ||
exit |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+446 KB
Releases/NIGHTLY-20170813/NetworkGameCopier-NIGHTLY-20170813/DotNetZip.dll
Binary file not shown.
Oops, something went wrong.