You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > 130: Getting Started with Cloud > Knowledge Base > 04: Client Troubleshooting > 19: How to enable verbose MSIEXEC logging for the installation of PolicyPak Cloud Client MSI/Client Side Extension MSI?
19: How to enable verbose MSIEXEC logging for the installation of PolicyPak Cloud Client MSI/Client Side Extension MSI?
print icon

Below is the example of using msiexec command to create a verbose installation log file, define its location and level of log messages.

  1. Open command prompt, navigate to the folder with PolicyPak installation MSI file (use cd command).
  2. Modify and paste the following command:

    msiexec /i “PathToMSIfile.msi” /L*v "C:/your_folder/LogFilename.txt"

    More parameters for msiexec command may be found at https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc759262(v=ws.10)?redirectedfrom=MSDN

Feedback
0 out of 0 found this helpful

scroll to top icon