Any chance of being able to add armory to this??
hey buddy, ez have it. But is disabled by default.
First of all Sorry for my English!.
Open your DB and leet EZ do his work,
close DB. Go to your DBfolder/Settings/EZUpdater and here you have a file called EZUpdater.xml open it with any text editor (notepad, textpad, etc) and find this line :
<Repository>
<Kind>Plugin</Kind>
<Name>
Armory</Name>
<RepoName>dbarmory</RepoName>
<RepoURL>https://subversion.assembla.com/svn/dbarmory/</RepoURL>
<SourceDirectory>trunk\Armory</SourceDirectory>
<Enabled>false</Enabled>
See this Enabled
False at the end? Change the False with a
true and EZUpdater add Armory to his update check.
Something like that:
<Repository>
<Kind>Plugin</Kind>
<Name>Armory</Name>
<RepoName>dbarmory</RepoName>
<RepoURL>https://subversion.assembla.com/svn/dbarmory/</RepoURL>
<SourceDirectory>trunk\Armory</SourceDirectory>
<Enabled>
true</Enabled>
I hope this can help you.
For the ppl with the problem of check for update and EZ don´t do nothing.
Close DB
delete /DBFolder/EZUpdaterStorage and /DBFolder/Settings/EZupdater
Open DB
This solve for me the problem (have it always the second time i check updates or i close/open DB). For some reason sometimes when you check for updates the content of EZUpdater.xml changes from this:
<EZUpdater>
<Repositories>
<Repository>
<Kind>Plugin</Kind>
<Name>EZUpdater</Name>
<RepoName>EZUpdater</RepoName>
<RepoURL>https://subversion.assembla.com/svn/ezupdater/</RepoURL>
<SourceDirectory>trunk\EZUpdater</SourceDirectory>
<Enabled>true</Enabled>
<LastUpdate>2014-05-19T14:47:26.4780623Z</LastUpdate>
</Repository>
and on with each plugin...
To this:
<EZUpdater>
<Repositories>
<Repository>
<Kind></Kind>
<Name></Name>
<RepoName></RepoName>
<RepoURL></RepoURL>
<SourceDirectory></SourceDirectory>
<Enabled></Enabled>
<LastUpdate></LastUpdate>
</Repository>
Thank you rrrix for your work!!!