diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2014-05-15 12:16:59 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2014-05-15 12:16:59 +0000 |
commit | bf1cc062d255456d84da5320db2db3faf6115a03 (patch) | |
tree | f8cd492cd1f2bdd07870e1f3a62319467a30e9c4 | |
parent | 52f2dbe869a0a470eed504cc71e67bd51d7d1ab5 (diff) |
UAC prompt for tlmgr-gui.exe; multiuser install default where possible
git-svn-id: svn://tug.org/texlive/trunk@34040 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/tlmgr-gui.exe | bin | 13824 -> 19968 bytes | |||
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/tlmgr-gui.exe b/Master/bin/win32/tlmgr-gui.exe Binary files differindex a175ee9c0c1..db2514c83d5 100755 --- a/Master/bin/win32/tlmgr-gui.exe +++ b/Master/bin/win32/tlmgr-gui.exe diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index ac218a2063e..651019ca46c 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -176,7 +176,7 @@ our %TLPDBOptions = ( [ "p", "/usr/local/share/man", "sys_man", "Destination for symlinks for man pages" ], "w32_multi_user" => - [ "b", 0, "multiuser", + [ "b", 1, "multiuser", "Install for all users (w32)" ], "generate_updmap" => [ "b", 0, "generate_updmap", |