Skip to content

Releases: dmssargent/AppInstaller

App Installer 0.1.7.3

08 Oct 20:09
Compare
Choose a tag to compare

Windows

  • Bugfixes related to Squirrel installer. Hopefully, everything is working in this

Note This will not be pushed as an update just yet to those with 0.1.7.1. If you want to use this now, install it manually.

Instructions

  1. Download AppInstaller-0.1.7.3.exe.
  2. Run the file, it will install on to the local user.

App Installer 0.1.7.1

12 Aug 19:42
Compare
Choose a tag to compare

Installing

Windows

Download and run Setup.exe

A manual can be found here

This is the first production release, however it should be treated like beta software and used accordingly.

Mac OSX/Linux

An alpha targeting non-Windows platform-forms is now available, but really buggy. It will also run on Windows, but the above option is more heavily tested (and less lackluster).

You must install Mono to use this build. This build comes with zero warranty, implied or not.

To run

  1. Download and extract the zip

    $ wget -nc https://github.com/dmssargent/AppInstaller/releases/download/v0.1.7.1-rc/AppInstaller-0.1.7.1-mono0.zip
    $ unzip AppInstaller-0.1.7.1-mono0.zip
  2. Set the execute bit on the launch script. Important: This denotes that you agree to any conditions for use of this variant listed above.

$ chmod +x ./AppInstaller/bin/AppInstaller
  1. Run it (and see what happens)
$ ./AppInstaller/bin/AppInstaller

Mac OSX Notes

The alpha does not have some tools built in to it as of yet. You must install the Android SDK, and have an environment variable named ANDROID_HOME pointing to it, and even then it may fail.

Release Notes

  • Renamed executable and assembly info to be AppInstaller instead of APKInstaller
  • Fixed an issue when installing APK files that failed to install
  • Updated dependencies
  • Added documentation
  • Created wiki
  • Enabled the help button

For the full changelog, see git log

App Installer 0.1.7

06 Aug 03:30
Compare
Choose a tag to compare
App Installer 0.1.7 Pre-release
Pre-release

Installing

Download and run Setup.exe

Release Notes

  • Fixed registering for the current user to use the application to open APKs
  • Addressed issues with the GUI when doing a command line install
  • The progress bar now properly resets with the rest of the GUI
  • Added an about version dialog to be able to tell the versions apart #2
  • Addressed an issue when looking for the Android SDK #4
  • Fixed a grammar issue on the first run #1
  • Corrected the issue where the status message wasn't being shown
  • In some cases, the code pointlessly continued to reinstall the same app. That has now been fixed.

For the full changelog, see git log

App Installer 0.1.6.2

04 Aug 02:41
Compare
Choose a tag to compare
App Installer 0.1.6.2 Pre-release
Pre-release

Installing

Download and run Setup.exe

Release Notes

  • Fix an issue where the code thinks the installer is broken, during the first run
  • On some machines, an error might have been thrown on close.

App Installer 0.1.6.1

27 Jul 03:40
Compare
Choose a tag to compare
App Installer 0.1.6.1 Pre-release
Pre-release

Installing

Download and run Setup.exe

Release Notes

  • Corrected window resizing issues
  • Important: Fixed an issue with the installer, not operating correctly
  • Fixed component integration with the multi-package dialog
  • Fixed a bug with AAPT

App Installer 0.1.6

25 Jul 18:57
Compare
Choose a tag to compare
App Installer 0.1.6 Pre-release
Pre-release

Installing

Download and run Setup.exe

Release Notes

  • Add some documentation
  • Integrate with GitHub
  • Build automation