-
Notifications
You must be signed in to change notification settings - Fork 910
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
Download large zip, extracting and installing MSI from that fails #883
Comments
Even though `$process.WaitForExit()` has identified that the process has exited, it appears that the process may be performing some final cleanup as the exit code is still null when it is passed to `Set-PowerShellExitCode`. Allow the process to take up to 15 seconds to fully exit so that it has cleaned up. In the case of 7zip, ensure that it has ample time to finish extracting after it has indicated that it has completed the extraction and is exiting.
Seems like it did not - same 1603 error, same random file in lib-bad. For what it's worth, using an installed 7zip GUI to extract the zip On 08/01/2016 10:51 AM, Rob Reynolds wrote:
|
Can you provide the gist for that output? I'm curious to see how it failed with that. |
Alternatively, I need to find a large zip that takes some time for extraction and test that (I believe I have something I can find for that). |
If you have a more private e-mail, I can share this zip with you on box.com. On 08/01/2016 04:14 PM, Rob Reynolds wrote:
|
What You Are Seeing?
MSI fails to install with error 1603. Chocolatey lib-bad only has some of the files from the zip after failure. More details here: https://groups.google.com/forum/#!topic/chocolatey/wjid8Ej6YEY
What is Expected?
MSI successfully installs.
How Did You Get This To Happen? (Steps to Reproduce)
Output Log
GIST LINK - https://gist.github.com/jmp242/08229c5383e7147120e609decac7ec02
The text was updated successfully, but these errors were encountered: