Manfred Wallner

Results 19 issues of Manfred Wallner

### What You Are Seeing? Package installation fails when passing package parameters to chocolateygui. - it looks as if the shims to `ChocolateyGuiCli` and `ChocolateyGui` are not found, even though...

As a cause of this, I cannot 'push' a chocolatey package to another user on a remote host. Consider following script: ``` Write-Output " -------------------------------------- " Write-Output " - boxstarter...

Bug
2 - Working

### What You Are Seeing? Invoke-ChocolateyBoxstarter doesn't provide any information if something failed along the way. ### What is Expected? (in case of 'no-reboots-required') either `$lastexitcode` or a `try{ .....

Bug
1 - Ready
Customer

### What You Are Seeing? Boxstarter removes boxstarter task before reboot even though a valid `-RebootCode` has been provided (and been returned by chocolatey) ### What Is Expected? if `-RebootCode`...

Bug

### What You Are Seeing? ``` if (@("-RebootCodes", "--RebootCodes") -contains $a) { ``` vs ``` if (@("-StopOnPackageFailure", "--StopOnPackageFailure" -contains $a)) ``` **take a close look at the closing brackets** this...

4 - Done
Enhancement

## Description Of Changes minor changes that allow Boxstarter modules to be loaded on Linux. ## Motivation and Context some basic changes that are required to be able to run...

## Description Of Changes Ensure Boxstarter is added to the _end_ of PSModulePath when being installed, this way 'Write-Host' is not loaded from Boxstarter but 'Microsoft.PowerShell.Utility' (or whatever comes first)...

### Checklist - [X] I have verified this is the correct repository for opening this issue. - [X] I have verified no other issues exist related to my problem. -...

Bug
2 - Working
Priority_HIGH

### Checklist - [X] I have verified this is the correct repository for opening this issue. - [X] I have verified no other issues exist related to my request. ###...

2 - Working
Enhancement

It'd be great to have some sort of web-ui to list the available boxes.