We recently migrated our deployment share to a new location and I tightened down the share permissions on it (it needed it). I believe our straight up installers are working just fine, but someone pointed out to me a deployment that runs as the system account that is failing and I'm trying to wrap my head around how it's working and if there's a fix.
Part of the process involves an xcopy command from the share, and I think that's likely where it's failing. The system account method runs tasks as a scheduled task, correct? But should it not be using the deployment share credentials for access? I'm sure there's an easy fix here, just not thinking of it.