diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-nsis | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-nsis b/Master/tlpkg/bin/tl-update-nsis index 483f2f68ce1..d7e23b31421 100755 --- a/Master/tlpkg/bin/tl-update-nsis +++ b/Master/tlpkg/bin/tl-update-nsis @@ -81,6 +81,8 @@ Name "TeX Live Update ${REV}" OutFile "update-texlive-${REV}.exe" InstallDir "$PROGRAMFILES\texlive\2008" +RequestExecutionLevel "user" + DirText "Setup will update your TeX Live installation in the following folder. \ To install in a different folder, click Browse and select another folder. \ Click Install to start the update." |