I am a complete newbie and I wanted to design a character with facebuilder 2025.2.0 (trial version) and then use Character Studio 5(trial) to attach a body but the integration.py is searching for Character Studio 4 and it searches inside HKLM while when I install CC 5 Trial it creates inside HKCU, so could you please modify the script to first search inside HKCU and if not found inside HKLM. Then instead of hardcoding 4, you could enumerate subkeys under SOFTWARE\Reallusion\Character Creator and takes the higher version (if we have 4.0 and 5.0 we will take the 5.0 and only if the Key Main Program exists and points to an existing exe). Please find attached the kind of script I am talking about.