Forum Discussion
MrMartinITPro
Sep 14, 2023Copper Contributor
Autopilot File Copy from Win32app Fails
I created a Win32app package containing a desktop URL shortcut, an ICO file, and the deployment scripts. The package deploys correctly to existing workstations, but fails during Autopilot. Manual syn...
Sep 23, 2023
Do you have any logs from when it failed during Autopilot? Does it need to be installed during Autopilot ESP? Could you add a Start-Transcript c:\windows\temp\log.txt at the start of the install script and a Stop-Transcript at the end to see what's happening during installation?