Native installer for 64 bit Windows
For various reasons, I need to create an AIR Native Installer that installs as a 64 bit application. I can't find this option when creating a native installer. When I install on Win64 it always insists on installing in the x86 (i.e., 32 bit) "Program Files" folder. How can I make it install in the default Program Files (i.e., the one containinf 64 bit apps).
Some background. I need to make this work with a native code library that talks to hardware (a Kinect, to be specific). When running under Win64, the Kinect driver is 64 bit, and therefore needs a 64 bit app to work with it.
-JM
