natlink icon indicating copy to clipboard operation
natlink copied to clipboard

Site packages mismatch

Open LexiconCode opened this issue 1 year ago • 1 comments

The end user can try to install packages as a user when the natlink installer installs packages as admin. When the user tries python installs to the user site packages directory in app data easily lead to a dual package install. One installed by the user in appdata python site packages and the other in program 32 python site packages.

If the installer launched pip install commands and the GUI not as administrator this issue would be resolved.

LexiconCode avatar Nov 12 '23 04:11 LexiconCode

After the install of natlink (in elevated mode) the config program should not be started in NON_elevated mode.

If this cannot be done with inno setup, an info screen at the end of the installer should point to the config program, which is then NOT started automatically.

quintijn avatar Feb 26 '24 17:02 quintijn