Posted  by  admin

Installation Source Registry Key

  1. Registry Value

I found this article which describe how to find the install path of office:

Registry key windows 7

But in the article are only the GUIDs up to office 2007, what are the GUIDs for office 2010 or where can I find them?

To install from source, follow the instructions in the Development section. The REST interface to schema registry includes a built-in Jetty server. The wrapper scripts bin/schema-registry-start and bin/schema-registry-stop are the recommended method of starting and stopping the service.

MBulliMBulli

4 Answers

I use these registry entries:

If you have a MSI installer you can use RegLocator table (registry searches).

user527987user527987

Generally there's a better way to do this for products that are both installed via the Windows Installer service and support updating from one version to the next. Use the upgrade code, which you get from the Property table of an Office MSI file.

I don't have a bunch of Office versions to compare, but if they've taken their own advice and kept the upgrade code constant across versions, then you can call MsiEnumRelatedProducts to get the product code for the version of Office that's installed on your machine. With the product code you can call MsiGetProductInfo to get the install location, the version, the date it was installed, a list of transforms that were applied to the install... lots of stuff.

Do it this way, and you don't have to worry about not being able to detect some future version of Office.

This is the documentation you want to be looking at.

Ed.Ed.
Yan SklyarenkoYan Sklyarenko
ShreekanthShreekanth
Installation

Registry Value

Not the answer you're looking for? Browse other questions tagged pathms-wordwindows-installerinstalloffice-2010 or ask your own question.