Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

15
Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky

Transcript of Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Page 1: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Windows Installerfor Minimal ConTeXt distribution

by Vyatcheslav Yatskovsky

Page 2: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Rationale

• Envinroment vars are set locally• One should run .bat inside MS-DOS window

and work within it• What about FAR manager, external editors?

Page 3: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Rationale

Page 4: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Rationale

• Minimal set of variables is found and put under HKEY_CURRENT_USER/Environment

• All depend on path

Page 5: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Rationale

• First ‘installer’ was written in Pascal to set keys

• Convenient installer (wizard style) is needed to convince other people to try ConTeXt

Page 6: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Implementation

• ‘Real’ Windows installer is based on Inno Setup

• Doesn’t include distributive, only rsync • Fetches mtxrun.lua with libs using rsync• Then calls the script with –update• (Optionally calls it again with –make)

Page 7: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 8: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 9: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 10: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 11: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 12: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 13: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 14: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.
Page 15: Windows Installer for Minimal ConTeXt distribution by Vyatcheslav Yatskovsky.

Conclusion

• Installer can set environment vars globally (may interfere with MiKTeX and others)

• It is very small, but fetches data from repository in two steps

• Makes format files and other ‘dirty’ work• First user-friendly installer for Windows