Hi @A Ska
> if it is possible to ADD only Visio or Project to a computer where there already is installed Office 2019
Yes, we can do it. Please try following .xml file.
<Configuration ID="3109bc7a-3fa8-4dc3-a1dc-e429aa5ddca1">
<Add>
<Product ID="ProjectStd2019Volume" PIDKEY="XXXXX-XXXXX...........">
<Language ID="it-it" />
<Language ID="en-us" />
<Language ID="MatchPreviousMSI" />
</Product>
<Product ID="LanguagePack">
<Language ID="it-it" />
<Language ID="en-us" />
<Language ID="MatchPreviousMSI" />
</Product>
<Product ID="ProofingTools">
<Language ID="en-us" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="1" />
<Updates Enabled="TRUE" UpdatePath="\\server....." />
<AppSettings>
<Setup Name="Company" Value="Company Name" />
</AppSettings>
<Display Level="None" AcceptEULA="TRUE" />
</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.