Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 162653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:25:45+00:00 2026-05-11T11:25:45+00:00

Has anyone out there actually succeeded in creating a prerequisitie for o2003.msi? There are

  • 0

Has anyone out there actually succeeded in creating a prerequisitie for o2003.msi?

There are a lot of people out there asking about this, but I cannot find anyone who actually succeeded. I find some extremely complicated solutions where you are required to comple .cpp-files for which the soure may or may not be supplied. I even tried to complie one of those but got configuration error on the target machine… 🙁

If I don’t install o2003.msi, my Office ‘Shared Add-In’ will throw an exception because office.dll cannot be found. So I would very much like to have it included in my installer.

And a second question, regardless of the outcome of the previous one: what about a machine with Office 2007? 02203.msi complains that Office 2003 is not installed, so there seems to be a lot of things I need to get done in order to create a working installer for an ‘Office Shared Add-In’… anyone else going through the same nightmare?

Update: It seems to be the PIA for Office.Core / ‘office.dll’ which is the really thing to get on the traget machine. None of the ‘complicated’ solutions (which I know I can get to work if I put some effort in it) talks how to detect this particular file, just PIAs for Word & Excel and then some. These seems to be in place anyway. It’s office.dll that is the important file to check for and install o2003pia.msi if it is not properly installed!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:25:46+00:00Added an answer on May 11, 2026 at 11:25 am

    This is probably too little too late, but here’s a solution I’ve done for installing our company’s office 2003 and 2007 addins using a small bit of C# code. Maybe it could work for you.

    I use the Product Codes for both the o2003pia and the o2007pia installations which are:

    2003: {91490409-6000-11D3-8CFE-0150048383C9}

    2007: {50120000-1105-0000-0000-0000000FF1CE}

    Then, by calling the MSI API you can get the install state for each. Here’s an example of finding the 2003:

    [DllImport('msi.dll')]     private static extern MsiInstallState MsiQueryProductState         (string productGuid);     [DllImport('msi.dll')]     private static extern uint MsiGetProductInfo         (string productGuid, string propertyName, StringBuilder valueBuffer, ref Int32 bufferSize);      bool IsPia2003Installed()     {         MsiInstallState state = MsiQueryProductState('{91490409-6000-11D3-8CFE-0150048383C9}');          return (state == MsiInstallState.msiInstallStateDefault);     } 

    If you’re trying to accomplish all of this entirely inside the setup project (I assume you’re using Visual Studio?) then you can add a ‘Windows Installer Search’ launch condition that checks for the above mentioned ProductCodes. If it’s satisfied you can run a custom action that installs the PIAs.

    For more information on this solution I’d suggest starting here here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wondering if anyone out there has ran into this before.... I'd like to use
Any astronomers out there? I'm wondering if anyone has produced or stumbled upon a
Has anyone using .net actually worked out how to successfully sign a signature to
Has anyone seen this error when working with a PHP application out of dynamic
Has anyone had this unusual(recurring) experience before? I'm trying to check out the project
There's a lot of info out there about its LGPL license and the legal
I'm trying to figure something out about JLayeredPane in Swing. If anyone has used
Has anyone tried out working with the Delete and update command of SPDataSource used
Has anyone mapped out a way to create a hot-key for 'Run As' in
I am curious if anyone has done a comparison between the different options out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.