Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSADT deployment error #28

Open
skyblaster opened this issue Jul 5, 2023 · 2 comments
Open

PSADT deployment error #28

skyblaster opened this issue Jul 5, 2023 · 2 comments

Comments

@skyblaster
Copy link
Contributor

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!

@Constey
Copy link
Contributor

Constey commented Jul 29, 2023

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
Copy link
Contributor

Constey commented Jul 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants