Easton Pillay

Results 115 comments of Easton Pillay

That's true, but we didn't go tell anyone to make a silent installer, it just happened that most developers do create them. If we also said "Thou shalt add a...

I think the reason we can’t do that is because of the user saves a document to the desktop during a install we won’t know who did it necessarily. If...

I really want this too, because for things like Visual Studio there's a very small chance you're going to use the arguments we pass in since you want your own...

This needs to be user configurable. The PowerShell progress bar (at least in 5.1) is buggy as heck whenever I try to use it, so most of the time I...

It's a problem in PowerShell 5.1, as far as I can tell it's fine (or at least, better) in PowerShell 7. I don't think PowerShell 5.1 is being supported for...

I'm guessing no, but are you in a corporate environment where your IT people might have messed with your security settings?

Something to try would to be to reset your "internet zone settings", as sometimes they get flipped around to where you can't run exes from certain directories that are downloaded...

It would help for installing the RSAT, since that's been split up into 20-someodd packages in optional features. Chocolatey has a `choco install rsat` that installs all of them via...

~~The top level NuGet config is pointing to a internal MS repo still: https://github.com/microsoft/devhome/blob/main/nuget.config. Should that not be fixed?~~ edit: I'm dumb, that's public, my machine is just acting up....

The array type for architectures would (IMO) be required for this. Duplicating installer nodes for every architecture when they all use the same installer (and options) would be super annoying.