biolab / orange3-installers

Scripts for building Orange (http://orange.biolab.si/) application installers
Other
4 stars 13 forks source link

Python Installer - Call Python installer with same flag to InstallAllUsers and InstallLauncherAllUsers #48

Closed PrimozGodec closed 9 months ago

PrimozGodec commented 10 months ago
Issue

When Python is installed for current users only (InstallAllUsers=0), Python Launcher still wants to be installed for all users. Checkbox Use admin privileges when installing py.exe is checked. It shouldn't be checked since InstallAllUsers=0 is used in cases when the user doesn't have admin privileges, and if they don't uncheck it manually, installation will fail.

Changes

Use the same value for InstallAllUsers and InstallLauncherAllUsers, which will install: