add an option to add the latest MSVC redist package DLL files to the python installation in the root path (where the executable is found)
Environments created by dopt-SharpPython set this directory as DLL directory in Windows which enables the program and libraries to find the necessary DLL files
The latest versions are bundled with Visual Studio and are located in the installation library:
bundle these files within a separate folder of the Pycage package
add CLI option to add these to the standalone distribution
update them periodically
- add an option to add the latest MSVC redist package DLL files to the python installation in the root path (where the executable is found)
- Environments created by [dopt-SharpPython](https://git.d-opt.de/dopt-SharpPython/dopt-SharpPython) set this directory as DLL directory in Windows which enables the program and libraries to find the necessary DLL files
The latest versions are bundled with Visual Studio and are located in the installation library:
- bundle these files within a separate folder of the Pycage package
- add CLI option to add these to the standalone distribution
- update them periodically
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The latest versions are bundled with Visual Studio and are located in the installation library:
only support x64 since other archs are not supported