Krishna Yadav
Active Member
- Messages
- 37
- Reaction score
- 0
- Points
- 6
Hello,
Could you please help in the requirement of uninstalling of any version of office suites such as 2013, 2010, 2007, or 2003. ( NOT removing an older version of Microsoft Project and Visio) and installing Office 365 click to run using SCCM as per the machine language.
I tried the below configuration but its not working
------ I have download the multilanaguage office 365 package and below configuration tried to achieve the requirement-------------------
<Add OfficeClientEdition="32" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="MatchOS" Fallback="en-us" />
<ExcludeApp ID="OneDrive" />
</Product>
<!-- <Product ID="VisioProRetail">-->
<!-- <Language ID="en-us" /> -->
<!-- </Product>-->
</Add>
<RemoveMSI>
<IgnoreProduct ID="VisPro" />
<IgnoreProduct ID="VisStd" />
<IgnoreProduct ID="PrjStd" />
<IgnoreProduct ID="PrjPro" />
</RemoveMSI>
<Updates Enabled="TRUE" Channel="Monthly" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Path="%temp%"/>
<Property Name="FORCEAPPSHUTDOWN" Value="0"/>
<Property Name="PinIconsToTaskbar" Value="TRUE"/>
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
TS showing success but nothing happening :
Please help ...
Could you please help in the requirement of uninstalling of any version of office suites such as 2013, 2010, 2007, or 2003. ( NOT removing an older version of Microsoft Project and Visio) and installing Office 365 click to run using SCCM as per the machine language.
I tried the below configuration but its not working
------ I have download the multilanaguage office 365 package and below configuration tried to achieve the requirement-------------------
<Add OfficeClientEdition="32" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="MatchOS" Fallback="en-us" />
<ExcludeApp ID="OneDrive" />
</Product>
<!-- <Product ID="VisioProRetail">-->
<!-- <Language ID="en-us" /> -->
<!-- </Product>-->
</Add>
<RemoveMSI>
<IgnoreProduct ID="VisPro" />
<IgnoreProduct ID="VisStd" />
<IgnoreProduct ID="PrjStd" />
<IgnoreProduct ID="PrjPro" />
</RemoveMSI>
<Updates Enabled="TRUE" Channel="Monthly" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Path="%temp%"/>
<Property Name="FORCEAPPSHUTDOWN" Value="0"/>
<Property Name="PinIconsToTaskbar" Value="TRUE"/>
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
TS showing success but nothing happening :
Please help ...