Tableau Reader Silent Install

email me

Recently, Tableau has made a slight change to how its Reader app is installed.

When packaging, it used to be
tableau_setup.msi /qn

Now it is
tableau_setup.msi /qn ACCEPTEULA=”1″

VBScript will look something like this
InstallTableau = “msiexec.exe /i tableau_setup.msi /qn ACCEPTEULA=””1″” “
wshShell.Run InstallTableau,0,true

 

I found that bit of information in the MSI using Orca


Notes

Remove older versions
msiexec.exe /X{601C7D83-2B27-424A-82A4-A7F2768508F4} /QN
msiexec.exe /X{CAFF89F1-3C19-4F86-84A9-9410BC014EB4} /QN
msiexec.exe /X{3D054388-8F96-4BDD-BC9D-9889FC7C2892} /QN
msiexec.exe /X{7a03ede8-74de-4c02-94bf-333c5b49c474} /QN