Hi @karthik palani
According to your image, the error is related to the language, English UK (en-GB) isn't available in Visio and Project. For more you may refer to: Languages, culture codes, and companion proofing languages. I suggest you just add English (United States) for Visio and Project in .xml file.
<Configuration ID="XXXXX">
<Add OfficeClientEdition="64" Channel="SemiAnnual">
<Product ID="O365ProPlusRetail">
<Language ID="en-gb" />
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Publisher" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
<Product ID="ProjectPro2024Volume">
<Language ID="en-us" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="AgreeToLicense" Value="1" />
<Updates Enabled="TRUE" />
<RemoveMSI />
<Display Level="Full" AcceptEULA="TRUE" />
<AppSettings>
<Setup Name="Company" Value="XXXX" />
</AppSettings>
</Configuration>
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.