Zack T
2077a1e970
v1.2.1 = Combine support for licensing all AutoCAD versions
...
v1.2.0:
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
v1.2.1:
+ Minor fix
2024-06-07 10:17:19 -07:00
Zack T
77c2eb1887
v1.2.0 = Combine support for licensing all AutoCAD versions
...
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
2024-06-07 09:21:50 -07:00
Zack T
8e9bdea0c0
v1.5.0 = Add support for AutoCAD 2025's failure to install ODIS
2024-06-06 17:35:44 -07:00
Zack T
dffc688547
v1.5.0 = Add support for AutoCAD 2025's failure to install ODIS
2024-06-06 17:35:20 -07:00
Zack T
69a8534ef2
v1.4.0 = Added loop to support finding multiple versions
2024-06-06 15:05:27 -07:00
Zack T
db4eb91923
Removing obsolete script
2024-06-06 14:29:25 -07:00
Zack T
99bca374e6
v1.2.0 = Combine support for licensing all AutoCAD versions
...
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
2024-06-06 14:27:34 -07:00
Zack T
28ee21a998
v1.2.0 = Combine support for licensing all AutoCAD versions
...
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
2024-06-06 14:26:50 -07:00
Zack T
7a8a283900
v1.3.0 = Use official installation method
...
This version of the script uses the official installation method.
The previous installation method (that worked for v2021 and v2022) stopped working with v2023. It was really a hack work around in the first palce.
The only problem with this method is, it does not work when it is executed from a .pkg's postinstall script for some odd reason. So the script will need to be ran separately from the Install App's distribution method.
2024-05-22 19:52:27 -07:00
Zack T
177749553f
v1.2.0 = Version Independent; Dynamically find .pkgs to be installed
...
Improved script to dynamically find all the .pkgs that can be installed so script is no longer version dependent.
2024-05-22 19:49:06 -07:00
Zack T
ece1e74593
v1.0.2 = Python3 compatibility
...
+ Python3 compatibility
2021-11-29 22:32:33 -07:00
Zack T
a9e66e65e7
v1.2.0 = Updated for changes to the xpath tool
...
+ Updated for changes to the `xpath` tool
+ Other miscellaneous improvements
2021-11-16 09:45:44 -07:00
Zack T
6f61a1f819
v1.1.0 = Resolved issue with patching
...
AutoCAD patches will not install from command line, only via GUI. This because they have a script that runs on launch of the .pkg (via GUI) that locates the base .app that needs to be upgraded, and then creates a symlink to that .app in /tmp.
This updated "fixes" this issue with the usual trickery.
2021-11-16 09:16:47 -07:00
Zack T
44db1d6fc4
v1.1.0 = Fixed installation failures
...
Replaced the "new" silent install method does not work when run in cli installed .pkg (but does seem to work when installing that .pkg via GUI...).
2020-11-24 14:13:39 -07:00
Zack T
b6883bb8f4
v1.0.0 = Initial Version
...
+ Initial Version
2020-10-13 15:09:07 -07:00
Zack T
9c984807c2
v1.0 = Production Version
...
+ Production Version
2020-10-01 12:55:17 -07:00
Zack T
01abeec453
v1.0.1 = Fixed Interpreter
...
#Fail
+ Fixed Interpreter
2020-10-01 10:47:23 -07:00
Zack T
ccf0d17c89
v1.0.0 = Initial Version
...
Initial Version
2020-10-01 10:47:23 -07:00
Zack T
c58b31427d
v1.1.0 = Improved logic
...
Improved the logic within the script to more appropriately handle different scenarios.
2020-10-01 10:47:23 -07:00