Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Commit

Permalink
changed flags for zip-file extraction to show windows progress popup …
Browse files Browse the repository at this point in the history
…because unzip takes a while
  • Loading branch information
flofreud committed May 10, 2014
1 parent d041fea commit 5534b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function Install-Remote-Version($Candidate, $Version) {

# unzip downloaded archive
$shell = New-Object -com shell.application
$shell.namespace($Script:PGVM_TEMP_PATH).copyhere($shell.namespace($archive).items(), 0x14)
$shell.namespace($Script:PGVM_TEMP_PATH).copyhere($shell.namespace($archive).items(), 0x10)

# check if unzip successfully
if ( !(Test-Path "$Script:PGVM_TEMP_PATH\*-$Version") ) {
Expand Down

0 comments on commit 5534b15

Please sign in to comment.