I keep trying to use the File.RunAs but when I try using the action wizard, I get a Data Validation Error.
If I enter the syntax manually, the setup file returns an error "Attempt to call field RunAs (a nil value)".
I am trying to execute a VBS Script as the local administrator.
file.RunAs("%SystemFolder%\\CScript.exe %AppFolder%\\LostAccount.vbs", "", "", SW_SHOWNORMAL, true, "Administrator", "DTL%058", "", LOGON_NO_OPTION, nil, nil)

)
