@richardhughesQZ2BT @Simon_Weel @mwittsto @chank @schluet99
So I've been trying to do install testing for fall update company wide. I can create the deployments fine, download them, and create the deployment on the networked machine. However when I try to run the .bat on the client install machine, nothing happens just like has been stated. So I try the .exe directly. It does start, but fails with only the exit option. I've tried multiple deployment options as far as contents, but same error always.
batch file contents: "E:" is the source location of the image on the networked machine
Any insights? Assistance??
chcp 65001
rem ========== Install the deployment with basic UI ==========
"E:\26_AdskInstalls\2026_DesignerInstall\image\Installer.exe" -i deploy --offline_mode --ui_mode basic -o "E:\26_AdskInstalls\2026_DesignerInstall\image\Collection.xml" --installer_version "2.15.0.546"
rem ========== Install the deployment silently ==========
rem "E:\26_AdskInstalls\2026_DesignerInstall\image\Installer.exe" -i deploy --offline_mode -q -o "E:\26_AdskInstalls\2026_DesignerInstall\image\Collection.xml" --installer_version "2.15.0.546"
rem ========== Uninstall the individual product ==========
rem ========== Uninstall Autodesk AutoCAD Mechanical 2026 - English
rem "E:\26_AdskInstalls\2026_DesignerInstall\image\Installer.exe" -i uninstall -q --manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\AMECH_PP_2026_en-US\setup.xml" --extension_manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\AMECH_PP_2026_en-US\setup_ext.xml"
rem ========== Uninstall Autodesk Fusion
rem "E:\26_AdskInstalls\2026_DesignerInstall\image\Installer.exe" -i uninstall -q --manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\F360_1.0_en-US\setup.xml"
rem ========== Uninstall Autodesk Inventor Professional 2026 - English
rem "E:\26_AdskInstalls\2026_DesignerInstall\image\Installer.exe" -i uninstall -q --manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\INVPROSA_2026_en-US\setup.xml" --extension_manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\INVPROSA_2026_en-US\setup_ext.xml"
rem ========== Uninstall Autodesk Vault Professional 2026 (Client) - English
rem "E:\26_AdskInstalls\2026_DesignerInstall\image\Installer.exe" -i uninstall -q --manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\PLC0000004_2026_en-US\setup.xml" --extension_manifest "E:\26_AdskInstalls\2026_DesignerInstall\image\PLC0000004_2026_en-US\setup_ext.xml"