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

Extract .zip using PowerShell (native) as alternative to 7-zip #380

Closed
azbarcea opened this issue Aug 16, 2019 · 2 comments
Closed

Extract .zip using PowerShell (native) as alternative to 7-zip #380

azbarcea opened this issue Aug 16, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@azbarcea
Copy link

I would like to add support to extract .zip using PowerShell (the native .zip). This can be supported only from 2008+, where .zip extraction is supported.

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.0.5
  • Ruby: ruby 2.0.0p648
  • Distribution: 6.10
  • Module version: latest

How to reproduce (e.g Puppet code you use)

Use archive on windows without capability to install 7-zip.

What are you seeing

TODO:

What behaviour did you expect instead

TODO:

Output log

TODO:

Any additional information you'd like to impart

TODO:

@juniorsysadmin juniorsysadmin added the enhancement New feature or request label Aug 17, 2019
@ralfbosz
Copy link

ralfbosz commented Oct 8, 2019

Looking at this commit it seems to be included:

9b808ad

But for Windows 2012 and higher. 7zip is still the preferred unzipper (according to the code).

@azbarcea
Copy link
Author

Looks good to me 👍

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

No branches or pull requests

3 participants