I'm trying to publish an AIR app to an .exe file from Flash Pro. My app includes the use of NativeProcess which means that my manifest file cannot include Desktop as a supported device and must include ExtendedDesktop. In the AIR settings I'm publishing as Windows installer.
I've tried publishing with Extended Desktop and Desktop selected, vice versa and both combinations but it seems to give me an error with NativeProcess which I don't get during testing, only when running the .exe file.
Any ideas?