It would be great if we can group multiple actions in bundle action sets to set a single requirement for multiple actions at once or to set them all to continue on failure. Currently we have to set the requirement on each action separately.

In my current case I have a bundle that basically needs to install an application once and copy a config file to the user's profile once for every user logging into the device. Now I'd like to group the installation steps (copy setup.exe to temp folder, run it with silent parameters, delete desktop shortcuts and cleanup the setup.exe) to set a single requirement on these steps like the absence of the application's uninstall registry string (so it gets installed only once). The last step which would have its own group or just as a single step would be to copy the config file to the user's profile. The whole "Install" action set would then be set to run "Once per user per device".

Comments