summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/installer-options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/installer-options.txt')
-rw-r--r--Master/tlpkg/installer/installer-options.txt59
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/installer-options.txt b/Master/tlpkg/installer/installer-options.txt
new file mode 100644
index 00000000000..b96d10ae807
--- /dev/null
+++ b/Master/tlpkg/installer/installer-options.txt
@@ -0,0 +1,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?
+