Jakub Bereżański

Results 21 issues of Jakub Bereżański

Many non-Unicode text files on non-English systems are encoded in the system-default code page. Users expect to be able to edit such files. However, in version 3.6.7, Scintilla developers decided...

These pages: https://docs.microsoft.com/en-us/visualstudio/productinfo/installing-an-earlier-release-of-vs2017 https://docs.microsoft.com/en-us/visualstudio/releases/2019/history contain links to bootstrappers linked to specific versions of channel manifests, which opens up the possibility of creating packages which always reliably install the same VS...

Currently, the VS product packages simply invoke the VS setup bootstrapper, which always installs the newest released VS version. In order to make installations deterministic, the packages should somehow instruct...

Follow-up to #9 A choco package should install the VSSetup module using means appropriate to the PowerShell version present: - 2.0: download and unzip VSSetup, then add to PSModulePath -...

``` Install-Module VSSetup cinst -y visualstudio2019buildtools (...) WARNING: The setup configuration provider is not registered. Assuming no registered instances. ``` The VS extension should try to suppress warnings when calling...

On Windows 7 with .NET 4.6.1 and choco 0.10.15: cinst -ydv visualstudio2017buildtools --version 15.0.26228.0 ``` Parsing the component manifest VERBOSE: Required engine version determined from the component manifest: '1.18.1049.33485' Running...

``` Preparing: C:\Users\jberezanski\AppData\Local\Temp\chocolatey\001d078d2b56e423ba\vs_bootstrapper_d15\vs_setup_bootstrapper.json... WARNING: visualstudio2017professional has been installed. However, a reboot is required to finalize the installation. WARNING: visualstudio2017professional has been update. However, a reboot is required to finalize the...

``` cinst -y netfx-4.8-devpack --source "https://www.myget.org/F/jberezanski-chocolateypackages-dev/api/v2,https://chocolatey.org/api/v2" Chocolatey v0.10.15 Business Installing the following packages: netfx-4.8-devpack By installing you accept licenses for the packages. Progress: Downloading netfx-4.8-devpack 4.8.0.0... 100% Progress: Downloading netfx-4.8...

When installing a new VS 2017 product package, if the VS Installer already exists on the machine but needs to be upgraded, the VS setup bootstrapper will invoke the upgrade...