I have some software deployment configurations that deploy fine on some computers, and fail on others. Some of these configurations have 3 MSI files to deploy. Sometimes all of the MSI files fail, sometimes one or two fail, sometimes all work fine. Sometimes I re-deploy the configuration, and it deploys fine during the re-deploy operation.
Questions:
1. How do I get these files to deploy more reliably in the first place?
2. How do I re-deploy to only the failed computers?
3. How do I re-deploy only failed MSI files (i.e. just the one or two MSI files that failed within a single configuration)?
4. Is there some way to sequence the installation of a configuration and/or the multiple MSI files within a configuration? Some of my applications must be installed in a particular sequence, and DC doesn't seem to be able to specify that sequence.
Chris