Hello everyone, I have successfully built the firefox from the source code. Now I have created the installer usng command
c:/mozilla-central/build/pymake/make.py installer But when I am trying to install the firefox on other system , it installs successfully but does not run and gives error "MSVCP110D.dll file is missing or not found.reinstall the application" Need Help on how to create a installer without any errors. I am building Mozilla on windows 8 64bit system. The mozconfig file is as below for reference: . $topsrcdir/browser/config/mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-ff-release mk_add_options MOZ_MAKE_FLAGS="-j4" #adding this to prevent it erroring about not being able to build for version 601000 mk_add_options MOZ_WINSDK_TARGETVER=600 #stop the atl errors ac_add_options --disable-xpconnect-idispatch ac_add_options --disable-activex ac_add_options --disable-activex-scripting ac_add_options --disable-accessibility ac_add_options --disable-angle ac_add_options --disable-webgl I would like to know, how can I make a better installer or remove the current error of MSVCP110D.dll error. Will be glad if someone can help out. Thanks in advance . _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform