Jakub Bereżański

Results 113 comments of Jakub Bereżański

Works correctly after upgrading PowerShell to 3.0. (or, rather, the native VS installer fails, but the package scripts execute correctly)

Full success after .NET upgrade to 4.6.2.

https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio --noUpdateInstaller New in 15.2, optional: If present, prevents the installer from updating itself when quiet is specified. The installer will fail the command and return a non-zero exit code...

Possibly related to #7. Did this happen on a fresh installation of VS 2017 or did you already have VS 2017 installed for some time and only now decided to...

I think what happened was that when you launched `choco install visualstudio2017-workflow-webbuildtools`, the VS installer decided it needed to upgrade itself and you got bitten by #7. I'm planning to...

> I'm going to assume all existing automation is likely to already be okay with highestAvailable anyway My specific automation involves a scheduled task configured to run in the context...

@ferventcoder Well, back then I wrote "Hopefully one day Choco will get smart enough to ask for elevation only for actions which require it." - that's why I'm declaring my...

No, I don't have any specific implementation examples to show (yet). I had done IPC over named pipes in .NET 2.0, but it was over 10 years ago and the...

As both a sysadmin who manages the configuration of workstations in my company and a devops guy who uses KeePass, I'd like to have the module installed systemwide (so better...