summaryrefslogtreecommitdiff
path: root/altosui/Instdrv
Commit message (Collapse)AuthorAge
* windows: Change install to look for browser in a different placeKeith Packard2016-05-06
| | | | | | The windows registry is a mystery. Signed-off-by: Keith Packard <keithp@keithp.com>
* Change how we detect and install javaKeith Packard2016-03-18
| | | | | | | | | | Detect by finding 'javaw.exe' in the current path and extracting the version from the program itself. Install by simply opening the web browser to java.com and letting the user install it themselves. Signed-off-by: Keith Packard <keithp@keithp.com>
* windows: Look for current Java version in \SOFTWARE\Wow6432NodeKeith Packard2015-02-06
| | | | | | | I have no idea what this is, but I found the Java version down in there... Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Make Windows java test "smarter"Keith Packard2014-08-17
| | | | | | | Or at least have it try more options, and then finally ask the user before downloading and installing java Signed-off-by: Keith Packard <keithp@keithp.com>
* windows: Missed adding 'refresh-sh.nsh'Keith Packard2014-06-18
| | | | | | This script forces windows explorer to reload icons. Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix java version detection and downloadingKeith Packard2014-06-17
| | | | | | | | | | Move java stuff to a common include file, java.nsh Let any version no older than 1.6 serve by using ${VersionCompare} Use version 6 downloads as those don't require a click-through agreement. Signed-off-by: Keith Packard <keithp@keithp.com>
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
Signed-off-by: Keith Packard <keithp@keithp.com>