New
#1
beginner troubleshooting registry values / system variables
hi, a local business has an annoyance on a windows 7 x64 pro machine
it is not worth hiring a technician to solve it and technicians here are no good so im trying to see if i can do anything for them
an engineering software has recently been installed
i checked the version and it is not officially available
so im guessing they might have installed cracked software for compatibility with 7
after that installation they began having a problem with a file renamer software
when they run the file renamer it invokes the windows installer with the process msiexec.exe and starts searching for the engineering software msi installer file, the one that was recently installed and probably caused the problem
it does that for 3 consecutive times whether you cancel it immediately or wait for it to go through searching the setup file, not find it and then cancel
at first i thought it was malicious behaviour / virus installed with the crack but as it turns out it isnt
something has been set wrong by the crack probably so my mind went to shortcut arguments / registry values / system variables
the problem is i am a beginner, i dont know much about these or how to troubleshoot them
for example i searched the registry and found a few exact matches for the file path that the renamer is trying to find the engineering installer in
(the file path is the value of the keys listed below)
HKEY_CLASSES_ROOT\Installer\Products\FEE98B82100300001020FCF3A3907BD7\SourceList\Net 1
HKEY_CLASSES_ROOT\Installer\Products\FEE98B82100300001020FCF3A3907BD7\SourceList LastUsedSource
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\FEE98B82100300001020FCF3A3907BD7\SourceList\N et 1
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\FEE98B82100300001020FCF3A3907BD7\SourceList LastUsedSource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{28B89EEF-3001-0000-0102-CF3F3A09B77D} InstallSource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\FEE98B82100300001020FCF3A3907BD7\InstallProperties InstallSource
can anyone make anything out that, meaning should i change the value / file path and see if it solves the problem?