boxstarter
boxstarter copied to clipboard
Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages
2.9.2 - seeing packages getting downloaded into weird folders (and then failing). C:\Users\dgardiner\AppData\Local\Temp\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\chocolatey\.squirrel-lock-0205C670A9D776F56D17A8FB985A520ADEE61F89: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must...
File renames to be done at boot time are being flagged as [requiring a reboot by Chocolatey](https://github.com/chocolatey/choco/issues/1768#issuecomment-476005552). Need to determine if the same reboot check logic is being used in...
Hello, while using boxstarter on unaltered windows 10, the machines usually go to sleep during windows updates, which is a bit of a nuisance: lost time, interrupted process (I have...
### What You Are Seeing? ``` if (@("-RebootCodes", "--RebootCodes") -contains $a) { ``` vs ``` if (@("-StopOnPackageFailure", "--StopOnPackageFailure" -contains $a)) ``` **take a close look at the closing brackets** this...
I have a package I am trying to create with a few files, some large (50mb). ``` powershell New-BoxstarterPackage -Name MyPackage -Description "MyDescription" -Path "c:\files" A new Chocolatey package has...
In line with [Chocolatey.org requiring TLS 1.2 as a minimum](https://github.com/chocolatey/chocolatey.org/issues/778) we should look to do the same. The following is a very quick list of what we need to look...
### What You Are Seeing? boxstarter.bat across a UNC getting .chocolateyPending lock on some choco packages These 3 example packages have trouble installing nuget.commandline sysinternals 7zip.portable Those packages install fine...
### What You Are Seeing? My environment details are as follows: Windows Server 2016 English, 1607, OS build:14393.2724 Boxstarter Version 2.12.0 I am using BoxStarter to perform a series of...
### What You Are Seeing? While working on https://github.com/Microsoft/windows-dev-box-setup-scripts, i misconfigured a test URL and couldn't figure out why it looked like work was being done but would look to...
Hi, Thanks for a great tool! I was wondering if there was any plan for supporting powershell core 6.1? I have started using it on a daily basis and are...