Forum Discussion
YMinaev
Staff
15 years agoHi Alex,
There's no such property, however, you actually wrote a script which checks whether a module is x86 or x64. You posted it here.
You can use your script with the Process Enumerator (WMI) operation - just pass the ExecutablePath parameter value to the GetExecutableBitness function. Note that you need to replace the aqFile object with Scripting.FileSystemObject to make this function work in ABS.
There's no such property, however, you actually wrote a script which checks whether a module is x86 or x64. You posted it here.
You can use your script with the Process Enumerator (WMI) operation - just pass the ExecutablePath parameter value to the GetExecutableBitness function. Note that you need to replace the aqFile object with Scripting.FileSystemObject to make this function work in ABS.