Hello,
Is there any way that I can send Text or click a button on a form that is hidden and running in the System context?
We have a software installation that is pushed via Altiris and it cannot be deployed silently as it calls another embeded installation that requires user input. The parent install will run with the /s, or silent switch, but there is no suppressing the child install.
All software installs run in System context and not as the current logged on user, this is our company policy. And, everything runs in a hidden state. This is fine and a good practice until something like this shows up.
Anywho...here's what i'm trying to figure out how to do:
Create a vbscript that will run and wait for a specific form to be loaded, it will not be visible, and push text and button clicks to the form.
Any help will be greatly appreciate!!!!
BTW - Great Site!!!
Is there any way that I can send Text or click a button on a form that is hidden and running in the System context?
We have a software installation that is pushed via Altiris and it cannot be deployed silently as it calls another embeded installation that requires user input. The parent install will run with the /s, or silent switch, but there is no suppressing the child install.
All software installs run in System context and not as the current logged on user, this is our company policy. And, everything runs in a hidden state. This is fine and a good practice until something like this shows up.
Anywho...here's what i'm trying to figure out how to do:
Create a vbscript that will run and wait for a specific form to be loaded, it will not be visible, and push text and button clicks to the form.
Any help will be greatly appreciate!!!!
BTW - Great Site!!!