Search code examples
c++windows-installerinstallationredistributable

Installing vc++ 2013 x86 from MSI file does not work


I fetched the extracted msi & cab files for the runtime installation but for some reason it does not work. It says "Gathering required information" and then just disappears. I took the arguments from the original install logs (MSIFASTINSTALL="7" NOVSUI="1") and I tested on XP and windows 7

Any ideas ?


Solution

  • The other alternative is to make use of merge modules to install the VC runtimes, instead of having to use a bootstrapper. Again, it depends on what you want the runtimes for. If they are required for any of the custom action dll's that make up your msi package, then bootstrapping is the only option you have. However, if they are required for your product, then a merge module can very well serve your pupose.