Nathan McNulty

Results 14 comments of Nathan McNulty

To the original issue, the logic for handling whether 7zip is installed correctly and is of proper version doesn't work correctly in some configurations. That could definitely get touched up....

1603 is a generic error and could be caused by several different things. Check and make sure that a reboot is not pending, that no other Windows Installer based installs...

What command line are you using (or are you just running the EXE)? You can specify an alternate output folder with -o, and you'll absolutely have to use -k to...

I know this is like 2 years old, but do you remember if this was the audio driver that caused the issue? We were having this issue, and it was...

Assuming you have 7zip installed, you can do this: $7z = "$env:ProgramFiles\7-Zip\7z.exe" $OutputDir = "$env:SystemRoot\Temp" & $7z -o"$OutputDir" -y e $OutputDir\BootCampESD.pkg & $7z -o"$OutputDir" -y e $OutputDir\Payload~ & $7z -o"$OutputDir"...

I keep meaning to get my Powershell script uploaded here at some point, but I have found that installing Bootcamp via msiexec or setup.exe does not install correctly most of...

As promised, here's the Powershell script I've written based on Tim's amazing work. I actually wrote this converting python over, and have since written our own internal version that lacks...

You can definitely include it in the repo! I know there are a few things that could be done better, especially around the timing and reliability of the scheduled task,...

Seems to be working fine now. Just pulled down and installed 031-55710 on a MacBookAir7,1. Must have been just an outage or something.

I see a couple of ways of handling this, but I don't feel either one is worth spending the time on. First option is check for Windows 7, and if...