You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

19: How to enable verbose MSIEXEC logging for the installation of PolicyPak Cloud Client MSI/Client Side Extension MSI?

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

  • 1240
  • 07-Feb-2023
  • 691 Views