How To: Enable Installer Log
There may be a time when there is a need to gather more information on why the Alteryx installation/uninstallation fails. This article will show you how you can enable the installer log.
Prerequisites
- Alteryx Designer
- Alteryx Server
Procedure
- Open Command Prompt as an Administrator.
- Run the following command from the directory where the Alteryx install executable is saved.
<ALTERYX_INSTALLER> /l=<PATH_AND_NAME_OF_LOG>
Example:
<ALTERYX_INSTALLER> /l=<PATH_AND_NAME_OF_LOG> REMOVE=TRUE UNINSTALL=TRUE MODIFY=FALSE
Example: