diff options
author | Norbert Preining <preining@logic.at> | 2008-10-11 19:38:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-11 19:38:01 +0000 |
commit | 70bbf11ea97e2d18ec563504b5fe2fca01ae350c (patch) | |
tree | 904d3b5fd937e653759db1864b64d73dd953b227 | |
parent | e9d484bd6bb67fcef5128a43416e2ff7e958ffbe (diff) |
add support for Vista in nsis updater
git-svn-id: svn://tug.org/texlive/trunk@10926 c570f23f-e606-0410-a88d-b1316a301751
-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." |