Monday, 11 December 2017

installation - VLSC: this product can't be installed on the selected update channel


I'm trying to install Office2019Standard on a Windows 10 Home PC, via VLSC. I've done this on several other computers at this organisation, using the same script. Now it doesn't work anymore.


I've downloaded the Deployment tool, created an XML script, and then executed it from Powershell with admin rights.


office2019.xml:














Powershell


> cd \VLSC
> ./setup /configure .\office2019.xml

Result


this product can't be installed on the selected update channel


I've checked that all Office installations are removed with the following powershell command which does return nothing:


> Get-AppxPackage -name "Microsoft.Office.Desktop"

How can I fix this problem and get Office 2019 Standard installed?



Answer



The Office Customization Tool creates a complete XML configuration file with all different settings like language and versions. After downloading this I could run the deployment tool and finish the installation.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...