Skip to content

Commit

Permalink
Update Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba authored Mar 1, 2024
1 parent fb7d560 commit 897a08f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
}

if (includeLauncherAllUsers < 0) {
/* Python 3.11 installer defaulted to 1. Later versions use 0 */
// Python 3.11 installer defaults to 1. Later versions use 0
includeLauncherAllUsers = 1;
_engine->SetVariableNumeric(L"InstallLauncherAllUsers", includeLauncherAllUsers);
}
Expand Down

0 comments on commit 897a08f

Please sign in to comment.