Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, December 19, 2018 3:10 PM
Dear Support,
Could we install Visio Standard 2019 (Volume License) on the computer with Office 365?
Reference:
Deploy Office 2019 (for IT Pros)
/en-us/DeployOffice/office2019/deploy
Use the Office Deployment Tool to install volume licensed versions of Project 2016 and Visio 2016
/en-us/DeployOffice/use-the-office-deployment-tool-to-install-volume-licensed-editions-of-visio-2016?redirectSourcePath=%2fen-us%2farticle%2f82691bd7-a3d5-47ca-8d8a-0ee43ec2c01f
Thanks!
Best Regards,
Daniel
All replies (3)
Wednesday, December 19, 2018 3:15 PM ✅Answered
Yes, there is no reason you wouldn't be able to do that, you would need to set the configuration.xml file correctly but once you had done that it should go through fine.
Adam
Thursday, December 20, 2018 7:46 AM ✅Answered | 1 vote
Dear Adam,
For my testing, we need use "Office Deployment Tool" to install Visio Standard 2019 (Volume License) first and then can install Office 365.
On the contrary, we cannot install Office 365 and then install Visio Standard 2019 (VL), it will show warning message.
Thanks!
Best Regards,
Daniel
Thursday, December 20, 2018 7:59 AM
Hi Daniel,
Yes, you can deploy Visio Standard 2019 on the same computer with Office 365 Proplus with the Office Deployment tool.
Please make sure you are using the same update channel for them. For example, we can set the UpdateChannel parameter in the configuration.xml file to Monthly:
<Configuration>
<Add SourcePath="\Server\Share"
OfficeClientEdition="32"
Channel="Monthly" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioStd2019Volume">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
Best Regards,
Winnie Liang
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact [email protected].
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.