From 3ab32d08eb7b4f1f9003970984934788e94f4c21 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 26 Apr 2016 17:02:12 -0400 Subject: [PATCH] Release 1.1.0 Switched installer to Inno Setup. 64 bit install now uses correct folder. Application is now signed. --- Agent.csproj | 9 +- Properties/AssemblyInfo.cs | 8 +- app.config | 3 + installer/WOLAgent.iss | 103 ++++++++ installer/services_unicode.iss | 466 +++++++++++++++++++++++++++++++++ 5 files changed, 584 insertions(+), 5 deletions(-) create mode 100644 app.config create mode 100644 installer/WOLAgent.iss create mode 100644 installer/services_unicode.iss diff --git a/Agent.csproj b/Agent.csproj index d24f54d..c344564 100644 --- a/Agent.csproj +++ b/Agent.csproj @@ -9,8 +9,9 @@ Properties Agent WOLAgent - v4.0 + v4.6 512 + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,6 +32,7 @@ TRACE prompt 4 + false Agent.Program @@ -42,6 +45,7 @@ AnyCPU prompt MinimumRecommendedRules.ruleset + false @@ -63,6 +67,9 @@ + + +