At the moment in order to support 32/64 bit registry keys we have to reference this article and go through a process which is not entirely obvious: http://www.advancedinstaller.com/user-g ... istry.html
I think it could be made easier with Advanced installer having an option on each registry key and then doing the hard work for us. I imagine that the list of options would look something like this:
1. Install on 32 bit OS only.
2. Install on 64 bit OS only.
3. Always install in 32 bit registry area on 32 bit and 64 bit OS.
4. Install in 32 bit registry area for 32 bit OS and in 64 bit registry area for 64 bit OS.
5. Install in 32 bit registry area for 32 bit OS and both 32 bit and 64 bit registry area for 64 bit OS.
Probably the default would be 4. I am not sure whether the bitness of the package would affect this?