Commit Graph

16 Commits

Author SHA1 Message Date
Zack T
c6b5735ecf Quick Fix
Quick Fix
2018-02-12 22:28:51 -07:00
Zack T
37b99b59c1 v1.5 = Changed the interpreter to bash
+ Changed the interpreter to bash (was causing issues)
2018-01-31 22:56:17 -07:00
Zack T
b2de3f48af v1.1 = Improved search for Existing App Bundles
+ Changed up the while loop App existence check, as previously couldn't properly report "No versions found"
 + Updated method used to aquire App Bundle Version
2018-01-30 17:04:51 -07:00
Zack T
7cc1a5ca51 v1.4.1 = Fixed installation for 2017a
+ 2017a requires the licenseFile location to be provided in the installer_input.txt file -- so I'm giving it a 'dummy file' to compete the install
2018-01-30 16:55:30 -07:00
Zack T
f741789e6e v1.4 = Updated to work for both 2017a and 2017b
+ 2017a and 2017b have different installation parameters, separated these out
 + Added some exit check logic
2018-01-26 23:22:28 -07:00
Zack T
e41fc9e1b7 Changed cp to mv
+ Changed `cp` to `mv`
 + Added `sed` line to insert the version into the install script
2018-01-26 23:18:39 -07:00
Zack T
cbcf190236 v1.0.1 = Changed to case insensitive search
+ Changed to case insensitive search
2018-01-17 15:44:41 -07:00
Zack T
c9237eae45 v1.0 = Initial Version
+ Initial Version
2018-01-13 01:27:05 -07:00
Zack T
e37fca7902 v1.0 = Initial Version
+ Initial Version
2018-01-13 01:26:10 -07:00
Zack T
9176cdf880 v1.3 = Updated to new install format
+ Updated to new install format
 - Removed license code from install script
2018-01-13 00:23:48 -07:00
Zack T
0dbb71d19a Matlab 2017b 2018-01-11 16:56:06 -07:00
Zack T
bf51078d86 Matlab 2017a 2018-01-11 16:52:25 -07:00
Zack T
2bf57b6705 v1.2.1 = Fixed various issues for Matlab 2017b
+ Fixed various issues found after further testing for Matlab 2017b
 - Remove the argument '-mode silent' from install line; added it back to the installer_input file
 + The 'staging' method from the last revision for the network.lic file did not work, as Matlab does not 'look' for it until it's first launch, which, at that time, the network.lic file is gone (it's pointing to the tempoary unpack directory of the pkg)
2018-01-11 15:47:47 -07:00
Zack T
5c559da609 v1.2 = Changed staging methods of the install files
+ No longer staging the files on the disk; now are only kept in the tempoary unpacked package 'Scripts' directory
 + Added code to add the location of the of the unpacked license.nic file to the install_input file before installing
2018-01-11 15:39:30 -07:00
Zack T
00be3080cb v1.1= Updated for Matlab 2017b
+ Updated for Matlab 2017b
2018-01-11 13:44:57 -07:00
Zack T
da7e6ddfc1 v1.0 = Initial Version
+ Initial Version
2018-01-11 13:41:09 -07:00