m_essaid
6 years agoValued Contributor
COM Object - TestExecute needs an elevation
Hi,
I have 3 machines, on 2 the ATR script works fine. On the third one when I try to simply launch a TestExecute instance through COM object it says that I need an elevation.
Of course, I don't need this elevation on the 2 others machines. And I have this message even if I launch the script with elevation on the third machine.
The script is simply the following :
var AppObject;
AppObject = new ActiveXObject("TestExecute.TestExecuteApplication");
WScript.Echo("done");
My machine is actually not working, please help...
Thank you,
Mehdi