dipaks
Posts: 1
Joined: Wed Mar 26, 2025 7:57 am

Issue with Listing All Supported Windows 11 Versions in Launch Condition Using Advanced Installer CLI

I'm using the Advanced Installer CLI to list supported operating systems in the Launch Condition, and while I am able to see all the versions for Windows 10 and Windows Server, I only get a single generic entry for Windows 11. I would like to list all the supported versions of Windows 11 as well, similar to how it works for Windows 10 and Server. Has anyone encountered this issue or know how to get all the specific versions of Windows 11 in the list? Any guidance would be greatly appreciated!
Attachments
Advanced Installer GUI
Advanced Installer GUI
LaunchCondition.png (21.83 KiB) Viewed 3178 times
Advanced Installer CLI
Advanced Installer CLI
CLIForListOfos.png (36.96 KiB) Viewed 3178 times
Liviu
Posts: 1325
Joined: Tue Jul 13, 2021 11:29 am
Contact: Website

Re: Issue with Listing All Supported Windows 11 Versions in Launch Condition Using Advanced Installer CLI

Hello and welcome to our forums,

This is the default behavior of the /ListOsLc command. If all build versions in the Windows 10 x64 launch condition are selected, the command will only display "Windows 10 x64". However, if at least one build version is not selected, all the checked builds will be listed individually.

Below is an example for the Windows 11 x64 launch condition:
  • for Windows 11 x64, one build is unchecked.
  • for Windows 10 x64, all build versions are selected, so it only displays "Windows 10 x64".
OS launch condition.png
OS launch condition.png (98.28 KiB) Viewed 3175 times

Most likely, in your project, Windows 10 versions prior to 1903 are not selected, which is why the command lists the individual build versions for Windows 10.

Let us know if you have any questions.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”