How to install 2 different (.exe) files silently
Hi,
Im trying to install 2 different executable files (f5) silently but was unable to using managed installation likewise I need to uninstall the existing F5 using script. can this uninstallation and installation be done on 1 script?
Appreciate your answer/help. thank you so much
Answers (2)
Yes, you can run multiple actions, or Tasks, from Scripting. For the uninstall, I would recommend using the Uninstaller wizard under Configuration Policies. It will help you create an uninstallation script. Then you can add the new EXEs as dependencies and create new Tasks in the uninstaller script to install the new ones. I see you have a batch file in your screenshot. Instead of using that in the script, I would add the EXEs as the dependencies and call them directly in the script. It should be more reliable that way.
You could also use a separate script for each one, so you have the uninstaller and two installs. Then use Task Chains under Distribution to run all of the scripts you need.