Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Version 0.53 (2014-07-02)

Pre-release
Pre-release
Compare
Choose a tag to compare
@chyndman chyndman released this 03 Jul 00:04
· 163 commits to master since this release

Compared to v0.52, the installer calls a new PowerShell script, scripts\make-installer.ps1, which handles the entire process of extracting the Precompiled zip archive, compiling the offline installer, and running it. This was done for two reasons:

  1. Failures during any step of this process are shown and caught (whereas individual [Run] entries can't possibly keep output open or prevent subsequent entries from running if they fail.) This is helpful for me to debug problems on other people's machines.
  2. Once I implement more command line arguments, the script can automate the process of building an offline installer for people who want to do that on their own.