What would happen if I created a VAA on a 32-bit Windows machine and then moved it to a 64-bit machine? Will it still run?

The process of deploying a VAA will automatically handle the transition from a 32 bit to a 64 bit target machine without any user interaction. This occurs during the deployment stage we call "dock", which precedes “run”. Docking allows AppZero to prepare an app after it is moved if necessary. After docking, the app can be run, which is execution of the application code. Once a VAA is docked, it can stay docked to be started and stopped, and then started again. The VAA itself will still run as a 32 bit app, but the AppZero runtime in use will be 64 bit in this case.