msys2 / msys2-installer

The one-click installer for MSYS2
BSD 3-Clause "New" or "Revised" License
586 stars 87 forks source link

Show install path restrictions directly in the installer #44

Open lazka opened 2 years ago

lazka commented 2 years ago

We have these restrictions on the main page for the install location "Enter your desired Installation Folder (short ASCII-only path on a NTFS volume, no accents, no spaces, no symlinks, no subst or network drives, no FAT).".

We should show this on the installer page where one selects the location.

lazka commented 1 year ago

Because I stumbled over it: The qt installer framework has some related options for this: AllowNonAsciiCharacters, AllowSpaceInPath https://doc.qt.io/qtinstallerframework/ifw-globalconfig.html

They validate the target path, show an error message and don't allow the user to continue if it fails.

Since our limitations depend on the software being used, and ideally we want to improve things I'm still in favor of just having a note there and not disallowing it completely.