Unable to install package via deploystudio

I’ve, I think, created a win10 install package successfully. When copied to the local MacAir and run manually I was able to successfully install Win 10. When run via deploy studio I get the error :
winclone error the package path specified was invalid

2018-06-29 12:19:16.496 DeployStudio Runtime.bin[453:13286] ‘/Volumes/Macintosh HD’ size: 250790.4 MB
2018-06-29 12:19:16.714 DeployStudio Runtime.bin[453:13286] Setting boot device to ‘/dev/disk1s1’.
2018-06-29 12:19:16.771 DeployStudio Runtime.bin[453:13286] /usr/sbin/installer -pkg “/var/tmp/DSNetworkRepository/DeployStudio/Packages/Packages MacAir A1466 Win10/winclone_MacAir_A1466_Win10_June2018.pkg” -target “/Volumes/Macintosh HD” -verboseR -allowUntrusted 2>&1
2018-06-29 12:19:18.194 DeployStudio Runtime.bin[453:13286] objc[3565]: Class AMSupportURLConnectionDelegate is implemented in both /System/Library/PrivateFrameworks/OSPersonalization.framework/Versions/A/OSPersonalization (0x117200050) and /System/Library/PrivateFrameworks/EmbeddedOSInstall.framework/Versions/A/EmbeddedOSInstall (0x10b394748). One of the two will be used. Which one is undefined.
2018-06-29 12:19:18.576 DeployStudio Runtime.bin[453:13286] installer: Error the package path specified was invalid: ‘/var/tmp/DSNetworkRepository/DeployStudio/Packages/Packages MacAir A1466 Win10/winclone_MacAir_A1466_Win10_June2018.pkg’.
2018-06-29 12:19:18.585 DeployStudio Runtime.bin[453:13286] -> Install action completed.

can you verify that the package was copied over to:

/var/tmp/DSNetworkRepository/DeployStudio/Packages/Packages MacAir A1466 Win10/winclone_MacAir_A1466_Win10_June2018.pkg

It seems that the installer can’t find it:

Error the package path specified was invalid

tim

Seems my issue was related to the way our repository was mounted. I believe we were running into a file size limit with the repository mounted via SMB. I moved our repository, remounted via AFP and the issue was resolved.

1 Like