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: MBox Viewer (Mar 22, 2026), Platform 30.3 (Mar 29, 2026)
1,400+ portable packages, 1.2 billion downloads
Our costs have risen a bunch. Please donate if you can!
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?