View Single Post
04/23/14, 06:36 AM   #4
mra4nii
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 42
Thats right, minion keeps its own database of what addons are installed:
C:\Users\<Username>\.minion\minion.xml
The format of this database
<addon md5="efa396d85b290e9c533748f62a3775ac" ui-version="0.5.2" uid="298"/>
md5 - md5 hash for addon archive when it was downloaded.
ui-version - version of installed addon
uid - addon unique id, is same with the id from addon page link http://www.esoui.com/downloads/info298-ShowMotifs.html
If you want to trigger update, lower the vesion and changes md5(just few characters).
If you manually removed the addon, remove the corresponding lines from that xml.
Also, for a fresh install, you may consider to remove saved variables for the addons you've removed(SavedVariables folder).
Originally Posted by Seroczynski View Post
Yes that works, but it also means that if you ever change something manually outside of Minion it won't get tracked.

By the way, thanks for always taking your time to reply :-)
  Reply With Quote