You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
I would like to see Expand-Archive support PE (Portable Executable) archive type, which was created by Microsoft, and is frequently used in Windows.
As a user, I want to be able to extract the contents of self-extracting archives such as Windows installers, so that I can automate custom installs not provided by the installer creators.
Summary of the new feature/enhancement
I would like to see
Expand-Archive
support PE (Portable Executable) archive type, which was created by Microsoft, and is frequently used in Windows.As a user, I want to be able to extract the contents of self-extracting archives such as Windows installers, so that I can automate custom installs not provided by the installer creators.
Proposed technical implementation details (optional)
Expand-Archive
should support PE (Portable Executable) archive type.Example usage:
Expand-Archive -LiteralPath "docker_installer.exe" -DestinationPath "docker_temp" -Force
The text was updated successfully, but these errors were encountered: