Anniversary Edition/Installer/Updater: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(Created page with "The Anniversary Edition Installer 2 (AEI2) can check for updates to mods/patches and offer to install them. But how does the AEI2 itself get updated? The answer is the AEI2 Up...")
 
(less technical lede)
Line 1: Line 1:
The Anniversary Edition Installer 2 (AEI2) can check for updates to mods/patches and offer to install them. But how does the AEI2 itself get updated? The answer is the AEI2 Updater (AEIU for short), which is a separate Java program. When the AEI2 launches, it checks a Subversion repository to see if an update to itself is available. If so, the user is prompted to install the update. The AEIU is then launched, which performs an 'svn update' on the AEI2's .jar and related files and then relaunches the AEI2. The AEIU has required a handful of updates over time:
The Anniversary Edition Installer 2 (AEI2) can check for updates to mods/patches and offer to install them. But how does the AEI2 itself get updated? The answer is the AEI2 Updater (AEIU for short), which is a separate Java program. When the AEI2 launches, it checks a [[wp:Version control|version control]] repository to see if an update to itself is available. If so, the user is prompted to install the update. The AEIU is then launched, which performs an update on the AEI2 executable and related files and then relaunches the AEI2.
 
The AEIU itself has required a handful of updates over time. Since the Updater cannot update itself, a user will have to re-download the AE's Setup application to obtain the newest Updater, but changes to the AEIU are infrequent so this has not been much of an issue.
__NOTOC__
__NOTOC__
==1.0==
==1.0==

Revision as of 23:10, 13 February 2019

The Anniversary Edition Installer 2 (AEI2) can check for updates to mods/patches and offer to install them. But how does the AEI2 itself get updated? The answer is the AEI2 Updater (AEIU for short), which is a separate Java program. When the AEI2 launches, it checks a version control repository to see if an update to itself is available. If so, the user is prompted to install the update. The AEIU is then launched, which performs an update on the AEI2 executable and related files and then relaunches the AEI2.

The AEIU itself has required a handful of updates over time. Since the Updater cannot update itself, a user will have to re-download the AE's Setup application to obtain the newest Updater, but changes to the AEIU are infrequent so this has not been much of an issue.

1.0

released 2013.04.02
Initial release as part of AE7.

1.1

released 2013.05.03

  • Now supports use of Internet proxy in user's connection.

1.2

released 2015.03.23

  • Plus sign in path to Oni should no longer break anything.

1.3

released 2017.10.16

  • Better log output.