add Microsoft Visual C++ Redistributable DLL files #8

Closed
opened 2025-06-25 13:54:04 +00:00 by foefl · 1 comment
Owner
  • 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
foefl added the
enhancement
label 2025-06-25 13:54:04 +00:00
foefl self-assigned this 2025-06-25 13:54:04 +00:00
foefl added this to the feature request project 2025-06-25 13:54:04 +00:00
Author
Owner

only support x64 since other archs are not supported

**only support x64 since other archs are not supported**
foefl closed this issue 2025-06-26 06:48:47 +00:00
foefl moved this to Done in feature request on 2025-06-26 06:49:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dopt-SharpPython/pycage#8
No description provided.