Skip to content

Commit

Permalink
install updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gelb committed Jun 20, 2019
1 parent c97cf31 commit 7e05754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Installer/CleanFiles/ElasticSearchManager.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<connectionStrings>
<add name="stage" connectionString="http://10.147.31.49:9200,http://10.147.31.51:9200,http://10.147.31.52:9200,http://10.147.31.53:9200,http://10.147.31.54:9200,http://10.147.31.55:9200"/>
<add name="prod" connectionString="http://10.147.21.109:9200,http://10.147.21.110:9200,http://10.147.21.111:9200,http://10.147.21.112:9200,http://10.147.21.113:9200,http://10.147.21.114:9200"/>

<add name="newprod" connectionString="http://10.50.136.80:9200,http://10.50.136.81:9200,http://10.50.136.82:9200,http://10.50.136.83:9200,http://10.50.136.84:9200"/>
<add name="newstage" connectionString="http://10.147.36.11:9200,http://10.147.36.12:9200,http://10.147.36.13:9200"/>
</connectionStrings>

<userSettings>
Expand Down
6 changes: 4 additions & 2 deletions Installer/Install.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Setup]
AppName=Elastic Search Manager
AppVerName=ElasticSearchManager
AppCopyright=Copyright (C) 2018 Robert Gelb
AppCopyright=Copyright (C) 2019 Robert Gelb
AppPublisher=Robert Gelb
DefaultDirName={userpf}\ElasticSearchManager
DisableDirPage=yes
Expand All @@ -10,7 +10,7 @@ DisableReadyPage=yes
UninstallDisplayIcon={app}\ElasticSearchManager.exe
OutputBaseFilename=ElasticSearchManagerSetup
AppID=ElasticSearchManager.1
VersionInfoVersion=0.4
VersionInfoVersion=0.5
PrivilegesRequired=lowest

[Files]
Expand All @@ -19,6 +19,8 @@ Source: "CleanFiles\ElasticSearchManager.exe.config"; DestDir: "{app}"
Source: "..\bin\debug\ScintillaNET.dll"; DestDir: "{app}"
Source: "..\bin\debug\Elasticsearch.Net.dll"; DestDir: "{app}"
Source: "..\bin\debug\Nest.dll"; DestDir: "{app}"
Source: "..\bin\debug\Automapper.dll"; DestDir: "{app}"
Source: "..\bin\debug\Newtonsoft.Json.dll"; DestDir: "{app}"

[Icons]
Name: "{group}\Elastic Search Manager"; Filename: "{app}\ElasticSearchManager.exe";
Expand Down
Binary file modified Installer/Output/ElasticSearchManagerSetup.exe
Binary file not shown.

0 comments on commit 7e05754

Please sign in to comment.