I have another issue not related to script or syntax it a problem with the windows defender I write a very very basic program. this
ProgressOn("Waiting", "Setup", "Loading")
For $i = 0 To 50
ProgressSet($i)
Sleep(50)
Next
but I don't know why is my Windows Defender detecting a virus in it? it is just a loading bar and nothing more...