Tableau Desktop Professional 8.3.0- Does anyone know how to silently install license though script
Good Morning Everyone
I am application repackager, working on Tableau Desktop Professional 8.3.0 32bit application, I have all the information from my team. But I am having some issues regarding installing the license silently. I have gone to Tableaus website and gotten a cmd from there. but it still does not seem to work. I will list the cmd below. if you have worked with this application before can you please help me. thank you
@echo off
start/wait tableau.exe -activate <license-key> if %errorlevel% EQU 0 (ECHO SUCCESS) ELSE (ECHO FAILED)
SUMMERY
OS-Window 7
Application -Tableau Desktop Professional 8.3.0 32bite
command- msiexec /i "%~dp0tableau-setup-std-tableau-8-3.14.1117.2230.msi" /qb
Answers (4)
Comments:
-
Thank you for your help, but Unfortunately I have been trying this and it did not salve my issue. I still cant not get the application to activate and register. - ITreaper 9 years ago
-
Sorry, but I am unable to suggest any other things to try. This has always been a simple app to package so it is hard for me to figure out why there are so many issues you are experiencing. - EdT 9 years ago