Can you please try this? This is a batch file which repeatedly deletes
the file you specified above... the .theme file... i know you don't need to do this... but just a test,,, try it...
here's what you need to do...
1. Download the zip attachment and extract it to the desktop...
2. Run it... and minimize it... don't worry about the messages on the batch...
3. Try to run the installer... then tell me if you observe some changes...
Here's the code in the batch file... so that the Admin(s) and Moderators will be aware...
[at]echo off
:1
del "%windir%\Installer\CTM_7D60238A-EE9E-4df3-80E7-6BF3C10A6E4F.theme" /q
goto 1 (this repeats the del command...)
Thank you... and hope it works...
