Knowledge Base Article

Show the installation logs during silent installation

In case if you need to see the logs in the CMD during the Sisense installation you can run the following command:
set logpath=%temp%\install.log
start "" /wait "PathTo\SisenseInstall.exe" -q -username=bla -password=bla -l "%logpath%"
type "%logpath%"
Updated 02-16-2024
Comments have been turned off for this article