diff options
author | Norbert Preining <preining@logic.at> | 2008-05-04 18:24:43 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-04 18:24:43 +0000 |
commit | 44d12fbf328b7003160a47ab3fcf5b21f9fcfa3c (patch) | |
tree | fe80e92ab7e34bdfa1b80e9a0c753f762a531aff /Master/tlpkg/installer/menu.win32 | |
parent | 98c486d97c7f4833f14829354b339c561fe0de0c (diff) |
list of files for which shortcuts should be made on win32
git-svn-id: svn://tug.org/texlive/trunk@7846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/menu.win32')
-rw-r--r-- | Master/tlpkg/installer/menu.win32 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/menu.win32 b/Master/tlpkg/installer/menu.win32 new file mode 100644 index 00000000000..200d3db7ba6 --- /dev/null +++ b/Master/tlpkg/installer/menu.win32 @@ -0,0 +1,18 @@ +# +# what menu items should be create on windows +# +# format: +# Destination:Link +# where Destination starts with either +# Start/ for start/programs menu +# or Desktop/ for desktop +# the rest is considered as dirs/files +# +# create a Start -> TeX Live 2008 -> PostScript Viewer +Start/TeX Live 2008/PostScript Viewer:BINDIR/psv.bat +# also create a link for the PostScript Viewer on the Desktop +Desktop/PostScript Viewer:BINDIR/psv.bat +# GUI for tlmgr in the start menu +Start/TeX Live 2008/TeX Live Manager:BINDIR/tlmgrgui.bat +# removal also in the start menu +Start/TeX Live 2008/Uninstall TeX Live 2008:MASTER/tlpkg/installer/uninst.bat |