You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Delphinus Websetup in a "normal way" (i.e. without selecting to "run as admin") and then just clicking "next", it
tries to install to a system-wide location (c:\Program Files (x86)\Delphinus for me)
but fails, since it doesn't have admin permissions.
There are various sensible possible solutions IMHO, the main goal is to make the default installation flow "just work" for users. So
maybe the default installation folder should not be system-wide (something like c:/Users/<my-user>/AppData/Local.../). E.g. InnoSetup has nice defaults for non-system-wide installations, used with success by at least Castle Game Engine and VS Code :)
Or the Delphinus Websetup should detect it doesn't have admin permissions and then change the default installation folder to something not-system-wide .
Or Delphinus Websetup should ask to elevate privileges to admin. Either automatically at start, or when it tries to create a directory and fails due to missing permissions.
P.S. A tiny related UX mistake is that it says "Fehler", which I think is German, instead of English "Error" or something :) As can be seen on the screenshot below. This is on Polish Windows, without German locale, so I guess "Fehler" is just hardcoded in sources.
Running Delphinus Websetup in a "normal way" (i.e. without selecting to "run as admin") and then just clicking "next", it
tries to install to a system-wide location (
c:\Program Files (x86)\Delphinus
for me)but fails, since it doesn't have admin permissions.
There are various sensible possible solutions IMHO, the main goal is to make the default installation flow "just work" for users. So
maybe the default installation folder should not be system-wide (something like
c:/Users/<my-user>/AppData/Local.../
). E.g. InnoSetup has nice defaults for non-system-wide installations, used with success by at least Castle Game Engine and VS Code :)Or the Delphinus Websetup should detect it doesn't have admin permissions and then change the default installation folder to something not-system-wide .
Or Delphinus Websetup should ask to elevate privileges to admin. Either automatically at start, or when it tries to create a directory and fails due to missing permissions.
P.S. A tiny related UX mistake is that it says "Fehler", which I think is German, instead of English "Error" or something :) As can be seen on the screenshot below. This is on Polish Windows, without German locale, so I guess "Fehler" is just hardcoded in sources.
This is following up a user report ( castle-engine/castle-engine#487 ).
The text was updated successfully, but these errors were encountered: