This uses radio buttons to choose the applications you want to install, and a start button to install the checked ones. 2 more buttons (Select All and DeSelect All) in case you have a lot of checking to do... #requireadmin #include <GuiButton.au3> #include <GUIConstants.au3> #include <WindowsConstants.au3> Opt ("TrayIconDebug", 1) Opt ("TrayAutoPause", 0) Opt ("TrayOnEventMode", 1) Opt ("ExpandEnvStrings", 1) Opt ("WinDetectHiddenText", 1) Local $Msg, $button1, $button2,