Installer wrapper (#74) [TGSDeploy]

* Add a version command

* Remove service update from commandline

* Ayy lmao

* Fix

* Final touches

* Last thing

* Can't break backwards compat I suppose

* Version bump to 3.0.85.0

* Final cleanup

* This time I swear

* VERY LAST FUCKING THING

* CANT STOP FUCKING UP THE UI

* AHHHH!!!!!

* Do not become like me kids
This commit is contained in:
Jordan Brown
2017-06-23 11:56:19 -04:00
committed by GitHub
parent 6b8caf241e
commit 4f8a848388
23 changed files with 3069 additions and 58 deletions
+1 -6
View File
@@ -77,7 +77,7 @@ namespace TGServerService
static TGServerService ActiveService; //So everyone else can write to our eventlog
public static readonly string Version = "/tg/station 13 Server Service " + FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileVersion;
public static readonly string Version = "/tg/station 13 Server Service v" + FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileVersion;
public static void WriteInfo(string message, EventID id)
{
@@ -91,11 +91,6 @@ namespace TGServerService
{
ActiveService.EventLog.WriteEntry(message, EventLogEntryType.Warning, (int)id);
}
public static void LocalStop()
{
ThreadPool.QueueUserWorkItem(_ => { ActiveService.Stop(); });
}
ServiceHost host; //the WCF host