summaryrefslogtreecommitdiff
path: root/Master/tlpkg/etc/nsis/texlive-installer.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/etc/nsis/texlive-installer.nsi')
-rw-r--r--Master/tlpkg/etc/nsis/texlive-installer.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/etc/nsis/texlive-installer.nsi b/Master/tlpkg/etc/nsis/texlive-installer.nsi
index 923245fb9e1..d84d87dca30 100644
--- a/Master/tlpkg/etc/nsis/texlive-installer.nsi
+++ b/Master/tlpkg/etc/nsis/texlive-installer.nsi
@@ -33,4 +33,8 @@ FunctionEnd
Section "MainGroup"
SetOutPath "$INSTDIR"
File /r tlupdates\*.*
+ ExecWait '"$INSTDIR\bin\win32\tlmgr.bat" _include_tlpobj "$INSTDIR\tlpkg\tlpobj\bin-texlive.tlpobj"'
+ ExecWait '"$INSTDIR\bin\win32\tlmgr.bat" _include_tlpobj "$INSTDIR\tlpkg\tlpobj\texlive.infra.tlpobj"'
+ ExecWait '"$INSTDIR\bin\win32\tlmgr.bat" _include_tlpobj "$INSTDIR\tlpkg\tlpobj\texlive.infra.doc.tlpobj"'
+ ExecWait '"$INSTDIR\bin\win32\tlmgr.bat" _include_tlpobj "$INSTDIR\tlpkg\tlpobj\texlive.infra.win32.tlpobj"'
SectionEnd