I come across a sticky problem. My portable app should some DLL be registered ,for example the vc runtime dlls.
how to cope with DLL ? register? just copy?
New: KiCad (Mar 25, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
If the application requires the Visual C++ redistributable runtimes, generally having them in the same directory as the application's executable is sufficient. We do this with a number of our applications.
Otherwise, if a specific DLL needs to be registered, it gets a little bit more complicated. Can you provide further information, or a link to your application so we can look at it?