summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/installer-options.txt
blob: b96d10ae807c8aa494a7fef7c1c9e461ee1a26b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%vars key                     default      text   perltk   wizard
   description
----------------------------------------------------------------------------
option_doc                    1             x       x
   install doc files

option_src                    1             x       x
   install src files

option_fmt                    1             x       x
   create all formats

option_letter                 0             x       x         x
   use letter

option_file_assocs            0             x
   file associations postaction

option_desktop_integration    0 (1 w32)     x 1)    x 2)
   shortcuts etc
   currently effects w32 only

option_post_code              1
   postaction code

option_w32_multi_user         1             x
   sysadmin as multi user

option_path                   0             x
   path adjustment

sys_bin/man/info              /usr/local/...
   unix link dests (if option_path == 1)

addon_editor                  0             x       x         x 3)
   install texworks


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
   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!
  it should have separate questions
- perltk should show desktop_integration only for w32 (as long as we
  only support actions there)
- wizard should not ask for texworks
- wizard should ask for file_assocs, desktop_integration, path
- should the wizard ask for w32_multi_user?