We just started using the deployment component in Lansweeper. I have a question about how the files are copied to the machines. We created a deployment with three steps:
1. Check if OS is 32-bit. If true, proceed to Step 2, else Step 3.
2. Execute 32-bit installer.
3. Execute 64-bit installer.
When running this deployment, are ALL the files in each step pulled to the client, then the steps are executed? Or, is each step executed one at a time so only the necessary files are copied? Thanks.