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
As noted for the UAT session we were running: On windows, only the user that installed the application is able to run it successfully, even though it was installed into Program Files indicating the intent that it is a system application.
This is because we extract the Java Runtime into the $HOME (or windows equivalent) of the user running the installer.
This also leads to the situation where because the installer requires administrative rights, non-admin users cannot run the application after installation.
The text was updated successfully, but these errors were encountered:
Now bundles the jlinked JRE directly with into the program file application folder. This resolves this issue. There will be a follow-up on this to make the installation process easier.
@centrys-otniel @centrys-cristian-ilca We need to equivalent for Mac and Linux, the JRE should always be self-contained within the installed application. For Linux it should be contained within the aion_ui folder itself. For Mac it should be contained within the AionWallet.app package.
As noted for the UAT session we were running: On windows, only the user that installed the application is able to run it successfully, even though it was installed into
Program Files
indicating the intent that it is a system application.This is because we extract the Java Runtime into the $HOME (or windows equivalent) of the user running the installer.
This also leads to the situation where because the installer requires
administrative rights
, non-admin users cannot run the application after installation.The text was updated successfully, but these errors were encountered: