I hope my question is logical.
Suppose I have third-party basic installation program. The first window is "I agree" checkbox, then click on "Next" button, then select installation folder, then click "Finish" button and the installation begins.
Is there any way to hook into the installation and do all of the clickings on checkbox and buttons programmatically? Maybe there is some way to monitor which dlls and functions are called and then do it by myself?