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: Microsoft Office Primary Interop Assemblies
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Apr 01, 2014
12:43 PM
Microsoft Office Primary Interop Assemblies
I can see posts were people have discovered that the download redistributable doesn't work for any Microsoft Office Primary Interop Assembly. In my case I am trying to include both the 2007 and 2010 PIAs.
I also see that people figured out how to download an install them in a way that Installshield will find and use them. What I cannot find is how they did so. I have downloaded the .msi files for both, but getting Installshield to recognize them and use them is something that escapes me.
Can anyone point me in the right direction? Seems to me it should not be that difficult as it is a very common problem.
I also see that people figured out how to download an install them in a way that Installshield will find and use them. What I cannot find is how they did so. I have downloaded the .msi files for both, but getting Installshield to recognize them and use them is something that escapes me.
Can anyone point me in the right direction? Seems to me it should not be that difficult as it is a very common problem.
(1) Reply
Apr 01, 2014
02:08 PM
look at the PRQ files located in "C:\Program Files (x86)\InstallShield\2013LE\SetupPrerequisites" These are XML files that specify how to add in prerequisites to be included with the installer.
part of this file is a section that specifies the full file path on your local machine.
If you understand the basics of how prerequisites work it should not take much for you to figure out from the entries in those files what it is you need to do to include these additional prerequisites.
Do yourself a favor, and make sure you create backup copies of those PRQ files before you edit them.
part of this file is a section that specifies the full file path on your local machine.
If you understand the basics of how prerequisites work it should not take much for you to figure out from the entries in those files what it is you need to do to include these additional prerequisites.
Do yourself a favor, and make sure you create backup copies of those PRQ files before you edit them.