You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Get a clean Windows image with no preinstalled software (e.g. no MS Office)
Install Brackets; don't install anything else yet
Try to launch Brackets
Result: Error message about MSVCP100.dll being missing. Brackets doesn't launch.
(I haven't repro'ed this myself, but that's the report we've gotten and it makes sense to me)
A huge number of native Windows apps require this DLL, which is basically the MS Visual C runtime library (often called the "redistributable"). There are many versions of it and different apps require different versions, but this version is common enough that any computer with other apps installed on it is virtually guaranteed to already have the DLL. That said, the Brackets installer should actually include this file so that we're not just assuming it's present.
I'm not sure if we should go to the trouble of installing it in a standard location to be shared with other apps. That would have a tiny benefit in disk space savings, but would probably be trickier to get working. I think we can just place the file next to our .exe instead and be all good...