packagefactory icon indicating copy to clipboard operation
packagefactory copied to clipboard

PSADT deployment error

Open skyblaster opened this issue 11 months ago • 2 comments

As far as I can tell, AdobeAcrobatReaderDC is the only PSADT example in this repo. I'm getting an 0x80070002 error when I try to deploy it. If I build the AdobeAcrobatReaderDCMUI package using the standard tooling, it deploys without issue.

Also, just a suggestion, but at 420MB, perhaps it would be better to use something smaller as an example, say Brave. https://github.com/brave/brave-browser/releases/latest

Thanks!

skyblaster avatar Jul 05 '23 01:07 skyblaster

I've expected the same issue and I'm trying currently the workaround to specify as install command:

%SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -command .\Deploy-Application.ps1 instead of Deploy-Application.exe -DeploymentType "Install" -DeployMode "Silent"

maybe we need to write it as **.**Deploy-Application.exe -DeploymentType "Install" -DeployMode "Silent"

Constey avatar Jul 29 '23 17:07 Constey

I've expected the same issue and I'm trying currently the workaround to specify as install command:

%SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -command .\Deploy-Application.ps1 instead of Deploy-Application.exe -DeploymentType "Install" -DeployMode "Silent"

maybe we need to write it as **.**Deploy-Application.exe -DeploymentType "Install" -DeployMode "Silent"

mh okay, it's in all variantes "The system cannot find the file specified. (0x80070002)" but the output of the source looks not so bad: image

Constey avatar Jul 29 '23 19:07 Constey