Hello... I am trying to install apps using checkboxes. The first checkbox works fine, but the second one is not working.... Any thoughts #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Windows 7 - V8i Build", 242, 403, 188, 124) $Checkbox1 = GUICtrlCreateCheckbox("Startup.exe", 16, 8, 113, 35) $Checkbox2 = GUICtrlCreateCheckbox("AutoCAD 2010", 16, 40, 113, 35) $Chec