Selecting zero options (deselecting all checkboxes) in the install scripts form throws an error.
Line 201 (File "X:\Helper\IncudedExt\CommonFunctions.au3"):
$TestPath = $aEnum[1]
$TestPath = ^Error
Error: Array variable has incorrect number of subscripts or subscript dimensions range exceeded
I haven't opened the script yet, but I'm guessing it expects at least one option to be selected. Maybe it needs to check for zero and skip?
Selecting zero options (deselecting all checkboxes) in the install scripts form throws an error.
I haven't opened the script yet, but I'm guessing it expects at least one option to be selected. Maybe it needs to check for zero and skip?