Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to read log file generated by msiexec? #3284

Open
RealYukiSan opened this issue Oct 1, 2024 · 1 comment
Open

How to read log file generated by msiexec? #3284

RealYukiSan opened this issue Oct 1, 2024 · 1 comment

Comments

@RealYukiSan
Copy link

I can't confirm if the installation was successfully installed or not, and how to read the log in binary format?

PS C:\> Msiexec /i .\RDPWInst-v1.6.2.msi /qn! /l*v install.log
PS C:\> file .\install.log
.\install.log: Unicode text, UTF-16, little-endian text, with CRLF line terminators
PS C:\> less .\install.log
".\install.log" may be a binary file.  See it anyway?

related:
#443

@RealYukiSan
Copy link
Author

RealYukiSan commented Oct 1, 2024

alright, I try the gui version, both batch script with *bat file and the msi installer, and both are fail to install:

  1. image

  2. image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant