When we install 64-bit Outlook addon the installer should register the Addon to following location:
HKLM\Software\Microsoft\Office\Outlook\AddIns\
But Advanced Installer is registering the addon to:
HKLM\Software\Wow6432Node\Microsoft\Office\Outlook\AddIns\
The "Wow6432Node" node being chosen automatically by Advanced Installer on 64 bit Office and 64 bit Windows is making the toolbar not visible in outlook.
Can you please suggest some setting by which I can make sure that my addon deploy correctly when I install on:
1. Windows 32-bit + Outlook 32-Bit (Correct Registry Location: HKLM\Software\Microsoft\Office\Outlook\AddIns)
2. Windows 64-bit + Outlook 32-Bit (Correct Registry Location: HKLM\Software\Microsoft\Office\Outlook\AddIns)
3. Windows 64-bit + Outlook 64-Bit (Correct Registry Location: HKLM\Software\Microsoft\Office\Outlook\AddIns)
But in my installer the Last [3] is installing it to Wow6432Node
