Tabular Editor Silent Install (How-To Guide)

Tabular Editor is a tool that lets you easily manipulate and manage measures, calculated columns, display folders, perspectives and translations in Analysis Services Tabular and Power BI Models. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Tabular Editor from the command line using the MSI installer.

How to Install Tabular Editor Silently

Tabular Editor 2.x Silent Install (MSI)

  1. Navigate to: https://github.com/TabularEditor/TabularEditor/releases/latest
  2. Download the TabularEditor.Installer.msi to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: MsiExec.exe /i TabularEditor.Installer.msi ALLUSERS=1 /qn
  6. Press Enter

After a few moments you should see the Tabular Editor Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Tabular Editor
Vendor:Kapacity A/S
Version:2.x
Architecture:x86_x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i TabularEditor.Installer.msi ALLUSERS=1 /qn
Silent Uninstall Switch:MsiExec.exe /x TabularEditor.Installer.msi /qn
Repair Command:MsiExec.exe /fa TabularEditor.Installer.msi /qn
Download Link:https://github.com/TabularEditor/TabularEditor/releases/latest
PowerShell Script:https://silentinstallhq.com/tabular-editor-install-and-uninstall-powershell/

Tabular Editor 3.x (32-bit) Silent Install (MSI)

  1. Navigate to: https://tabulareditor.com/downloads
  2. Select the 32-bit Tabular Editor Download
  3. Download the TabularEditor.x.y.z.x86.msi to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: MsiExec.exe /i TabularEditor.x.y.z.x86.msi /qn
  7. Press Enter

After a few moments you should see the Tabular Editor Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Tabular Editor
Vendor:Kapacity A/S
Version:3.x
Architecture:x86
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i TabularEditor.x.y.z.x86.msi /qn
Silent Uninstall Switch:MsiExec.exe /x TabularEditor.x.y.z.x86.msi /qn
Repair Command:MsiExec.exe /fa TabularEditor.x.y.z.x86.msi /qn
Download Link:https://tabulareditor.com/downloads
PowerShell Script:https://silentinstallhq.com/tabular-editor-install-and-uninstall-powershell/

Tabular Editor 3.x (64-bit) Silent Install (MSI)

  1. Navigate to: https://tabulareditor.com/downloads
  2. Select the 64-bit Tabular Editor Download
  3. Download the TabularEditor.x.y.z.x64.msi to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: MsiExec.exe /i TabularEditor.x.y.z.x64.msi /qn
  7. Press Enter

After a few moments you should see the Tabular Editor Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Tabular Editor
Vendor:Kapacity A/S
Version:3.x
Architecture:x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i TabularEditor.x.y.z.x64.msi /qn
Silent Uninstall Switch:MsiExec.exe /x TabularEditor.x.y.z.x64.msi /qn
Repair Command:MsiExec.exe /fa TabularEditor.x.y.z.x64.msi /qn
Download Link:https://tabulareditor.com/downloads
PowerShell Script:https://silentinstallhq.com/tabular-editor-install-and-uninstall-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create a Tabular Editor Installation Log File

The Tabular Editor MSI installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.

Tabular Editor 2.x Silent Install with Logging

MsiExec.exe /i TabularEditor.Installer.msi ALLUSERS=1 /qn /L*v "%WINDIR%\Temp\TabularEditor-Install.log"

Tabular Editor 3.x (32-bit) Silent Install with Logging

MsiExec.exe /i TabularEditor.x.y.z.x86.msi /qn /L*v "%WINDIR%\Temp\TabularEditorx86-Install.log"

Tabular Editor 3.x (64-bit) Silent Install with Logging

MsiExec.exe /i TabularEditor.x.y.z.x64.msi /qn /L*v "%WINDIR%\Temp\TabularEditorx64-Install.log"

How to Uninstall Tabular Editor Silently

Check out the Tabular Editor Install and Uninstall (PowerShell) post for a scripted solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
VersionTabular Editor Silent Uninstall String
2.16.6MsiExec.exe /x {023E25D3-9199-401E-A04A-5470E23A196D} /qn
2.16.5MsiExec.exe /x {BD0AC963-BF88-435B-9575-3F7C02FEB2CB} /qn
2.16.4MsiExec.exe /x {B719D5D0-697A-4D1C-8B71-6E4A8F18C5EB} /qn
2.16.3MsiExec.exe /x {3ECDAEAF-45FF-4B7F-BE8F-C8E133535671} /qn
2.16.2MsiExec.exe /x {0F53E61B-AD86-4396-9A6B-A119A5FA0814} /qn
2.16.1MsiExec.exe /x {5ED827C2-965F-4375-8B65-CF1E82C39294} /qn
2.16.0MsiExec.exe /x {1119548D-7FD4-4351-9D5F-2C9B6162E0DA} /qn
2.15.3MsiExec.exe /x {41DB2FA4-CBD1-4C5F-B81B-F75A0A774E03} /qn
2.15.2MsiExec.exe /x {4D641B54-821E-4071-A4B0-2729CAA250CC} /qn
2.15.1MsiExec.exe /x {EC5D73EA-0BA8-4BFB-825F-1568FEF22AA2} /qn
2.14.2MsiExec.exe /x {56E9E9E3-51C2-41C8-8828-9686534BB647} /qn
2.14.1MsiExec.exe /x {CED72024-B3DF-408F-B3B4-CD6D31E98581} /qn
2.14.0MsiExec.exe /x {EF80CCAF-5FB5-4A82-A2D9-2AE2D746A25B} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts