Custom inventory rules do not works for X64
Hello,
We deploy 4 version of office 2013 :
- Office 2013 French x86
- Office 2013 English x86
- Office 2013 French x64
- Office 2013 English x64
I would like to use CIR for each version but CIR works only for X86, not for X64 :
My CIR for office 2013 fr x86 :
RegistryKeyExists(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-001B-040C-0000-0000000FF1CE}) OR RegistryKeyExists(HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-001B-040C-0000-0000000FF1CE})
My CIR for office 2013 FR x64 :
RegistryKeyExists(HKLM64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-0016-040C-1000-0000000FF1CE})
CIR in english is same (i have just remplace 040C by 0409)
Could you help me please ?
Thanks
We deploy 4 version of office 2013 :
- Office 2013 French x86
- Office 2013 English x86
- Office 2013 French x64
- Office 2013 English x64
I would like to use CIR for each version but CIR works only for X86, not for X64 :
My CIR for office 2013 fr x86 :
RegistryKeyExists(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-001B-040C-0000-0000000FF1CE}) OR RegistryKeyExists(HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-001B-040C-0000-0000000FF1CE})
My CIR for office 2013 FR x64 :
RegistryKeyExists(HKLM64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-0016-040C-1000-0000000FF1CE})
CIR in english is same (i have just remplace 040C by 0409)
Could you help me please ?
Thanks
4 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
The GUID is actually hidden from ARP.
The GUID you are using, 0016 is for Excel. the first one you list, 001B is for word. - Badger 9 years ago
RegistryValueEquals(HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-001B-040C-1000-0000000FF1CE}, DisplayName, "Microsoft Word MUI (French) 2013")
Does not works too... - gjoubert 9 years ago
RegistryValueReturn(HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-001B-040C-1000-0000000FF1CE}, DisplayName, TEXT)
And it works ! but i would not like to return a value.
Could you help me please ? - gjoubert 9 years ago