This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Help with VC++ 2010 prerequisites package.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 01, 2013
02:30 AM
Help with VC++ 2010 prerequisites package.
Guys,
I'd created setup package using IS Express trial version to test for my application & now I'm stuck with VC++ 2010 redist package setup. It always end up showing error message: "The installation of Microsoft Visual C++ 2010 redist package appears to have failed...". After a while digging on Google to find for a workaround, I got this: http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q212592&sliceId=. I'm not try this link yet because I've noticed that it is applied for InstallShield 2011 Premier, InstallShield 2011 Professional only. My question is: what's wrong with VC++ 2010 redist? & how can I get over it?
Thank you.
I'd created setup package using IS Express trial version to test for my application & now I'm stuck with VC++ 2010 redist package setup. It always end up showing error message: "The installation of Microsoft Visual C++ 2010 redist package appears to have failed...". After a while digging on Google to find for a workaround, I got this: http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q212592&sliceId=. I'm not try this link yet because I've noticed that it is applied for InstallShield 2011 Premier, InstallShield 2011 Professional only. My question is: what's wrong with VC++ 2010 redist? & how can I get over it?
Thank you.
(1) Reply
Oct 07, 2013
12:23 PM
If you create the installer with ISX 2013 on the same PC as VS 2010 exist, you can always find the merge modules for the compiler in the c:\program files\common files\merge modules folder. Using this path also ensures, that you get the correct version of the redistributables, - the same you used for compilation.
-cpede
-cpede