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

MSI extraction needs to handle "Another program is being installed. Please wait until that installation is complete, and then try installing this software again." #14

Open
hach-que opened this issue Oct 31, 2024 · 0 comments
Labels
migrated from gitlab Migrated from GitLab

Comments

@hach-que
Copy link
Member

MSI extraction happens for Windows and confidential platform setup. We need to capture this output from msiexec.exe.

Also of note, msiexec's output is in UTF-16, so currently we get A<NUL>n<NUL>o<NUL>t<NUL>... in the byte stream, so we will need to handle this as well when detecting that message.

@hach-que hach-que added the migrated from gitlab Migrated from GitLab label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrated from gitlab Migrated from GitLab
Projects
None yet
Development

No branches or pull requests

1 participant