There's not a lot of discussion of this error online so I included the entire error code in the title to help others if we can figure this out here.
The problem is that I'm trying to install software that runs completely from a folder without installation. To "install" it, I have to xcopy it from a network drive to c:\program files and then create a task in the scheduler to run it. The code works perfectly if I run it from c:\temp or the network drive from an administrative command prompt.
The error message suggests the install isn't running with administrative privileges, but don't all SCCM installs run with admin rights (else, how would they install at all)? Either way, in the SCCM deployment, I have it set to "install for system" which should work should it not?