FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 31337c87 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

tableaureader -> 20.3

NB the 20.2 version is now actually broken due to the vendor deciding to
revoke an old signing certificate!!

https://kb.tableau.com/articles/issue/Error-The-product-is-unable-to-start-due-to-a-problem-with-the-product-binaries
parent eb566c73
No related branches found
No related tags found
1 merge request!107Tableaureader.xml
Pipeline #39715 passed
......@@ -2,10 +2,10 @@
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="tableaureader" name="Tableau Reader" revision="%version%.1" priority="0" reboot="false">
<variable name="version" value="20.2.25003" />
<variable name="version" value="20.3.25268" />
<check type="uninstall" condition="versiongreaterorequal" path="Tableau Reader.*" value="%version%" />
<install cmd='%WPKGSOFTWARE%\tableaureader\TableauReader-64bit-2020-2-0.exe /install /quiet /norestart /log "%WPKGLOGDIR%\tableaureader-install.log" ACCEPTEULA=1 AUTOUPDATE=0 DESKTOPSHORTCUT=0' >
<install cmd='%WPKGSOFTWARE%\tableaureader\TableauReader-64bit-2020-3-0.exe /install /quiet /norestart /log "%WPKGLOGDIR%\tableaureader-install.log" ACCEPTEULA=1 AUTOUPDATE=0 DESKTOPSHORTCUT=0' >
<exit code="3010"/>
</install>
......@@ -13,8 +13,8 @@
<upgrade include="install" />
<!-- There are two uninstalls to run. The cache in ProgramData can only be uninstalled after a reboot following an install-->
<remove cmd='msiexec /qn /x {5723AAB1-8D03-4DF5-BCE5-A34F3BB1A1B6}' />
<remove cmd='"%programdata%\Package Cache\{c51b77f0-ab8e-49b7-8cac-5256f86cee03}\tableau-setup-rdr-tableau-2020-2.20.0415.1946-x64.exe" /uninstall /quiet'/> <!-- in the 32 bit uninstall part of registry -->
<remove cmd='msiexec /qn /x {AD4677F0-A3D9-4DA7-8581-FB8D35E92A2E}' />
<remove cmd='"%programdata%\Package Cache\{58d61e7d-bb7c-48ec-a00f-bd2dc490897a}\tableau-setup-rdr-tableau-2020-3.20.0801.1333-x64.exe" /uninstall /quiet'/> <!-- in the 32 bit uninstall part of registry -->
</package>
</packages:packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment