I wrote a little Autoit script to activate a program we use at the college. it works flawlessly when run manually. I am trying to run this autoit script via sccm. Here is what I did so far.
I created a package called GMS Activation, the contents of this package contains a file called GMS.exe, package is on the DP, and has been updated. The package has no program attached to it.
My TS is called GMS Activation inside this TS I have the following commands.
Run a cmdline with gms.exe in command line box.
for start in I have \\mydp\GMS\Activation
I have package checked in the TS and selected the GMS Activation package
time out of 10 minutes.
Since the task is non mandatory, and will need to have the user click install via the software center once they login, the program needs to interact with the user, but the task just hangs running the command line. Can anyone show me some example of using autoit in a TS?. I am certain other people in this forum have successfully used Autoit via sccm.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi
I wrote a little Autoit script to activate a program we use at the college. it works flawlessly when run manually. I am trying to run this autoit script via sccm. Here is what I did so far.
I created a package called GMS Activation, the contents of this package contains a file called GMS.exe, package is on the DP, and has been updated. The package has no program attached to it.
My TS is called GMS Activation inside this TS I have the following commands.
Run a cmdline with gms.exe in command line box.
for start in I have \\mydp\GMS\Activation
I have package checked in the TS and selected the GMS Activation package
time out of 10 minutes.
Since the task is non mandatory, and will need to have the user click install via the software center once they login, the program needs to interact with the user, but the task just hangs running the command line. Can anyone show me some example of using autoit in a TS?. I am certain other people in this forum have successfully used Autoit via sccm.
Share this post
Link to post
Share on other sites