Closed
Bug 550020
Opened 15 years ago
Closed 15 years ago
Add Visual Studio 2008 runtime dlls to packaging files
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 569268
People
(Reporter: mcsmurf, Unassigned)
Details
http://mxr.mozilla.org/mozilla-central/source/browser/installer/package-manifest.in only references the Visual Studio 2005 runtime DLLs (msvc*80.dll and the manifest file) when building without jemalloc. The Visual Studio 2008 DLLs should also be added there so that the installer works fine when using that version.
![]() |
||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
We'd want an ifdef in there so that we don't try to package the DLLs for another version, because we might make missing files during packaging fatal at some point.
![]() |
||
Comment 3•15 years ago
|
||
Fixed by bug 569268
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•