Index: AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
===================================================================
--- AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1042)
+++ AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1065)
@@ -6,4 +6,7 @@
 --	shortcut for the user and as a part of the AE Setup process.
 -- History:
+--   1.1.0 - Now looking for Mono in the /Library/Frameworks path that it's actually
+--              installed in, as 10.13 does not seem to be registering the paths.d
+--              extension to $PATH and it's more foolproof to just get to it directly.
 --   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
 --              in 10.12.
@@ -66,5 +69,5 @@
             
             if (success is true) then
-                set run_prefix to "export PATH=/usr/local/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
+                set run_prefix to "export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
                 set AEIUfolder to parentPathASStr & "AEInstaller"
                 set AEIU to AEIUfolder & ":AEInstaller2Updater.jar"
Index: AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist
===================================================================
--- AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1042)
+++ AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1065)
@@ -18,9 +18,9 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.9</string>
+	<string>1.1.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>1.0.9</string>
+	<string>1.1.0</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
@@ -28,5 +28,5 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2017 iritscen@oni2.net. All rights reserved.</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
