diff options
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 6 | ||||
-rw-r--r-- | Master/tlpkg/installer/installer-options.txt | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index c1b7c632131..aaab3891c07 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -333,8 +333,10 @@ sub ask_options { $ytmp += 50; $bdesk->place(-x => 0, -y => $ytmp); - $ytmp += 50; - $bassocs->place(-x => 0, -y => $ytmp); + # now that we only create assocs if there aren't any other by default + # we don't ask that anymore + #$ytmp += 50; + #$bassocs->place(-x => 0, -y => $ytmp); # disabled after discussion, PATH will be set up automatically # when using the wizard diff --git a/Master/tlpkg/installer/installer-options.txt b/Master/tlpkg/installer/installer-options.txt index cd8c838bc16..abf279dff03 100644 --- a/Master/tlpkg/installer/installer-options.txt +++ b/Master/tlpkg/installer/installer-options.txt @@ -23,9 +23,14 @@ option_fmt 1 x x install-tl: sub do_postinst_stuff tlmgr: sub handle_execute_actions -option_file_assocs 0 w32 w32 w32 +option_file_assocs 0 w32 w32 option("file_assocs") - file associations postaction + file associations and file type + file type is always done + file associations: + 0: do nothing + 1: do only new/unchanged + 2: always do install-tl: sub do_tlpdb_postactions TLMedia: remove_package, install_package |