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?
Selecting "downloadload and run locally" helped. I also had a problem with the task scheduler working when I was logged in as an admin, but not when I was a regular user. Turns out it was there, but my regular user account didn't have rights to see it. For now, it's working.
User contributions licensed under CC BY-SA 3.0