Hi,
I don't think the problem lies in the Product Version parameter we pass to AdvancedInstaller, but in the AdvancedInstaller tool trying to find (or parse) the product version on
https://www.advancedinstaller.com/downloads/updates.ini
The product version we are passing is: 6.7.0.0 and was working before the pipelines started to fail (as from Tuesday March 17th).
Here's the relevant piece of the build log, included is the step that retrieves the (our) product code from an assembly:
2026-03-24T14:42:28.5855482Z ##[section]Starting: Get AssemblyInfo from Codex.exe
2026-03-24T14:42:28.5880757Z ==============================================================================
2026-03-24T14:42:28.5881035Z Task : PowerShell
2026-03-24T14:42:28.5881181Z Description : Run a PowerShell script on Linux, macOS, or Windows
2026-03-24T14:42:28.5881378Z Version : 2.268.1
2026-03-24T14:42:28.5881539Z Author : Microsoft Corporation
2026-03-24T14:42:28.5881730Z Help :
https://docs.microsoft.com/azure/devops ... powershell
2026-03-24T14:42:28.5881965Z ==============================================================================
2026-03-24T14:42:30.9161962Z Generating script.
2026-03-24T14:42:31.0034274Z Formatted command: . 'C:\Scripts\get-assemblyInfo.ps1' -Path E:\staging\Codex\Codex.exe
2026-03-24T14:42:31.0555158Z ========================== Starting Command Output ===========================
2026-03-24T14:42:31.0878716Z ##[command]"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command ". 'C:\agent\_work\_temp\71c131a9-b3f6-4cb0-b51f-e18fb72accff.ps1'"
2026-03-24T14:42:32.6265403Z Path: E:\staging\Codex\Codex.exe
2026-03-24T14:42:32.6279436Z Product version: 6.7.0.0
2026-03-24T14:42:32.7286294Z ##[section]Finishing: Get AssemblyInfo from Codex.exe
2026-03-24T14:42:32.7377763Z ##[section]Starting: Build Advanced Installer package Codex Installer.aip
2026-03-24T14:42:32.7416913Z ==============================================================================
2026-03-24T14:42:32.7417152Z Task : Advanced Installer Build
2026-03-24T14:42:32.7417344Z Description : Build setup packages using Advanced Installer.
2026-03-24T14:42:32.7417545Z Version : 2.0.5
2026-03-24T14:42:32.7417689Z Author : Caphyon
2026-03-24T14:42:32.7418692Z Help :
2026-03-24T14:42:32.7418842Z ==============================================================================
2026-03-24T14:42:36.3949350Z Downloading:
https://www.advancedinstaller.com/downloads/updates.ini
2026-03-24T14:42:37.5088592Z ##[error]Cannot read property 'ProductVersion' of undefined
2026-03-24T14:42:37.5159536Z ##[section]Finishing: Build Advanced Installer package Codex Installer.aip
2026-03-24T14:42:37.5304799Z ##[section]Starting: Rename setup.msi to setup-20260324.3.msi
2026-03-24T14:42:37.5329533Z ==============================================================================
2026-03-24T14:42:37.5329833Z Task : PowerShell
2026-03-24T14:42:37.5329978Z Description : Run a PowerShell script on Linux, macOS, or Windows
2026-03-24T14:42:37.5330155Z Version : 2.268.1
2026-03-24T14:42:37.5330310Z Author : Microsoft Corporation
2026-03-24T14:42:37.5330485Z Help :
https://docs.microsoft.com/azure/devops ... powershell
2026-03-24T14:42:37.5330731Z ==============================================================================
If you need further information, let me know (and also where I could find it).
Thanks,
Gernant
FOLLOW US