Drew Naylor
Drew Naylor
This also affects v0.1.3. I think this is a Windows issue, because I don't remember that problem before. Edit: This also affects UXL Launcher. Maybe I did something wrong.
Ok, it might be a Windows issue. I'm seeing it on 1909 but not 2004, for some reason even though Inno Setup is supposed to run the uninstaller elevated but...
Maybe it'll be possible to manually run the uninstaller as administrator if you go to the installation folder.
Update: this seems to work fine on Windows 10 21H1. Didn't know I was running that version.
This should be backported to v0.3.0.1 as well. See #143.
I'll have to create a CLI app that can be run to set the long file path support in the Registry. There will be the three radio buttons, and selecting...
Maybe UNC paths (`\\?\C:\` for example) would be another option, but that requires more work and testing from me.
I still have to set `longPathAware` in the manifest even if it's set in the Registry, which is probably why you're still running into it. It's good to know there...
For now, I'll just ask people to use .reg files to enable or disable LongPathsEnabled since it's easier to do this quickly than it is to add more stuff into...
Update: version 0.3.0.2 fixes this bug and should now be available in winget. This issue will be closed when the code is ported to v0.4.