From 7f68553d17ed17e1519edc4b03ec9a7adc70bed7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Mar 2008 04:21:21 +0000 Subject: [PATCH] Fix #591 --- windows_installer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows_installer.py b/windows_installer.py index ed3aef924b..dab86ce0fa 100644 --- a/windows_installer.py +++ b/windows_installer.py @@ -76,6 +76,9 @@ Var MUI_TEMP ;Vista redirects $SMPROGRAMS to all users without this RequestExecutionLevel admin + ; Manipulate the PATH variable for all users, not just the installing user. + !define ALL_USERS + ;------------------------------------------------------------------------------------------------------ ;Interface Settings