I wrote application which should work on 32 and 64 bits architectures. I set the targets to AnyCPU and tested it on 2 PC (x86 with XP, 64 with Win7). The application itselfs work fine (the library indeed). When I'm making the installer for the library to provide COM objects in system it installs the library only in CLSID\Wow6432Node\ node (what means that on 64 bits OS 32 bits application will be redirected here) but not to CLSID\ where 64bits libraries for 64bits OS should be installed.
In the installer all needed targets/platforms are also set to AnyCPU.
Why the installer do not create registration for 64 bits libraries?