Skip to content

Commit

Permalink
chocolatey-visualstudio.extension: prevent premature exit of the boot…
Browse files Browse the repository at this point in the history
…strapper

GitHub-Issue: GH-13
  • Loading branch information
jberezanski committed May 15, 2018
1 parent aa9f14d commit 5930380
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
else
{
$nativeInstallerDescription = 'VS Installer'
$nativeInstallerArgumentBlacklist = @('bootstrapperPath', 'installLayoutPath')
$nativeInstallerArgumentBlacklist = @('bootstrapperPath', 'installLayoutPath', 'wait')
$layoutPathArgumentName = 'layoutPath'
}

Expand Down Expand Up @@ -319,6 +319,7 @@
}
}

$argumentSet['wait'] = ''
$argumentSet['norestart'] = ''
if (-not $argumentSet.ContainsKey('quiet') -and -not $argumentSet.ContainsKey('passive'))
{
Expand Down

0 comments on commit 5930380

Please sign in to comment.