→ 🚀What's New? Explore Lansweeper's Fall 2024 Updates! Fall Launch Blog !
‎02-17-2022 09:15 PM
‎02-22-2022 08:55 AM
‎02-18-2022 06:53 AM
‎02-18-2022 06:32 PM
looktall wrote:
You don't need to copy any files to the local computer.
Place your O365 source files inside your deployment share.
Run the deployment as an installer.
Mine is like below.
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>App Install - Office x64</Name>
<Description></Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>5400</MaxDuration>
<Rescan>True</Rescan>
<RunMode>1</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Install Office</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>4</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\Office 2019 x64\setup.exe</Path>
<Parameters>/configure "{PackageShare}\Office 2019 x64\InstallOffice2019x64.xml"</Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Office 2019 x64\setup.exe" /configure "{PackageShare}\Office 2019 x64\InstallOffice2019x64.xml"</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>9.1.41.1</SoftwareVersion>
</Package>
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now