Quote:
Originally Posted by TDR
Trust center add-in ticks are not checked. This is a totally fresh W10 install of Office 365 Personal 2016. No 2013 before it. I'll try a delete & reinstall.
|
Ok, so it is a totally clean installation, right? No settings or whatsoever done? Hmm. I have an idea that might work. If it does, I can fix it for the next release that is almost finished.
Can you open the settings file with an editor and check the following setting (if it is not there, just create it:
Code:
<ConfigValues>
<OptionName>locVervang</OptionName>
<OptionValue>location of S&R rulesset document with document name</OptionValue>
</ConfigValues>
The red part must be replaced by the full location (including filename) of the document containing the S&R rulesets. If you don't have that document, there is an example on my website. If the settings file is empty, the above must be place in this:
Code:
<?xml version="1.0" standalone="yes"?>
<ConfigOpt>
... previous code ...
</ConfigOpt>
Please check if the addin then works.