I've been working on creating a pipeline to build the AIP file using PowerShell. Now that I've update my AI, I'm facing the error below when running the following commands:
Code: Select all
$advinst = New-Object -ComObject AdvancedInstaller
$project = $advinst.LoadProject("$CurrentFolder\" + "Template.aip")
Code: Select all
OperationStopped: This project (fragment) was edited with a newer version of Advanced Installer (21.4) and cannot be loaded.
Obviously, the PowerShell module needs to be updated. How can i do that?