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: Found Out If Office 2013 Installed
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2013
09:33 AM
Found Out If Office 2013 Installed
Hello.
In my msi-basic-Setup (x86) I have to find out if Office 2013 is installed.
I would like to start a system search.
Does anyone know what part of registry (key) should be looking for?
Any help would be welcome.
In my msi-basic-Setup (x86) I have to find out if Office 2013 is installed.
I would like to start a system search.
Does anyone know what part of registry (key) should be looking for?
Any help would be welcome.
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 09, 2013
12:24 AM
You can use the predefined search for Office 2010, then modify the the registry Key from "SOFTWARE\Microsoft\Office\14.0\Common\InstallRoot" to "SOFTWARE\Microsoft\Office\15.0\Common\InstallRoot".
You can also Change the property to store in from MSOFFICE2010 to MSOFFICE2013
That's all.
You can also Change the property to store in from MSOFFICE2010 to MSOFFICE2013
That's all.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 09, 2013
02:49 AM
Hello Stefan,
this does not work.
Registry key:
SOFTWARE\Microsoft\Office\15.0\Common\InstallRoot
is not set by all types of Office2013-Installations.
this does not work.
Registry key:
SOFTWARE\Microsoft\Office\15.0\Common\InstallRoot
is not set by all types of Office2013-Installations.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 09, 2013
03:34 AM
Maybe you searched in the wrong registry path, try
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Common\InstallRoot]
"InstallCount"=dword:00000001
"Path"="C:\\Program Files (x86)\\Microsoft Office\\Office15\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Common\InstallRoot]
"InstallCount"=dword:00000001
"Path"="C:\\Program Files (x86)\\Microsoft Office\\Office15\\"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2013
02:08 AM
No. Click-To-Run Installation (same technology as Office365) does not write this key.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2013
04:39 AM
we do not use this versions so I didn't check it.
Take a look at: http://social.technet.microsoft.com/Forums/de-DE/efe946bd-25d0-4a30-9f8d-04ef2624d040/office-2013-win8-check-registry-if-installed
Maybe there are some more informations about your problem
Take a look at: http://social.technet.microsoft.com/Forums/de-DE/efe946bd-25d0-4a30-9f8d-04ef2624d040/office-2013-win8-check-registry-if-installed
Maybe there are some more informations about your problem
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2013
06:11 AM
thanks for the replay