That's the folder it was in. Here are the errors each of the 4 versions of Unren is throwing:
............................
"Could not extract file from archive: [Errno 2] the requested file . does not exist in the given Ren'Py archive"
............................
Exception calling "FromBase64String" with "1" argument(s): "The input is not a valid Base-64 string as it contains a
non-base 64 character, more than two padding characters, or an illegal character among the padding characters. "
At line:1 char:5
+ & { [IO.File]::WriteAllBytes("O:\RenPy Games\LightofmyLife-0.6.2-pc\r ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified:
) [], MethodInvocationException
+ FullyQualifiedErrorId : FormatException
............................
Searching for RPA packages
+ Unpacking "archive.rpa" - 3233532044 bytes
Traceback (most recent call last):
File "O:\RenPy Games\LightofmyLife-0.6.2-pc\rpatool.py", line 12, in <module>
import renpy.util
ImportError: No module named util
............................
(Same error as the first one)
............................
Is the version you're using the one you linked, specifically?
EDIT: Just tried the one you linked. Throws the same error as my examples above, number 1 and 4.