[WiX-users] How to detect Outlook 2010 64Bit version

2010-11-05 Thread little.forest
We need to detect if Outlook 2010 is installed. Here is the code: Property Id='QUERY_OUTLOOK_2010_REG' RegistrySearch Id='QueryOutlook2010Reg' Root='HKLM' Key='SOFTWARE\Microsoft\Office\14.0\Outlook\InstallRoot' Name='Path' Type='raw' / /Property The property is set if Outlook 2010 32Bit

Re: [WiX-users] How to detect Outlook 2010 64Bit version

2010-11-05 Thread little.forest
. From: little.forest little.for...@ymail.com To: wix-users@lists.sourceforge.net Sent: Fri, November 5, 2010 3:32:25 PM Subject: [WiX-users] How to detect Outlook 2010 64Bit version We need to detect if Outlook 2010 is installed. Here is the code: Property Id='QUERY_OUTLOOK_2010_REG