summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/installer-options.txt
blob: 521ff375d1cc3103776a9e85e6697805627477a2 (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
60
61
(last status change 2009-07-02)

%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             w32     w32       w32
   file associations postaction

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

option_post_code              1
   postaction code

option_w32_multi_user         1             w32     w32       ??
   sysadmin as multi user

option_path                   0             x       x         w32??
   path adjustment
   (unix symlinks, w32 reg)

sys_bin/man/info              /u/l/...      x       x         
   unix link dests (if option_path == 1)

addon_editor                  0             w32     w32       -
   install texworks

w32 are things only visible on w32
(x) are things that should be done
??  are things I am not sure
-   are things that are not relevant

Comments:
1) in perltk mode the desktop_integration is shown for all, but on unix
   it triggers the link destination (so option_path)


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
  done
- wizard should ask for file_assocs, desktop_integration, path
  done
- should the wizard ask for w32_multi_user?