Rectify11Installer icon indicating copy to clipboard operation
Rectify11Installer copied to clipboard

Stage one bootloop fix! (devs, please read)

Open Hema2-official opened this issue 3 years ago • 5 comments

Hi!

I was using the installer, when I got stuck in a bootloop. I followed the closed issue on how to fix it, but just couldn't stop there. So I modified the setup/cmdLine (in regedit) to cmd.exe, and looked into the problem. It is simple. I had Rectify11Installer.exe in my downloads, which is on OneDrive, so the full path was: C:\Users\meh\OneDrive - <school.domain>\Downloads\Rectify11Installer.exe I tried to run it with the /setup switch, as it was originally written in cmdLine, and the error stated that the system cannot access that file. I ran Firefox from the same setup session, re-downloaded the installer, moved it to C:\, then run C:\Rectify11Installer.exe /setup. And it worked.

So to fix this problem with the app, I suggest you to instruct the installer to copy itself to the %SystemDrive%, then set the cmdLine to THAT executable. (So instead of <EnvCurrentExePath> /setup it would be <EnvSystemDrive>\Rectify11Installer.exe /setup.)

I hope I could help and that this GitHub issue doesn't already exist...

Have a nice day! Hema2

Hema2-official avatar Sep 25 '22 11:09 Hema2-official

Ty

rounk-ctrl avatar Sep 25 '22 18:09 rounk-ctrl

Just use Defender Control to disable the Defender detection.

slideglide avatar Oct 25 '22 11:10 slideglide

Just use Defender Control to disable the Defender detection.

That's probably not going to work. The main reason could be with file paths and spaces in file paths.

TouhouEngie avatar Oct 29 '22 15:10 TouhouEngie

Just use Defender Control to disable the Defender detection.

I've clearly written down everything about this problem to help the developers, as I didn't have time to look for the affected code and correct it myself creating a pull request. It has absolutely nothing to do with Defender. :) fr nothing Thanks.

Hema2-official avatar Nov 02 '22 11:11 Hema2-official