Hi Forum,
i want to automate a setup. Normally it should work without problems but i struggled at the point when i want to start the setup.
When i use
Run("setup.exe");
it will not work. I have to use
Run(@ComSpec & " /c " & "setup.exe")
instead.
Then the Nighmare begins. I want to use
ControlClick()
to simulate the clicks on the Buttons that will continue the Setup Process.
I used Autoit Window Info Tool to examine the correct controll IDs, but with no success, no