Goal
I am trying to install BizTalk 2016 onto to Hyper-V image using Packer, following the model used but the Microsoft Azure Devops Build Agents.
Issue
I have created a custom PowerShell provisioner script that installs the product silently and works without issues from a PowerShell prompt, but when it is runs within a Packer process the download of the files required fails.
Note: that in the same Packer process I am successfully downloading and installing VS2015 and other tools, so there is no fundamental network issue.
Questions
What I have tried
As there is no public 'eval' installer ISO/MSI for BizTalk 2016 I have a ZIP of the developer edition media.
Summary
I have been battling against this one for a while so any suggestion would be useful. I know I could make sure all the CABs are in my ZIP file but I would like to know why the download fails within the Packer process for this script but not for other provisioners