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

Advanced PowerShell Automation COM registration not working as expected #9

Open
AndrewStrickland opened this issue Jul 16, 2021 · 0 comments

Comments

@AndrewStrickland
Copy link

AndrewStrickland commented Jul 16, 2021

I am attempting to run builds via DevOps Server 2020 pipelines. Essentially doing what you have in the guide here:
https://www.advancedinstaller.com/azure-devops-pipeline-powershell-automation.html

However, when attempting to run New-Object -ComObject AdvancedInstaller I receive the following error:
New-Object : Retrieving the COM class factory for component with CLSID {4D3B04E6-E766-4A9F-8129-D119FEF08A7F} failed due to the following error: 800700c1 is not a valid Win32 application. (Exception from HRESULT: 0x800700C1).

I I install the full product on the build server, the command executes and I am able to continue.

This is using 18.4

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

1 participant