I have an issue with creating a VS setup package.
I need to install SQL CE in prerequisites of my application and I did that using Bootstrapper Manifest Generator.
I need to add check for operating system architecture. If the operating system is 32-bit, install SQL CE-32, else if the operating system is 64-bit, install SQL CE-64.
How do I do it?