I crate an addin for word. I target this projet Any CPU. When I crate my setup project, i must target projet X86 or X64. I target it X86 to make sur that install work on 32 or 64 bits.
When i install my addin on 64 bits OS, class register in HKEY_CLASSES_ROOT\WOW6432NODE\CLSID. How I can do to register in HKEY_CLASSES_ROOT\CLSID
It seem this because setup project is targetted X86. I want to have only one setup project to install on 32 and on 64 bits
Thanks
When i install my addin on 64 bits OS, class register in HKEY_CLASSES_ROOT\WOW6432NODE\CLSID. How I can do to register in HKEY_CLASSES_ROOT\CLSID
It seem this because setup project is targetted X86. I want to have only one setup project to install on 32 and on 64 bits
Thanks