I am currently trying to do a validation at the uninstall moment. In a Pascal script function, in Inno Setup, I want to search for a specific processes, with a wild card if
If not work.Please change as follows.
(old) for I := 0 to High(ProcessList) do
(new) for I := 0 to (GetArrayLength(ProcessList) - 1) do