Hi i tried to download the new V4 template From here: PSADT v4 download and just trying to run it in powershell with .\Invoke-AppDeployToolkit.exe -DeploymentType Install gives error exit code 60008.
If you run the underlying script in PowerShell, do you see any further information that the exe isn’t revealing?
No it gives the same error. What i can tell its something regarding import of the module line 300 ? When i tried to copy it away from the Windows Sandbox (do not think psadt is working there anymore because of ms did something with WU) it says the following in the picture. I have not modified the psd1 file.
It seems you’ve modified the module’s internal files, which isn’t supported. In our shipped templates, or a template you scaffold out yourself using New-ADTTemplate
, it will put a copy of the Config/Strings folders next to Invoke-AppDeployToolkit.ps1
; these are the copies for you to modify.
1 Like
Thank you. That helped
1 Like