AlexMT
Posts: 26
Joined: Wed Jun 05, 2024 10:40 am

Blender MSI Silent Install and Uninstall Parameters

I put together a list of silent parameters that can be used for both installing and uninstalling the Blender MSI application on multiple stations.

About: Blender is a free and open-source 3D computer graphics software tool set that runs on Windows, macOS, BSD, Haiku, IRIX and Linux. It is used for creating animated films, visual effects, art, 3D-printed models, motion graphics, interactive 3D applications, and virtual reality.

Application Name: Blender
Version: 4.5.3
Main Application Website URL: https://www.blender.org/download/

MSI Installer (Silent Install):

Code: Select all

msiexec /i  " blender-4.5.3-windows64.msi" ALLUSERS=1 /qn /l*v <log_file_path>

MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {ProductCode} /qn /l*v <log_file_path>

Return to “Silent Install Command Line”