summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/installer-options.txt
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-02 09:50:45 +0000
committerNorbert Preining <preining@logic.at>2009-07-02 09:50:45 +0000
commit08303067e0c586e8b101a3aca218ab9cef6b0c92 (patch)
tree308a6f6f70933eabd6e0e84f6505d94fcefcd433 /Master/tlpkg/installer/installer-options.txt
parent311ebb01b559c419ed2e4133d25d507af781e613 (diff)
work on the options screen of the installer
git-svn-id: svn://tug.org/texlive/trunk@14065 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/installer-options.txt')
-rw-r--r--Master/tlpkg/installer/installer-options.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/tlpkg/installer/installer-options.txt b/Master/tlpkg/installer/installer-options.txt
index b96d10ae807..cb33dbd2099 100644
--- a/Master/tlpkg/installer/installer-options.txt
+++ b/Master/tlpkg/installer/installer-options.txt
@@ -1,3 +1,5 @@
+(last status change 2009-07-02)
+
%vars key default text perltk wizard
description
----------------------------------------------------------------------------
@@ -13,40 +15,36 @@ option_fmt 1 x x
option_letter 0 x x x
use letter
-option_file_assocs 0 x
+option_file_assocs 0 x (x) w32
file associations postaction
-option_desktop_integration 0 (1 w32) x 1) x 2)
+option_desktop_integration 0 (1 w32) w32 x 1) w32
shortcuts etc
currently effects w32 only
option_post_code 1
postaction code
-option_w32_multi_user 1 x
+option_w32_multi_user 1 x (x) ??
sysadmin as multi user
-option_path 0 x
+option_path 0 x (x) w32??
path adjustment
-sys_bin/man/info /usr/local/...
+sys_bin/man/info /u/l/... x x
unix link dests (if option_path == 1)
-addon_editor 0 x x x 3)
+addon_editor 0 x x -
install texworks
+(x) are things that should be done
+?? are things I am not sure
+- are things that are not relevant
Comments:
-1) in the text mode the desktop_integration is shown only on w32, where
- it actually is the only thing done (but one could imagine adding
- code for desktop integration un unix, too)
-
-2) in perltk mode the desktop_integration is shown for all, but on unix
+1) in perltk mode the desktop_integration is shown for all, but on unix
it triggers the link destination (so option_path)
-3) in wizard mode texworks will be installed in any case now since it is
- part of collection-extrabin, so the question is useless.
-
Question/Statements:
- perltk is wrong to mix desktop_integration with path_adjustments!
@@ -54,6 +52,8 @@ Question/Statements:
- perltk should show desktop_integration only for w32 (as long as we
only support actions there)
- wizard should not ask for texworks
+ done
- wizard should ask for file_assocs, desktop_integration, path
+ done
- should the wizard ask for w32_multi_user?