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
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:
- 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. - 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.