您可以建立 2021 和更高版本的 AutoCAD for Mac 及 AutoCAD LT for Mac 的自訂部署。(2020 版和更早版本的這些產品不提供部署支援。) 請遵循以下步驟和範例,安裝並啟用 AutoCAD、安裝更新和 Hotfix,以及部署標準規劃檔。
//裝載 dmg 磁碟 hdiutil attach -nobrowse ~/Downloads/Autodesk_AutoCAD_2023_macOS.dmg //安裝 AutoCAD 2023 sudo /Volumes/Installer/Install\ Autodesk\ AutoCAD\ 2023\ for\ Mac.app/Contents/Helper/Setup.app/Contents/MacOS/Setup --silent
使用隨 AutoCAD 一起安裝的 AdskLicensingInstHelper 來啟用 AutoCAD。若要進一步瞭解 AdskLicensingInstHelper,請參閱 Autodesk 授權安裝程式協助工具指南。部分範例如下:
//使用單一類型網路授權伺服器啟用 AutoCAD 2023 /Library/Application\ Support/Autodesk/AdskLicensing/Current/helper/AdskLicensingInstHelper change --prod_key 777O1 --prod_ver 2023.0.0.F --lic_method NETWORK --lic_server_type SINGLE --lic_servers //使用使用者授權啟用 AutoCAD 2023 (需要登入才能啟用) /Library/Application\ Support/Autodesk/AdskLicensing/Current/helper/AdskLicensingInstHelper change --prod_key 777O1 --prod_ver 2023.0.0.F --lic_method USER //查看 AdskLicensingInstHelper 說明 /Library/Application\ Support/Autodesk/AdskLicensing/Current/helper/AdskLicensingInstHelper --help
注意事項:您可以查找產品碼,以取得不同版本的 AutoCAD for Mac 和 AutoCAD LT for Mac。
您可以使用指令碼來安裝 AutoCAD 更新或 Hotfix。範例如下:
//裝載 dmg 磁碟 hdiutil attach -nobrowse ~/Downloads/AutoCAD_Mac_2023.0.1_Hotfix_Combo.dmg //安裝 AutoCAD 2023.0.1 Hotfix sudo installer -pkg /Volumes/T054.M.013.acad.mac.x64.comboupdate/AutoCAD_Mac_2023.0.1_Hotfix_Combo.pkg -target /
您可以使用 AdMigrator 工具部署標準規劃檔。
//首先,在安裝的 AutoCAD 上設定標準規劃。然後使用 此指令碼匯出規劃: /Applications/Autodesk/AutoCAD\ 2023/AutoCAD\ 2023.app/Contents/Helpers/AdMigrator.app/Contents/MacOS/AdMigrator -e -d ~/Documents/config.tar //將 config.tar 複製到用戶端電腦。然後,在用戶端電腦上將 .dwt 樣板、 出圖型式、shx 字體和 hkcu.plist 從 config.tar 匯入 AutoCAD: /Applications/Autodesk/AutoCAD\ 2023/AutoCAD\ 2023.app/Contents/Helpers/AdMigrator.app/Contents/MacOS/AdMigrator -i template plot shx profile -s ~/Downloads/config.tar //請查看 AdskLicensingInstHelper 說明,以取得更多用法: /Applications/Autodesk/AutoCAD\ 2023/AutoCAD\ 2023.app/Contents/Helpers/AdMigrator.app/Contents/MacOS/AdMigrator -h
注意事項:若要部署 shx 字體,您必須先將 .shx 字體檔複製到以下資料夾,然後再匯出規劃。如果在 AutoCAD 應用程式內加入 .shx 字體,則不會將其匯出。
~/Library/Application\ Support/Autodesk/AutoCAD\ 2023/R24.2/roaming/@en@/Support/SHXFont/
助理會協助您找到答案,或聯絡專員。